<?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="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="DIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="DI_PK" /></NavigationProperty></EntityType><EntityType Name="UNDGSubstancePivot" Abstract="true"><Key><PropertyRef Name="DP_PK" /></Key><Property Name="DP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DP_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DP_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="DP_Standard" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_UNNO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DP_Variant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.TableCode" String="DP" /></EntityType><EntityType Name="DIUNDGSubstancePivot" BaseType="Odyssey.UNDGSubstancePivot"><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="UNDGSubstancePivots"><ReferentialConstraint Property="DP_ParentId" ReferencedProperty="DI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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="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="NettingOrganisation"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><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" /><Property Name="NSO_RX_NKReportingCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="NSO_SystemLastEditUser" 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.OrgHeader" 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><NavigationProperty Name="ReportingCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKReportingCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NSO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="NSO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.NSOLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.NSOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="INettingOrganisationInfo" /><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="NSOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.NettingOrganisation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="NSO_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="NSOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.NettingOrganisation" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="NSO_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="O1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgColdCallRegister" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="O1_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="O1Log" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.OrgColdCallRegister" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="O1_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="O1Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgColdCallRegister" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="O1_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="O5Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAppointedAgentPort" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="O5_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="O6Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSalesCallAdditionalAttendee" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="O6_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="O8Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgStaffAssignment" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="O8_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="OAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddress" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OAIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddressAdditionalInfo" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OAI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OAMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCarrierAccountMetaData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OAM_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="OANAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCarrierAccount" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OAN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OBAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCompanyData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgContact" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OC_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="CertificateOrAccreditation" Abstract="true"><Key><PropertyRef Name="XZ_PK" /></Key><Property Name="XZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XZ_Comment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="XZ_ExpiryOrDueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="XZ_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="XZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XZ_ParentID" Type="Edm.Guid" /><Property Name="XZ_RefNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="XZ_RN_NKCountryOfIssuance" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="XZ_StateOrProvinceOfIssuance" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XZ_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="XZ" /></EntityType><EntityType Name="OCCertificateOrAccreditation" BaseType="Odyssey.CertificateOrAccreditation"><NavigationProperty Name="Parent" Type="Odyssey.OrgContact" Partner="CertificateOrAccreditations"><ReferentialConstraint Property="XZ_ParentID" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CountryOfIssuance" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="XZ_RN_NKCountryOfIssuance" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.OrgContact" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OC_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="ODAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgDocument" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OD_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="OFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgPartUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OF_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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="OHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JobRequiredDocument" Abstract="true"><Key><PropertyRef Name="EQ_PK" /></Key><Property Name="EQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EQ_CreditControlDoc" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_DateReceived" Type="Edm.DateTimeOffset" /><Property Name="EQ_DateRequired" Type="Edm.DateTimeOffset" /><Property Name="EQ_DocCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="EQ_DocNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" /><Property Name="EQ_DocPeriod" Type="Edm.String" DefaultValue="SHP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_DocType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_DocumentNotes" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="EQ_DocUsage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="EQ_IssuePlace" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="EQ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_OH_DocumentOwner" Type="Edm.Guid" /><Property Name="EQ_OH_IssuedBy" Type="Edm.Guid" /><Property Name="EQ_OriginalDocRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="EQ_ParentID" Type="Edm.Guid" /><Property Name="EQ_RcvFromCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_ReturnToShipper" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_RN_NKRelatedCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="EQ_SntToCustomsBroker" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EQ_Source" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="EQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_TemplateTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EQ_ValidToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Annotation Term="Glow.TableCode" String="EQ" /></EntityType><EntityType Name="OHJobRequiredDocument" BaseType="Odyssey.JobRequiredDocument"><NavigationProperty Name="DocumentOwner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_DocumentOwner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="IssuedBy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="EQ_OH_IssuedBy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Partner="JobRequiredDocuments"><ReferentialConstraint Property="EQ_ParentID" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="EQ_RN_NKRelatedCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="OHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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="OHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="OKAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCusCode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OK_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="OLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierBuyerLink" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OL_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="OLTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierBuyerLinkTolerance" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OLT_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="OMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgMiscServ" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OM_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="OPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="OPCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgPartCategory" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OPC_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="OPTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgProductType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OPT_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="OQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSalesCall" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OQ_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="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressAdditionalInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OAI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OAI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddress" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OAIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressAdditionalInfoInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapability"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddress" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressCapabilityInfo" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddress"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="OA_AIREquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DeliverFromTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DeliverToTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DeliveryRoute" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DeliveryRouteSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_DoNotAttendFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_DoNotAttendTo" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_GroupNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFumigationContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Language" Type="Edm.String" DefaultValue="EN" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OA_LCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PickupFromTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_PickupToTimeOnly" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_UseCumulativeFreeWaitingTime" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_VerifiesContainerGrossWeight" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapability)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgAddressInfo" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgAppointedAgentPort"><Key><PropertyRef Name="O5_PK" /></Key><Property Name="O5_PK" Type="Edm.Guid" Nullable="false" /><Property Name="O5_AgentDirection" Type="Edm.String" DefaultValue="BTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_AirAgentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_ContainerType" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="O5_GC" Type="Edm.Guid" /><Property Name="O5_OA_AgentOfficeAddress" Type="Edm.Guid" Nullable="false" /><Property Name="O5_OH" Type="Edm.Guid" Nullable="false" /><Property Name="O5_PortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="O5_RailAgentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_RoadAgentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_SeaAgentStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_SeaAirCarrierOrForwarderType" Type="Edm.String" DefaultValue="FWD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O5_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O5_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O5_TerminalType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="O5_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="AgentOfficeAddress" Type="Odyssey.OrgAddress" Nullable="false"><ReferentialConstraint Property="O5_OA_AgentOfficeAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgAppointedAgentPorts"><ReferentialConstraint Property="O5_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgParkContainerTypes" Type="Collection(Odyssey.OrgParkContainerType)" Partner="OrgAppointedAgentPort"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O5_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O5_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.O5Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="O5" /></EntityType><EntityType Name="OrgAttendeeMailView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="Type" Type="Edm.String" Nullable="false" MaxLength="40" /><Property Name="MailAddress" Type="Edm.String" Nullable="false" MaxLength="254" /><Property Name="AttendeeID" Type="Edm.Guid" /><NavigationProperty Name="OrgAttendeeView" Type="Odyssey.OrgAttendeeView" Partner="OrgAttendeeMailViews"><ReferentialConstraint Property="AttendeeID" ReferencedProperty="PK" /></NavigationProperty></EntityType><EntityType Name="OrgAttendeeView"><Key><PropertyRef Name="PK" /></Key><Property Name="PK" Type="Edm.Guid" Nullable="false" /><Property Name="TableCode" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="Code" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="Description" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="IsPublished" Type="Edm.Int32" Nullable="false" /><Property Name="Organization" Type="Edm.Guid" /><Property Name="Work" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Mobile" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Home" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="Work2" Type="Edm.String" Nullable="false" MaxLength="254" /><Property Name="Mobile2" Type="Edm.String" Nullable="false" MaxLength="254" /><Property Name="Other" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="OrgAttendeeMailViews" Type="Collection(Odyssey.OrgAttendeeMailView)" Partner="OrgAttendeeView" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="Organization" ReferencedProperty="OH_PK" /></NavigationProperty></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="OrgBrandOrRelatedName"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgProductTypes" Type="Collection(Odyssey.OrgProductType)" Partner="Brand" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgBrandOrRelatedNameInfo" /><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="OrgCarrierAccountMetaData"><Key><PropertyRef Name="OAM_PK" /></Key><Property Name="OAM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAM_BinaryValue" Type="Edm.Binary" /><Property Name="OAM_Mask" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="OAM_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="OAM_OAN_CarrierAccount" Type="Edm.Guid" Nullable="false" /><Property Name="OAM_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OAM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OAM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OAM_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CarrierAccount" Type="Odyssey.OrgCarrierAccount" Nullable="false" Partner="CarrierAccountMetaData"><ReferentialConstraint Property="OAM_OAN_CarrierAccount" ReferencedProperty="OAN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OAMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OAM" /></EntityType><EntityType Name="OrgCarrierAccount"><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_DepotID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_MerchantNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OAN_OH_BillToParty" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OAN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OAN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OAN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CarrierAccountMetaData" Type="Collection(Odyssey.OrgCarrierAccountMetaData)" Partner="CarrierAccount" /><NavigationProperty Name="BillToParty" Type="Odyssey.OrgHeader" Nullable="false"><ReferentialConstraint Property="OAN_OH_BillToParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeader" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OAN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OANAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgCarrierAccountInfo" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCarrierServiceLevel"><Key><PropertyRef Name="PL_PK" /></Key><Property Name="PL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PL_APProfileID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="PL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PL_CarrierServiceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="PL_CarrierServiceLevelDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="PL_ChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="PL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PL_IsSignatureRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PL_OM" Type="Edm.Guid" Nullable="false" /><Property Name="PL_ProductCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="PL_ProofOfDelivery" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="PL_ServicePrintDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="PL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgMiscServ" Type="Odyssey.OrgMiscServ" Nullable="false" Partner="OrgCarrierServiceLevels"><ReferentialConstraint Property="PL_OM" ReferencedProperty="OM_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PL" /></EntityType><EntityType Name="OrgCarrierServiceOption"><Key><PropertyRef Name="PLO_PK" /></Key><Property Name="PLO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PLO_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PLO_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="150" Unicode="false" /><Property Name="PLO_OM_OrgMiscService" Type="Edm.Guid" Nullable="false" /><Property Name="PLO_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PLO_ShortDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="PLO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PLO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PLO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PLO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgMiscService" Type="Odyssey.OrgMiscServ" Nullable="false" Partner="OrgCarrierServiceOptions"><ReferentialConstraint Property="PLO_OM_OrgMiscService" ReferencedProperty="OM_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PLO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PLO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PLOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PLO" /></EntityType><EntityType Name="OrgColdCallRegister"><Key><PropertyRef Name="O1_PK" /></Key><Property Name="O1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="O1_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="O1_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="O1_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="O1_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="O1_BusinessRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="O1_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="O1_CloseReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="O1_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="O1_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="O1_EnquiryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="O1_FollowupDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="O1_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="O1_GS_NKRepAssigned" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_InterestLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_JobCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="O1_LeadCalledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="O1_LeadSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="O1_LeadSourcePerson" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="O1_LeadStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_LeadUniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="O1_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="O1_OA_LinkedAddress" Type="Edm.Guid" /><Property Name="O1_OC_LinkedContact" Type="Edm.Guid" /><Property Name="O1_OC_ReferringContact" Type="Edm.Guid" /><Property Name="O1_OC_ReferToContact" Type="Edm.Guid" /><Property Name="O1_OH_ConvertedToQualifiedLead" Type="Edm.Guid" /><Property Name="O1_OH_ReferTo" Type="Edm.Guid" /><Property Name="O1_OH_SourceOfLead" Type="Edm.Guid" /><Property Name="O1_OpportunitySourceDetails" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="O1_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="O1_PortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="O1_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="O1_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="O1_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O1_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O1_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_ValidationStatus" Type="Edm.String" DefaultValue="NYV" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O1_WebAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><NavigationProperty Name="LinkedAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="O1_OA_LinkedAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="LinkedContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="O1_OC_LinkedContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ReferringContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="O1_OC_ReferringContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ReferToContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="O1_OC_ReferToContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ConvertedToQualifiedLead" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="O1_OH_ConvertedToQualifiedLead" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReferTo" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="O1_OH_ReferTo" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SourceOfLead" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="O1_OH_SourceOfLead" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RepAssigned" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O1_GS_NKRepAssigned" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O1_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O1_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.O1Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.O1Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.O1Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="O1" /></EntityType><EntityType Name="OrgCompanyData"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_AB_APDefaultBankAccount" Type="Edm.Guid" /><Property Name="OB_AB_ARPayToAccount" Type="Edm.Guid" /><Property Name="OB_AC_APDefaultChargeCode" Type="Edm.Guid" /><Property Name="OB_APAirlineAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="14" Unicode="false" /><Property Name="OB_APCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCostsSelfBilled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APCreateVATComplianceDocumentOnPosting" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCreditAgreedPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APCreditLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="APDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_APExcludeFromPaymentReports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APExternalCreditorCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OB_APPayInvoiceAfterPostingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APPaymentTermDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OB_APPaymentTerms" Type="Edm.String" DefaultValue="COD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APPrintContractorForm" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APQualityAssured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_APQualityAssuredCheckedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APWHTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARAccountAndCreditReviewDue" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARAllowMultiCurrencyPayment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARApplicableSurcharges" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="OB_ARAutoUpdateRates" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARBuyersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARClientNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCombinedStatementInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARConsolidatedAccountingCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreateVATComplianceDocumentOnPosting" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditAgreedPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditApproved" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARCreditCardAdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCreditCardExpire" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OB_ARCreditCardHolder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OB_ARCreditCardNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OB_ARCreditCardType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCreditLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARCreditRating" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARCustomerSelfBillsRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARDoNotCheckOverdueInvoicesStatus" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARDontShowTaxOnDocs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_AREftCustomsPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARExternalDebtorCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OB_ARForeignCurrStatement" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARGoodsOwnership" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARIncludeInwardsWhsConsolidatedInvoice" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_ARIncludeOutwardsWhsConsolidatedInvoice" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_AROnCreditHold" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARPreviousChequeDrawer" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OB_ARPreviousChequeDrawerBank" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OB_ARPreviousChequeDrawerBankBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OB_ARQualityAssured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARQualityAssuredCheckedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARReceiptInvoiceAfterPostingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARSellersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARShippersConsolInvoicingStyle" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTemporaryCreditLimitIncrease" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARTemporaryCreditLimitIncreaseExpiry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OB_ARTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTransitWhsStorageCalculationMethod" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTransitWhsStorageRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARTreatDisbursementsAsStandardValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ARDDefltCurrency/RX_SubUnitRatio" /></Property><Property Name="OB_ARUseSettlementGroupCreditLimit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARVATSplitPaymentApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARWarehouseRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARWhsStorageCalcMethod" Type="Edm.String" DefaultValue="MAX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARWHTApplicable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_ARYardStorageCalcMethod" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_ARYardStorageRatingPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForInwardProcessing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForOutwardProcessing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForTemporaryExports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusInventoryForTemporaryImports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_CusPaidBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_EXBillAgentChargesDirect" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GB_ControllingBranch" Type="Edm.Guid" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IMBillAgentChargesDirect" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IMProductValueDefaultOptions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" Unicode="false" /><Property Name="OB_IMUsedBondedWhs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IMUsedVatWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OCT_APTaxTemplate" Type="Edm.Guid" /><Property Name="OB_OCT_ARTaxTemplate" Type="Edm.Guid" /><Property Name="OB_OG_APCreditorGroup" Type="Edm.Guid" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_OJ_ARDebtorGroup" Type="Edm.Guid" /><Property Name="OB_RateSecurityGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_RX_NKARDDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OB_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OB_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_TransitWhsAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_TransitWhsAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_TransitWhsAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAllowCreateInvoiceWithNoTransactionsOrStock" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_WhsChargeStorageInAdvance" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_WhsClientFreeStorageDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OB_WhsIncludeReleaseChargesOnShipment" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_WhsOverrideFreeStorage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoCreateAndRatePeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoDeliverPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardAutoPostPeriodicInvoice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="APDefaultBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="OB_AB_APDefaultBankAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="ARPayToAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="OB_AB_ARPayToAccount" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="APDefaultChargeCode" Type="Odyssey.AccChargeCodeInfo"><ReferentialConstraint Property="OB_AC_APDefaultChargeCode" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="ControllingBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OB_GB_ControllingBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARDDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKARDDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OB_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OB_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OBAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgCompanyDataInfo" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactAttribute"><Key><PropertyRef Name="PC_PK" /></Key><Property Name="PC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PC_IsAllocatedContact" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PC_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PC_OC" Type="Edm.Guid" Nullable="false" /><Property Name="PC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PC_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PC_URL" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContact" Nullable="false" Partner="OrgContactAttributes"><ReferentialConstraint Property="PC_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PC" /></EntityType><EntityType Name="OrgContactFollower"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="OC_Email" Type="Edm.String" Nullable="false" MaxLength="254" /><Property Name="OC_Title" Type="Edm.String" Nullable="false" MaxLength="35" /><Property Name="OC_CompanyName" Type="Edm.String" MaxLength="100" /><Property Name="OC_PortName" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="OC_CountryCode" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="OC_UNLOCO" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_PER" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeaderFollower" Type="Odyssey.OrgHeaderFollower" Nullable="false"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty></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="OrgContact"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_AttachmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OC_Birthday" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_ContactSource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_DetailsVerified" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><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_Gender" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="OC_HomePhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OC_JobCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><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_NotifyMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_OH_AddressOverride" Type="Edm.Guid" /><Property Name="OC_OtherPhone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Pager" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_PER" Type="Edm.Guid" Nullable="false" /><Property Name="OC_PersonalInfo" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_PhoneExtension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OC_RN_NKNationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OC_Salutation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OC_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OC_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" 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" /><Property Name="OC_WebContractSignedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OC_YearJoinedCompany" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OC_YearJoinedIndustry" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OC_ProfilePhoto" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="image/bmp" /></Property><NavigationProperty Name="OrgContactAttributes" Type="Collection(Odyssey.OrgContactAttribute)" Partner="OrgContact" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="AddressOverride" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OC_OH_AddressOverride" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgDocuments" Type="Collection(Odyssey.OrgDocument)" Partner="OrgContact"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OC_RN_NKNationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CertificateOrAccreditations" Type="Collection(Odyssey.OCCertificateOrAccreditation)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.OCLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgContactInfo" /><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="OrgCusCode"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_CountryDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><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" /><Property Name="OK_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_UnSignedCustomsRegNo" Type="Edm.String" Nullable="false" MaxLength="254"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" 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><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OKAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgCusCodeInfo" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgCustomLabel"><Key><PropertyRef Name="OT_PK" /></Key><Property Name="OT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OT_Caption" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OT_ColumnSize" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OT_FieldName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" Unicode="false" /><Property Name="OT_Hint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" Unicode="false" /><Property Name="OT_IsMandatory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OT_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OT_Position" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OT_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OT_Rule" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OT_Type" Type="Edm.String" DefaultValue="FRM" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgCustomLabels"><ReferentialConstraint Property="OT_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OT" /></EntityType><EntityType Name="OrgDocument"><Key><PropertyRef Name="OD_PK" /></Key><Property Name="OD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OD_AttachmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OD_DefaultContact" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OD_DeliverBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OD_DocumentGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OD_EmailSubjectMacro" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="OD_FilterDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OD_FilterForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OD_FilterLocalPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OD_FilterShipmentMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OD_GB_FilterBranch" Type="Edm.Guid" /><Property Name="OD_GC_FilterCompany" Type="Edm.Guid" /><Property Name="OD_GE_FilterDepartment" Type="Edm.Guid" /><Property Name="OD_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OD_OC" Type="Edm.Guid" /><Property Name="OD_OH_RelatedFilterByParty" Type="Edm.Guid" /><Property Name="OD_OH_Suppressed" Type="Edm.Guid" /><Property Name="OD_SendIndividually" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OD_SU_MenuItem" Type="Edm.Guid" /><Property Name="OD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="FilterBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OD_GB_FilterBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="FilterCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="OD_GC_FilterCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="FilterDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="OD_GE_FilterDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContact" Partner="OrgDocuments"><ReferentialConstraint Property="OD_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="RelatedFilterByParty" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OD_OH_RelatedFilterByParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Suppressed" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OD_OH_Suppressed" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="MenuItem" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="OD_SU_MenuItem" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ODAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OD" /></EntityType><EntityType Name="OrgHeaderFollower"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" Nullable="false" MaxLength="12" /><Property Name="OH_FullName" Type="Edm.String" Nullable="false" MaxLength="100" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgHeader"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OH_Category" Type="Edm.String" DefaultValue="BUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsBroker" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsCompetitor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingAgent" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsDistributionCentre" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFumigationContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsGlobalAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsNationalAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsPersonalEffectsAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTempAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag10" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag11" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag12" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag13" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag14" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag15" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag16" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag17" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag18" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag19" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag20" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag21" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag22" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag23" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag24" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag25" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag26" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag27" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag28" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag29" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag30" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag31" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag32" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag6" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag7" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag8" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsUserFlag9" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OH_OverrideAdditionalAddressInformation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><Property Name="OH_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisation)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddress)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgAppointedAgentPorts" Type="Collection(Odyssey.OrgAppointedAgentPort)" Partner="OrgHeader" /><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedName)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccount)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyData)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContact)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCode)" Partner="OrgHeader" /><NavigationProperty Name="OrgCustomLabels" Type="Collection(Odyssey.OrgCustomLabel)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="OrgMiscServs" Type="Collection(Odyssey.OrgMiscServ)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgProductTypes" Type="Collection(Odyssey.OrgProductType)" Partner="Owner" /><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedParty)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedParty)" Partner="RelatedParty" /><NavigationProperty Name="OrgSalesCalls" Type="Collection(Odyssey.OrgSalesCall)" Partner="OrgHeader" /><NavigationProperty Name="OrgStaffAssignments" Type="Collection(Odyssey.OrgStaffAssignment)" Partner="OrgHeader" /><NavigationProperty Name="BuyerLinks" Type="Collection(Odyssey.OrgSupplierBuyerLink)" Partner="Buyer" /><NavigationProperty Name="SupplierLinks" Type="Collection(Odyssey.OrgSupplierBuyerLink)" Partner="Supplier" /><NavigationProperty Name="OrgWebURLs" Type="Collection(Odyssey.OrgWebURL)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.OHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="JobRequiredDocuments" Type="Collection(Odyssey.OHJobRequiredDocument)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.OHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.OHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.OHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgHeaderInfo" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgMiscServ"><Key><PropertyRef Name="OM_PK" /></Key><Property Name="OM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OM_ARGlobalCreditApproved" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_ARGlobalCreditLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_ARGlobalOnCreditHold" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_AutoratingDateFiltering" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OM_CarrierPackageGrouping" Type="Edm.String" DefaultValue="DNG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CCCreditRating" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="OM_CCFailureRiskScore" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_CCLatePaymentScore" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_CCProvider" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CICapitalEmployed" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CICompetitiveRanking" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CICompetitorCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CIEstimatedStaffThisCountry" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_CIEstimatedStaffThisLocation" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_CIFinancialDetailsApplicableFromDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="OM_CIOpportunities" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OM_CIProfit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CISellingStyle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CIStrength" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OM_CIThreats" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OM_CITurnover" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CITypeOfService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CIWeaknesses" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OM_CMAcheivableClientRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CMAmountOfBusinessWon" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CMAmountOfElectronicIntegration" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CMAuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMClientCommenced" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMClientPortalHomePage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="OM_CMClientsDesireToRemain" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CMClientSize" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMCompetitorActivity" Type="Edm.String" DefaultValue="FRT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMConsultingRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CMDistanceCalculationMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMDistanceCalculationProvider" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMDistanceCalculationVersion" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMDoesExports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_CMDoesImports" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_CMEaseClientCanBePoached" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CMEstablishedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMEstimatedDateToClose" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMEstimatedProfit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CMFollowUpDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMGrowthOutlook" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMIndustryVertical" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OM_CMLastCallDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMLastUnactionedCallDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CMNoOfEmployees" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OM_CMOverallClientRelation" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_CMOverallEffectOfClientOnAirfreightCosts" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMOverallEffectOfClientOnLCLCosts" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMOverallEffectOfClientOnOtherCosts" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMOverallEffectOfClientOnTEUCosts" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMOverallEffectOfClientOnWarehousingCosts" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMPaidUpCapital" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CMPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OM_CMPeriodOfActivity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OM_CMSalesCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMSalesTerritory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CMTotalClientRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_CMUseTradeLaneFigures" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_CMWarehouseRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_ConsigneeAuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_ConsignorAuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CRCarrierCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_CRVoyageRecyclingPeriodInMonths" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OM_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OM_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OM_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OM_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_EXAirEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXAllowedToPrintOriginalBL" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_EXDefaultDGContactPhoneUsed" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXDefaultIncoTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXDefaultInvoicePriceFromProductLastCost" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXDocumentAddressPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXExporterCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXExporterRequiresOrderNumbersOnDocs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_EXFCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXGoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OM_EXHandlingInstuctions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="OM_EXJobRequireOrderTrackLink" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_EXLCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXMergeCustomsInvoiceLinesBy" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXOwnsProducts" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_EXPreAllocPrefix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_EXValidationForUnauditedClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_FWAdvanceCargoReportingSelfFiler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWAgentBelongsToGroup" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWAgentCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_FWAgentPackageGrouping" Type="Edm.String" DefaultValue="DNG" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_FWAsAgentName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OM_FWAsAgentOption" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_FWBillCollectFeesOnSingleInvoice" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_FWDealDirectlyWithUltimates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWDirectAMSReporter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWHandlesAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWHandlesAirForPortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OM_FWHandlesSea" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWHandlesSeaForPortOrCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OM_FWIATAAccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="14" Unicode="false" /><Property Name="OM_FWIATACode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="14" Unicode="false" /><Property Name="OM_FWRequestForCreditAllowed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWRequiresElectronicBOLForDirectConsol" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_FWRequiresElectronicBOLForNonDirectConsol" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_GB_WhsDefaultWarehouse" Type="Edm.Guid" /><Property Name="OM_GC_CMPreferredPaymentCompany" Type="Edm.Guid" /><Property Name="OM_GG_OrgSecurityGroup" Type="Edm.Guid" /><Property Name="OM_GlobalDoNotCheckOverdueInvoicesStatus" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAdvanceCargoReportingSelfFiler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAirCargoReportDefaultConsignee" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMAirDepotFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_IMAirEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMAllowAttachedOrderXMLUpdate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAllowOrders" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_IMAttrib1IsKey" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAttrib2IsKey" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAttrib3IsKey" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAutoImpJobRefered" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMAutoPopulateOwnerRefWithOrderNums" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMBalanceInvoicePackage" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMCopySeaBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_IMDefaultINCOTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMDefaultToNewOrdersToNextOrderNum" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMDefaultWarehousePickOption" Type="Edm.String" DefaultValue="AUT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMDocumentAddressPreference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMEFTBankAccount" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMEFTBankBSB" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OM_IMEftCustomsFromImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMEftHoldUntilPayAuthorised" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMEftQuarantineFromImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMEnablePromptToCreateClassifications" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMEnablePromptToCreateProducts" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMEstDaysDeliveryAir" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OM_IMEstDaysDeliveryFCL" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OM_IMEstDaysDeliveryLCL" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OM_IMFCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMImporterCategory" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMImporterOwnsPartNumbers" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMImporterRequiresOrderNumbersOnDocs" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMInvoiceDetailReportSort" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMInvoiceDetailReportSort2" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMInvoiceDetailReportSort3" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMIsGSTDeferred" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMJobRequireOrderTrackLink" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMLastOrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OM_IMLCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMMaxEFTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_IMMergeCustomsInvoiceLinesBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMMinEFTAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OM_IMOrderLineAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OM_IMOrderLineAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OM_IMOrderLineAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OM_IMOriginalSeaBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_IMOwnsProducts" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMPartAttrib1IsMandatory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMPartAttrib1Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib1Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib2IsMandatory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMPartAttrib2Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib2Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib3IsMandatory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMPartAttrib3Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib3Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMSeaCargoReportDefaultConsignee" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMSeaDepotFreeDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_IMSendImportDocsTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMSendSeaImportDocsTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMSerialNumberIsKey" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMShowDutyOnWarehouseEntries" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMUseExpiryDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMUsePackingDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMUseSerialNumber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IMValidationForUnauditedClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IsAutoPackAllowed" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_IsBookingAgentClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IsLabelPrintedOnClosePackage" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_IsScanPackQtyAllowed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_IsVisibilityEventEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_LandedCostMarginPercent1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OM_LandedCostMarginPercent2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OM_LandedCostMarginPercent3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OM_LastArchiveDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OM_MinimumShelfLifeAccepted" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_OC_EXDefaultDGContact" Type="Edm.Guid" /><Property Name="OM_OH" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OM_OH_ARGlobalCreditGroup" Type="Edm.Guid" /><Property Name="OM_OH_ISFBondHolder" Type="Edm.Guid" /><Property Name="OM_OH_ISFConsignee" Type="Edm.Guid" /><Property Name="OM_OPM_IMPartAttribTemplate" Type="Edm.Guid" /><Property Name="OM_ORDMaximumContainerFillingPercentage" Type="Edm.Decimal" DefaultValue="100" Nullable="false" Precision="6" Scale="3" /><Property Name="OM_ORDMinimumContainerFillingPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="OM_ORDSupplierBookingCustomerStatusCodePairList" Type="Edm.Binary" /><Property Name="OM_RH_NKCMMainExportCmdty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OM_RH_NKCMMainImportCmdty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OM_RM_Airline" Type="Edm.Guid" /><Property Name="OM_RN_NKEXDefaultCntryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OM_RS_NKEXDefaultServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_RS_NKIMDefaultServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_RX_NKARGlobalCreditCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_RX_NKEXDefCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_RX_NKFWDefCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_SO_WhsPackingSlip" Type="Edm.Guid" /><Property Name="OM_SVServicesCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_TBAllowMixedAccountNumbersOnManifest" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WCG_CartonGroup" Type="Edm.Guid" /><Property Name="OM_WhsABCAnalysisEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsABCAnalysisMethod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsABCAnalysisPeriod" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsAutoPckEdiOrders" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsCheckPartWeightOrDimsOnReceive" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsClientInvoiceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsDefaultExpiryNotificationPeriodInDays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OM_WhsDefaultWarehousePickMode" Type="Edm.String" DefaultValue="ASP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsDefaultWarehouseRollUp" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsEDIChangeMessageCancelOrderLinesNotIncludedInMessage" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_WhsEnforceScanOfProductsWhenPackingTote" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsExpiryNotificationFromDefaults" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_WhsExpiryNotificationPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OM_WhsGenerateBackOrdersOnShortfalls" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsGenerateSSCCOnInbound" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsIncludeInTaskManagement" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OM_WhsIsRecalculateOrderPricing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsOrderDefaultPickPriority" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OM_WhsOrderFulfillmentRule" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsOrderNumberUniquenessStrategy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsPackageToleranceEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsPackageWeightTolerancePercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="1" /><Property Name="OM_WhsPackingSlipOrderBy" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_WhsPreventReleaseOfPackageIfNotPicked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OM_WhsTransportPayer" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgCarrierServiceLevels" Type="Collection(Odyssey.OrgCarrierServiceLevel)" Partner="OrgMiscServ"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgCarrierServiceOptions" Type="Collection(Odyssey.OrgCarrierServiceOption)" Partner="OrgMiscService"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsDefaultWarehouse" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OM_GB_WhsDefaultWarehouse" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="CMPreferredPaymentCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="OM_GC_CMPreferredPaymentCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="EXDefaultDGContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="OM_OC_EXDefaultDGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="ARGlobalCreditGroup" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OM_OH_ARGlobalCreditGroup" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgMiscServs"><ReferentialConstraint Property="OM_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ISFBondHolder" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OM_OH_ISFBondHolder" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ISFConsignee" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OM_OH_ISFConsignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Airline" Type="Odyssey.RefAirlineInfo"><ReferentialConstraint Property="OM_RM_Airline" ReferencedProperty="RM_PK" /></NavigationProperty><NavigationProperty Name="CMMainExportCmdty" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OM_RH_NKCMMainExportCmdty" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CMMainImportCmdty" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OM_RH_NKCMMainImportCmdty" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="EXDefaultCntryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OM_RN_NKEXDefaultCntryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="EXDefaultServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="OM_RS_NKEXDefaultServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="IMDefaultServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="OM_RS_NKIMDefaultServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="ARGlobalCreditCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OM_RX_NKARGlobalCreditCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="EXDefCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OM_RX_NKEXDefCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="FWDefCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OM_RX_NKFWDefCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgSecurityGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="OM_GG_OrgSecurityGroup" ReferencedProperty="GG_PK" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgMiscServInfo" /><Annotation Term="Glow.TableCode" String="OM" /></EntityType><EntityType Name="OrgParkContainerType"><Key><PropertyRef Name="PT_PK" /></Key><Property Name="PT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PT_ContainerStorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PT_CYWorkOrderApprovalLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="PT_CYWorkOrderApprovalNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="PT_CYWorkOrderConfirmationLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="PT_O5" Type="Edm.Guid" Nullable="false" /><Property Name="PT_OC_CYWorkOrderApprovedBy" Type="Edm.Guid" /><Property Name="PT_RX_NKCYWorkOrderLimitCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgAppointedAgentPort" Type="Odyssey.OrgAppointedAgentPort" Nullable="false" Partner="OrgParkContainerTypes"><ReferentialConstraint Property="PT_O5" ReferencedProperty="O5_PK" /></NavigationProperty><NavigationProperty Name="CYWorkOrderApprovedBy" Type="Odyssey.OrgContact"><ReferentialConstraint Property="PT_OC_CYWorkOrderApprovedBy" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CYWorkOrderLimitCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="PT_RX_NKCYWorkOrderLimitCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PT" /></EntityType><EntityType Name="OrgPartCategory"><Key><PropertyRef Name="OPC_PK" /></Key><Property Name="OPC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OPC_CategoryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OPC_CategoryDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="OPC_OPC_Parent" Type="Edm.Guid" /><Property Name="OPC_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OPC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Parent" Type="Odyssey.OrgPartCategory"><ReferentialConstraint Property="OPC_OPC_Parent" ReferencedProperty="OPC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgPartCategoryInfo" /><Annotation Term="Glow.TableCode" String="OPC" /></EntityType><EntityType Name="OrgPartCategoryInfo"><Key><PropertyRef Name="OPC_PK" /></Key><Property Name="OPC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OPC_CategoryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OPC_CategoryDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="OPC_OPC_Parent" Type="Edm.Guid" /><NavigationProperty Name="Parent" Type="Odyssey.OrgPartCategoryInfo"><ReferentialConstraint Property="OPC_OPC_Parent" ReferencedProperty="OPC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgPartCategory" /><Annotation Term="Glow.TableCode" String="OPC" /></EntityType><EntityType Name="OrgPartRelation"><Key><PropertyRef Name="OU_PK" /></Key><Property Name="OU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OU_ClientUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_CompletePalletPicking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_ConsigneeMinShelfLifeAccepted" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OU_ExpiryDateFormatString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_FormLayoutController" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_Hi" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OU_IsPartAttrib1ReleaseCaptured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_IsPartAttrib2ReleaseCaptured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_IsPartAttrib3ReleaseCaptured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_IsSerialNumberReleaseCaptured" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_JulianBatchNoFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="OU_LandedCostMarginPercent1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OU_LandedCostMarginPercent2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OU_LandedCostMarginPercent3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="2" /><Property Name="OU_LocalPartDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OU_LocalPartNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OU_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OP" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OPC_Category" Type="Edm.Guid" /><Property Name="OU_OPM_PartAttribTemplateOverride" Type="Edm.Guid" /><Property Name="OU_PackingDateFormatString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_PickMode" Type="Edm.String" DefaultValue="ASP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_PreventReceivingOvers" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_ReceiveOverageTolerancePercent" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OU_Relationship" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_RFAttributeConfirm" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_RollUpAttributesOnDocuments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OU_RoyaltyFlatAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OU_RoyaltyPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="OU_RX_NKRoyaltyCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_RX_NKUnitPriceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_Ti" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="OU_UnitPrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OU_UnitsPerClientUQ" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="24" Scale="9" /><Property Name="OU_UseExpiryDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_UsePackingDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_UsePartAttrib1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_UsePartAttrib2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_UsePartAttrib3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_UseSerialNumber" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OU_WCG_CartonGroup" Type="Edm.Guid" /><NavigationProperty Name="Category" Type="Odyssey.OrgPartCategory"><ReferentialConstraint Property="OU_OPC_Category" ReferencedProperty="OPC_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="OrgPartRelations"><ReferentialConstraint Property="OU_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="RoyaltyCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OU_RX_NKRoyaltyCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="UnitPriceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OU_RX_NKUnitPriceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="OU_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OU" /></EntityType><EntityType Name="OrgPartUnit"><Key><PropertyRef Name="OF_PK" /></Key><Property Name="OF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OF_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OF_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OF_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OF_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OF_NoOfSKUsInThisPack" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OF_OP" Type="Edm.Guid" Nullable="false" /><Property Name="OF_PackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OF_ParentPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OF_QuantityInParent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="6" /><Property Name="OF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OF_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OF_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="OrgPartUnits"><ReferentialConstraint Property="OF_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OF" /></EntityType><EntityType Name="OrgProductType"><Key><PropertyRef Name="OPT_PK" /></Key><Property Name="OPT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OPT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OPT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OPT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="OPT_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OPT_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPT_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OPT_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPT_OH_Owner" Type="Edm.Guid" /><Property Name="OPT_P1_Brand" Type="Edm.Guid" /><Property Name="OPT_RequiredTemperatureMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="OPT_RequiredTemperatureMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="OPT_RequiredTemperatureUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="OPT_RequiresTemperatureControl" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OPT_RH_NKCommodity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OPT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OPT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OPT_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPT_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OPT_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OPT_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OPT_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="Owner" Type="Odyssey.OrgHeader" Partner="OrgProductTypes"><ReferentialConstraint Property="OPT_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Brand" Type="Odyssey.OrgBrandOrRelatedName" Partner="OrgProductTypes"><ReferentialConstraint Property="OPT_P1_Brand" ReferencedProperty="P1_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OPT_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OPT_RH_NKCommodity" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OPT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.OPTUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OPT" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_Length" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_Width" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_Height" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_RequiredTemperatureMinimum" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OPT_RequiredTemperatureMaximum" /><PropertyValue Property="UnitProperty" PropertyPath="OPT_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="OrgRelatedParty"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PR_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_FreightContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_FreightTransportMode" 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_Location" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="PR_OA" Type="Edm.Guid" /><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" /><Property Name="PR_RN_NKImporterCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PR_Service" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_WebVisiblePartyType" 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="OrgAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PR_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeader" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeader" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ImporterCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="PR_RN_NKImporterCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgRelatedPartyInfo" /><Annotation Term="Glow.TableCode" String="PR" /></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="OrgSalesCallAdditionalAttendee"><Key><PropertyRef Name="O6_PK" /></Key><Property Name="O6_PK" Type="Edm.Guid" Nullable="false" /><Property Name="O6_AttendeeID" Type="Edm.Guid" /><Property Name="O6_AttendeeName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="O6_AttendeeTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O6_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="O6_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="O6_OQ" Type="Edm.Guid" Nullable="false" /><Property Name="O6_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="O6_ReceiverReminder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="O6_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O6_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O6_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O6_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgSalesCall" Type="Odyssey.OrgSalesCall" Nullable="false" Partner="OrgSalesCallAdditionalAttendees"><ReferentialConstraint Property="O6_OQ" ReferencedProperty="OQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O6_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O6_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.O6Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgAttendeeView" Type="Odyssey.OrgAttendeeView"><ReferentialConstraint Property="O6_AttendeeID" ReferencedProperty="PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="O6" /></EntityType><EntityType Name="OrgSalesCall"><Key><PropertyRef Name="OQ_PK" /></Key><Property Name="OQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OQ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OQ_CallDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OQ_CallSummary" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="OQ_Category" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_CommunicationID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OQ_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OQ_GS_NKLocationResource" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_GS_NKSalesRep" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_IsReminderClientFacing" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OQ_LocationText" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OQ_NextCall" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OQ_OA_LocationAddress" Type="Edm.Guid" /><Property Name="OQ_OC" Type="Edm.Guid" /><Property Name="OQ_OH" Type="Edm.Guid" /><Property Name="OQ_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_TypeOfCall" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OQ_SalesCallNotes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Property Name="OQ_FollowupNotes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="OrgSalesCallAdditionalAttendees" Type="Collection(Odyssey.OrgSalesCallAdditionalAttendee)" Partner="OrgSalesCall" /><NavigationProperty Name="LocationAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="OQ_OA_LocationAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="OQ_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Partner="OrgSalesCalls"><ReferentialConstraint Property="OQ_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LocationResource" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OQ_GS_NKLocationResource" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="SalesRep" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OQ_GS_NKSalesRep" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OQ" /></EntityType><EntityType Name="OrgStaffAssignment"><Key><PropertyRef Name="O8_PK" /></Key><Property Name="O8_PK" Type="Edm.Guid" Nullable="false" /><Property Name="O8_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O8_GC" Type="Edm.Guid" /><Property Name="O8_GS_NKPersonResponsible" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O8_OH" Type="Edm.Guid" Nullable="false" /><Property Name="O8_Product" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O8_Role" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O8_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="O8_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O8_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="O8_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="O8_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="O8_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgStaffAssignments"><ReferentialConstraint Property="O8_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PersonResponsible" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O8_GS_NKPersonResponsible" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O8_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="O8_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.O8Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="O8" /></EntityType><EntityType Name="OrgSupBuyLinkTrnMode"><Key><PropertyRef Name="PF_PK" /></Key><Property Name="PF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PF_AddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="PF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PF_ContainerMode" Type="Edm.String" DefaultValue="FCL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_EstDeliveryDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="PF_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="PF_HandlingInstructions" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="PF_IncoTerm" Type="Edm.String" DefaultValue="FOB" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_IncoTermMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_IncoTermPlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="PF_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PF_NoOfCopyBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="PF_NoOfOriginalBills" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="PF_OA_CustomsControlledArrivalLocation" Type="Edm.Guid" /><Property Name="PF_OA_CustomsExamSite" Type="Edm.Guid" /><Property Name="PF_OA_OverrideDeliveryAddress" Type="Edm.Guid" /><Property Name="PF_OA_OverrideNotifyPartyAddress" Type="Edm.Guid" /><Property Name="PF_OA_OverridePickupAddress" Type="Edm.Guid" /><Property Name="PF_OC_OverrideConsigneeContact" Type="Edm.Guid" /><Property Name="PF_OC_OverrideNotifyParty" Type="Edm.Guid" /><Property Name="PF_OC_OverrideSupplierContact" Type="Edm.Guid" /><Property Name="PF_OH_CarrierLine" Type="Edm.Guid" /><Property Name="PF_OH_ControllingCustomer" Type="Edm.Guid" /><Property Name="PF_OH_DeliveryCartageContractor" Type="Edm.Guid" /><Property Name="PF_OH_ImportCustomsAgent" Type="Edm.Guid" /><Property Name="PF_OH_PickupCartageContractor" Type="Edm.Guid" /><Property Name="PF_OH_ReceivingAgent" Type="Edm.Guid" /><Property Name="PF_OH_SendingAgent" Type="Edm.Guid" /><Property Name="PF_OL" Type="Edm.Guid" Nullable="false" /><Property Name="PF_OverrideBills" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PF_OverrideDeliveryDays" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PF_RL_NKDischargePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="PF_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="PF_RL_NKPlaceOfDeliveryPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="PF_RL_NKPlaceOfReceivalPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="PF_RS_NKDefaultServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PF_TransportMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CustomsControlledArrivalLocation" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PF_OA_CustomsControlledArrivalLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CustomsExamSite" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PF_OA_CustomsExamSite" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OverrideDeliveryAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PF_OA_OverrideDeliveryAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OverrideNotifyPartyAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PF_OA_OverrideNotifyPartyAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OverridePickupAddress" Type="Odyssey.OrgAddress"><ReferentialConstraint Property="PF_OA_OverridePickupAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OverrideConsigneeContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="PF_OC_OverrideConsigneeContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="OverrideNotifyParty" Type="Odyssey.OrgContact"><ReferentialConstraint Property="PF_OC_OverrideNotifyParty" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="OverrideSupplierContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="PF_OC_OverrideSupplierContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CarrierLine" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_CarrierLine" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingCustomer" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_ControllingCustomer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DeliveryCartageContractor" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_DeliveryCartageContractor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ImportCustomsAgent" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_ImportCustomsAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="PickupCartageContractor" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_PickupCartageContractor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ReceivingAgent" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_ReceivingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SendingAgent" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="PF_OH_SendingAgent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierBuyerLink" Type="Odyssey.OrgSupplierBuyerLink" Nullable="false" Partner="OrgSupBuyLinkTrnModes"><ReferentialConstraint Property="PF_OL" ReferencedProperty="OL_PK" /></NavigationProperty><NavigationProperty Name="DischargePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="PF_RL_NKDischargePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="PF_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PlaceOfDeliveryPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="PF_RL_NKPlaceOfDeliveryPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PlaceOfReceivalPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="PF_RL_NKPlaceOfReceivalPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DefaultServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="PF_RS_NKDefaultServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PF" /></EntityType><EntityType Name="OrgSupplierBuyerLinkPackPivotView"><Key><PropertyRef Name="Q0V_PK" /></Key><Property Name="Q0V_PK" Type="Edm.Guid" Nullable="false" /><Property Name="Q0V_Q0" Type="Edm.Guid" Nullable="false" /><Property Name="Q0V_OL" Type="Edm.Guid" Nullable="false" /><Property Name="Q0V_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="Q0V_UnitOfDimension" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="Q0V_Height" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Q0V_Width" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Q0V_Length" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Q0V_Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="Q0V_UnitOfWeight" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="Q0V_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="SupplierBuyerLink" Type="Odyssey.OrgSupplierBuyerLink" Nullable="false"><ReferentialConstraint Property="Q0V_OL" ReferencedProperty="OL_PK" /></NavigationProperty></EntityType><EntityType Name="OrgSupplierBuyerLink"><Key><PropertyRef Name="OL_PK" /></Key><Property Name="OL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OL_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OL_BuyingCommissionPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="OL_DefaultDutyRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OL_EFreightStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_InitialShipmentExpected" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OL_InsuranceUplift" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="5" /><Property Name="OL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OL_OC_NotifyPartyContact" Type="Edm.Guid" /><Property Name="OL_OH_Buyer" Type="Edm.Guid" Nullable="false" /><Property Name="OL_OH_ControllingCustomer" Type="Edm.Guid" /><Property Name="OL_OH_ImportBroker" Type="Edm.Guid" /><Property Name="OL_OH_Supplier" Type="Edm.Guid" Nullable="false" /><Property Name="OL_OverrideDefaultInsuranceUplift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OL_ProductRelation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_RelatedParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_RN_NKImporterCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OL_RoutingOrderPrinted" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OL_RoyaltyPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="OL_RX_NKDefaultCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_SendImportDocsTo" Type="Edm.String" DefaultValue="IMP" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OL_ValuationBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OL_ValuationBasisDeterminationNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OL_ValuationBasisMarkupPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OL_VendorID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><NavigationProperty Name="OrgSupBuyLinkTrnModes" Type="Collection(Odyssey.OrgSupBuyLinkTrnMode)" Partner="OrgSupplierBuyerLink"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="NotifyPartyContact" Type="Odyssey.OrgContact"><ReferentialConstraint Property="OL_OC_NotifyPartyContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="Buyer" Type="Odyssey.OrgHeader" Nullable="false" Partner="BuyerLinks"><ReferentialConstraint Property="OL_OH_Buyer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ControllingCustomer" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OL_OH_ControllingCustomer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ImportBroker" Type="Odyssey.OrgHeader"><ReferentialConstraint Property="OL_OH_ImportBroker" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeader" Nullable="false" Partner="SupplierLinks"><ReferentialConstraint Property="OL_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ImporterCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OL_RN_NKImporterCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="DefaultCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OL_RX_NKDefaultCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OL" /></EntityType><EntityType Name="OrgSupplierBuyerLinkTolerance"><Key><PropertyRef Name="OLT_PK" /></Key><Property Name="OLT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OLT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OLT_EarlyShipmentLimitDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OLT_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OLT_LateShipmentLimitDays" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OLT_OL_SupplierBuyerLink" Type="Edm.Guid" Nullable="false" /><Property Name="OLT_OverQuantityPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><Property Name="OLT_PartNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OLT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OLT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OLT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OLT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OLT_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OLT_UnderQuantityPercentageLimit" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="3" /><NavigationProperty Name="SupplierBuyerLink" Type="Odyssey.OrgSupplierBuyerLink" Nullable="false"><ReferentialConstraint Property="OLT_OL_SupplierBuyerLink" ReferencedProperty="OL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OLT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OLT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OLTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OLT" /></EntityType><EntityType Name="OrgSupplierBuyerLinkView"><Key><PropertyRef Name="OLV_PK" /></Key><Property Name="OLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OLV_OH_Supplier" Type="Edm.Guid" Nullable="false" /><Property Name="OLV_OH_Buyer" Type="Edm.Guid" Nullable="false" /><Property Name="OLV_RN_NKImporterCountry" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OLV_IsFallback" Type="Edm.Boolean" /><NavigationProperty Name="ImporterCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OLV_RN_NKImporterCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Buyer" Type="Odyssey.OrgHeader" Nullable="false"><ReferentialConstraint Property="OLV_OH_Buyer" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeader" Nullable="false"><ReferentialConstraint Property="OLV_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="OrgSupplierPartBarcode"><Key><PropertyRef Name="PH_PK" /></Key><Property Name="PH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PH_Barcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="32" Unicode="false" /><Property Name="PH_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PH_OP" Type="Edm.Guid" Nullable="false" /><Property Name="PH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PH_UseForDocuments" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="OrgSupplierPartBarcodes"><ReferentialConstraint Property="PH_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="PH_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PH" /></EntityType><EntityType Name="OrgSupplierPartInfo"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgSupplierPart" /><Annotation Term="Glow.TableCode" String="OP" /></EntityType><EntityType Name="OrgSupplierPart"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="OP_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OP_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_KitIsAutoReplenished" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_UnitsPerPallet" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="6" /><Property Name="OP_UseEarliestExpiryDateFromComponentsOnAssembly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WSC_WhsProductStyleColour" Type="Edm.Guid" /><Property Name="OP_WSS_WhsProductStyleClassification" Type="Edm.Guid" /><Property Name="OP_WSZ_WhsProductStyleSize" Type="Edm.Guid" /><NavigationProperty Name="OrgPartRelations" Type="Collection(Odyssey.OrgPartRelation)" Partner="OrgSupplierPart" /><NavigationProperty Name="OrgPartUnits" Type="Collection(Odyssey.OrgPartUnit)" Partner="OrgSupplierPart" /><NavigationProperty Name="OrgSupplierPartBarcodes" Type="Collection(Odyssey.OrgSupplierPartBarcode)" Partner="OrgSupplierPart" /><NavigationProperty Name="StyleColor" Type="Odyssey.WhsProductStyleColourInfo"><ReferentialConstraint Property="OP_WSC_WhsProductStyleColour" ReferencedProperty="WSC_PK" /></NavigationProperty><NavigationProperty Name="StyleSize" Type="Odyssey.WhsProductStyleSizeInfo"><ReferentialConstraint Property="OP_WSZ_WhsProductStyleSize" ReferencedProperty="WSZ_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.OPUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IOrgSupplierPartInfo" /><Annotation Term="Glow.TableCode" String="OP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Depth" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Width" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Height" /><PropertyValue Property="UnitProperty" PropertyPath="OP_MeasureUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="OP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_NetWeight" /><PropertyValue Property="UnitProperty" PropertyPath="OP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="OP_Cubic" /><PropertyValue Property="UnitProperty" PropertyPath="OP_CubicUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="OrgTimetable"><Key><PropertyRef Name="OTT_PK" /></Key><Property Name="OTT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OTT_CutOffTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OTT_DayOfWeek" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OTT_IsForAllWeekDays" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OTT_IsOpenRoundTheClock" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OTT_OA" Type="Edm.Guid" Nullable="false" /><Property Name="OTT_ProcessingTimeInMinutes" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OTT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OTT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OTT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="OTT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OTT_TimeFrom" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OTT_TimeTo" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="OTT_TransportMode" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OTT_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddress" Nullable="false"><ReferentialConstraint Property="OTT_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OTT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OTT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.OTTLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.OTTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="OTT" /></EntityType><EntityType Name="OrgWebURL"><Key><PropertyRef Name="PU_PK" /></Key><Property Name="PU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="PU_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PU_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PU_OH" Type="Edm.Guid" Nullable="false" /><Property Name="PU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PU_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PU_URL" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeader" Nullable="false" Partner="OrgWebURLs"><ReferentialConstraint Property="PU_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PU" /></EntityType><EntityType Name="OTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCustomLabel" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OT_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="OTTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgTimetable" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OTT_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="OTTLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.OrgTimetable" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="OTT_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="OUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgPartRelation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="OU_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="P1Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgBrandOrRelatedName" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P1_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgContactAttribute" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PC_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="PFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupBuyLinkTrnMode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PF_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="PHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPartBarcode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PH_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="PLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCarrierServiceLevel" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PL_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="PLOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgCarrierServiceOption" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PLO_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="PRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgRelatedParty" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PR_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="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="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="PTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgParkContainerType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PT_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="PUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgWebURL" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PU_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="PZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.OrgAddressCapability" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PZ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RAPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.RelatedActivityPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="RAP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="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="RelatedActivityPivot"><Key><PropertyRef Name="RAP_PK" /></Key><Property Name="RAP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RAP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="RAP_ChildActivityID" Type="Edm.Guid" Nullable="false" /><Property Name="RAP_ChildActivityTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RAP_ParentActivityID" Type="Edm.Guid" Nullable="false" /><Property Name="RAP_ParentActivityTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RAP_SalesRelationTreeID" Type="Edm.Guid" /><Property Name="RAP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RAP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RAP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="RAP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RAP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RAP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.RAPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="RAP" /></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="UNDGDataItem" Abstract="true"><Key><PropertyRef Name="DI_PK" /></Key><Property Name="DI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DI_ApprovalCertificateIDMark" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_ApprovalCertificateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DI_CriticalitySafetyIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="1" /><Property Name="DI_DG" Type="Edm.Guid" /><Property Name="DI_DG_NKSubs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DI_DGFlashPoint" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="DI_DGVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_DGWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_HasOverpack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_HazardousWasteCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IMOClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IsCombustible" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsExclusiveUse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsFissileExcepted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsHighwayRouteControlledQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLimitedQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLithiumBatteriesDisposal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsMolten" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsNotOtherwiseSpecified" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsResidueLastContained" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsSalvagePackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsStabilized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsWaste" Type="Edm.Boolean" /><Property Name="DI_MaterialFormDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="DI_MPMarinePollutant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_NECWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="DI_NECWeightUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="DI_OC_DGContact" Type="Edm.Guid" /><Property Name="DI_OverpackID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="DI_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="DI_PackingInstructionSection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="DI_QuantityClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveLabelCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveMaximumActivity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadioactiveMaximumActivityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveTransportIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadionuclideElement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_RadionuclideElementSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_SpecialPermitIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="DI_SpecialPermitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="DI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_TechnicalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="150" Unicode="false" /><Property Name="DI_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="DI_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="DI_DG" ReferencedProperty="DG_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="DI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGSubstancePivots" Type="Collection(Odyssey.DIUNDGSubstancePivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.DIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="DI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGVolume" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_NECWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_NECWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JOUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.OrgProductType" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="OPT_PK" /></NavigationProperty></EntityType><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="OP_PK" /></NavigationProperty></EntityType><EntityType Name="KPUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="BCUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="DRQUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="UNDGSubstanceInfo"><Key><PropertyRef Name="DG_PK" /></Key><Property Name="DG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DG_Identifier" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="DG_PSN" Type="Edm.String" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="DG_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_Class" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DG_EMS" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="DG_FlashPoint" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="DG_MP" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="DG_PackIns" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DG_PG" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_SubLabel1" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_SubLabel2" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IUNDGSubstance" /><Annotation Term="Glow.TableCode" String="DG" /></EntityType><EntityType Name="WhsProductStyleColourInfo"><Key><PropertyRef Name="WSC_PK" /></Key><Property Name="WSC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleColour" /><Annotation Term="Glow.TableCode" String="WSC" /></EntityType><EntityType Name="WhsProductStyleSizeInfo"><Key><PropertyRef Name="WSZ_PK" /></Key><Property Name="WSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSZ_Size" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WSZ_Sequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleSize" /><Annotation Term="Glow.TableCode" String="WSZ" /></EntityType><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.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstancePivot" String="IUNDGSubstancePivot" /></Annotations><Annotations Target="Odyssey.DIUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="DIUNDGSubstancePivot" String="IUNDGSubstancePivot[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.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.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingOrganisation"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisation" String="INettingOrganisation" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.NSOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="NSOAcknowledgement" String="IAcknowledgement[[INettingOrganisation]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.NSOLog"><Annotation Term="Glow.FriendlyName" Qualifier="NSOLog" String="ILog[[INettingOrganisation]]" /></Annotations><Annotations Target="Odyssey.O1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="O1Acknowledgement" String="IAcknowledgement[[IOrgColdCallRegister]]" /></Annotations><Annotations Target="Odyssey.O1Log"><Annotation Term="Glow.FriendlyName" Qualifier="O1Log" String="ILog[[IOrgColdCallRegister]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.O1Note"><Annotation Term="Glow.FriendlyName" Qualifier="O1Note" String="INote[[IOrgColdCallRegister]]" /></Annotations><Annotations Target="Odyssey.O5Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="O5Acknowledgement" String="IAcknowledgement[[IOrgAppointedAgentPort]]" /></Annotations><Annotations Target="Odyssey.O6Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="O6Acknowledgement" String="IAcknowledgement[[IOrgSalesCallAdditionalAttendee]]" /></Annotations><Annotations Target="Odyssey.O8Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="O8Acknowledgement" String="IAcknowledgement[[IOrgStaffAssignment]]" /></Annotations><Annotations Target="Odyssey.OAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OAAcknowledgement" String="IAcknowledgement[[IOrgAddress]]" /></Annotations><Annotations Target="Odyssey.OAIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OAIAcknowledgement" String="IAcknowledgement[[IOrgAddressAdditionalInfo]]" /></Annotations><Annotations Target="Odyssey.OAMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OAMAcknowledgement" String="IAcknowledgement[[IOrgCarrierAccountMetaData]]" /></Annotations><Annotations Target="Odyssey.OANAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OANAcknowledgement" String="IAcknowledgement[[IOrgCarrierAccount]]" /></Annotations><Annotations Target="Odyssey.OBAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OBAcknowledgement" String="IAcknowledgement[[IOrgCompanyData]]" /></Annotations><Annotations Target="Odyssey.OCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OCAcknowledgement" String="IAcknowledgement[[IOrgContact]]" /></Annotations><Annotations Target="Odyssey.CertificateOrAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="CertificateOrAccreditation" String="ICertificateOrAccreditation" /></Annotations><Annotations Target="Odyssey.OCCertificateOrAccreditation"><Annotation Term="Glow.FriendlyName" Qualifier="OCCertificateOrAccreditation" String="ICertificateOrAccreditation[[IOrgContact]]" /></Annotations><Annotations Target="Odyssey.OCLog"><Annotation Term="Glow.FriendlyName" Qualifier="OCLog" String="ILog[[IOrgContact]]" /></Annotations><Annotations Target="Odyssey.ODAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ODAcknowledgement" String="IAcknowledgement[[IOrgDocument]]" /></Annotations><Annotations Target="Odyssey.OFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OFAcknowledgement" String="IAcknowledgement[[IOrgPartUnit]]" /></Annotations><Annotations Target="Odyssey.OHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OHAcknowledgement" String="IAcknowledgement[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.OHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="OHAddOnValue" String="IAddOnValue[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.JobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="JobRequiredDocument" String="IJobRequiredDocument" /></Annotations><Annotations Target="Odyssey.OHJobRequiredDocument"><Annotation Term="Glow.FriendlyName" Qualifier="OHJobRequiredDocument" String="IJobRequiredDocument[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHLog"><Annotation Term="Glow.FriendlyName" Qualifier="OHLog" String="ILog[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OHNote"><Annotation Term="Glow.FriendlyName" Qualifier="OHNote" String="INote[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.OHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="OHWorkflowAuditLog" String="IWorkflowAuditLog[[IOrgHeader]]" /></Annotations><Annotations Target="Odyssey.OKAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OKAcknowledgement" String="IAcknowledgement[[IOrgCusCode]]" /></Annotations><Annotations Target="Odyssey.OLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OLAcknowledgement" String="IAcknowledgement[[IOrgSupplierBuyerLink]]" /></Annotations><Annotations Target="Odyssey.OLTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OLTAcknowledgement" String="IAcknowledgement[[IOrgSupplierBuyerLinkTolerance]]" /></Annotations><Annotations Target="Odyssey.OMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OMAcknowledgement" String="IAcknowledgement[[IOrgMiscServ]]" /></Annotations><Annotations Target="Odyssey.OPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPAcknowledgement" String="IAcknowledgement[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.OPCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPCAcknowledgement" String="IAcknowledgement[[IOrgPartCategory]]" /></Annotations><Annotations Target="Odyssey.OPTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPTAcknowledgement" String="IAcknowledgement[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OQAcknowledgement" String="IAcknowledgement[[IOrgSalesCall]]" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfo" String="IOrgAddressAdditionalInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapability"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapability" String="IOrgAddressCapability" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddress"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddress" String="IOrgAddress" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgAppointedAgentPort"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAppointedAgentPort" String="IOrgAppointedAgentPort" /></Annotations><Annotations Target="Odyssey.OrgAttendeeMailView"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAttendeeMailView" String="IOrgAttendeeMailView" /></Annotations><Annotations Target="Odyssey.OrgAttendeeView"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAttendeeView" String="IOrgAttendeeView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedName"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedName" String="IOrgBrandOrRelatedName" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountMetaData"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountMetaData" String="IOrgCarrierAccountMetaData" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccount"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccount" String="IOrgCarrierAccount" /></Annotations><Annotations Target="Odyssey.OrgCarrierServiceLevel"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierServiceLevel" String="IOrgCarrierServiceLevel" /></Annotations><Annotations Target="Odyssey.OrgCarrierServiceOption"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierServiceOption" String="IOrgCarrierServiceOption" /></Annotations><Annotations Target="Odyssey.OrgColdCallRegister"><Annotation Term="Glow.FriendlyName" Qualifier="OrgColdCallRegister" String="IOrgColdCallRegister" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgCompanyData"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyData" String="IOrgCompanyData" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactAttribute"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactAttribute" String="IOrgContactAttribute" /></Annotations><Annotations Target="Odyssey.OrgContactFollower"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactFollower" String="IOrgContactFollower" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgContact"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContact" String="IOrgContact" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCode"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCode" String="IOrgCusCode" /></Annotations><Annotations Target="Odyssey.OrgCustomLabel"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCustomLabel" String="IOrgCustomLabel" /></Annotations><Annotations Target="Odyssey.OrgDocument"><Annotation Term="Glow.FriendlyName" Qualifier="OrgDocument" String="IOrgDocument" /></Annotations><Annotations Target="Odyssey.OrgHeaderFollower"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderFollower" String="IOrgHeaderFollower" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgHeader"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeader" String="IOrgHeader" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgMiscServ"><Annotation Term="Glow.FriendlyName" Qualifier="OrgMiscServ" String="IOrgMiscServ" /></Annotations><Annotations Target="Odyssey.OrgParkContainerType"><Annotation Term="Glow.FriendlyName" Qualifier="OrgParkContainerType" String="IOrgParkContainerType" /></Annotations><Annotations Target="Odyssey.OrgPartCategory"><Annotation Term="Glow.FriendlyName" Qualifier="OrgPartCategory" String="IOrgPartCategory" /></Annotations><Annotations Target="Odyssey.OrgPartCategoryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgPartCategoryInfo" String="IOrgPartCategoryInfo" /></Annotations><Annotations Target="Odyssey.OrgPartRelation"><Annotation Term="Glow.FriendlyName" Qualifier="OrgPartRelation" String="IOrgPartRelation" /></Annotations><Annotations Target="Odyssey.OrgPartUnit"><Annotation Term="Glow.FriendlyName" Qualifier="OrgPartUnit" String="IOrgPartUnit" /></Annotations><Annotations Target="Odyssey.OrgProductType"><Annotation Term="Glow.FriendlyName" Qualifier="OrgProductType" String="IOrgProductType" /></Annotations><Annotations Target="Odyssey.OrgRelatedParty"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedParty" String="IOrgRelatedParty" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.OrgSalesCallAdditionalAttendee"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSalesCallAdditionalAttendee" String="IOrgSalesCallAdditionalAttendee" /></Annotations><Annotations Target="Odyssey.OrgSalesCall"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSalesCall" String="IOrgSalesCall" /></Annotations><Annotations Target="Odyssey.OrgStaffAssignment"><Annotation Term="Glow.FriendlyName" Qualifier="OrgStaffAssignment" String="IOrgStaffAssignment" /></Annotations><Annotations Target="Odyssey.OrgSupBuyLinkTrnMode"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupBuyLinkTrnMode" String="IOrgSupBuyLinkTrnMode" /></Annotations><Annotations Target="Odyssey.OrgSupplierBuyerLinkPackPivotView"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierBuyerLinkPackPivotView" String="IOrgSupplierBuyerLinkPackPivotView" /></Annotations><Annotations Target="Odyssey.OrgSupplierBuyerLink"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierBuyerLink" String="IOrgSupplierBuyerLink" /></Annotations><Annotations Target="Odyssey.OrgSupplierBuyerLinkTolerance"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierBuyerLinkTolerance" String="IOrgSupplierBuyerLinkTolerance" /></Annotations><Annotations Target="Odyssey.OrgSupplierBuyerLinkView"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierBuyerLinkView" String="IOrgSupplierBuyerLinkView" /></Annotations><Annotations Target="Odyssey.OrgSupplierPartBarcode"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartBarcode" String="IOrgSupplierPartBarcode" /></Annotations><Annotations Target="Odyssey.OrgSupplierPartInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartInfo" String="IOrgSupplierPartInfo" /></Annotations><Annotations Target="Odyssey.OrgSupplierPart"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPart" String="IOrgSupplierPart" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgTimetable"><Annotation Term="Glow.FriendlyName" Qualifier="OrgTimetable" String="IOrgTimetable" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.OrgWebURL"><Annotation Term="Glow.FriendlyName" Qualifier="OrgWebURL" String="IOrgWebURL" /></Annotations><Annotations Target="Odyssey.OTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OTAcknowledgement" String="IAcknowledgement[[IOrgCustomLabel]]" /></Annotations><Annotations Target="Odyssey.OTTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OTTAcknowledgement" String="IAcknowledgement[[IOrgTimetable]]" /></Annotations><Annotations Target="Odyssey.OTTLog"><Annotation Term="Glow.FriendlyName" Qualifier="OTTLog" String="ILog[[IOrgTimetable]]" /></Annotations><Annotations Target="Odyssey.OUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OUAcknowledgement" String="IAcknowledgement[[IOrgPartRelation]]" /></Annotations><Annotations Target="Odyssey.P1Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P1Acknowledgement" String="IAcknowledgement[[IOrgBrandOrRelatedName]]" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PCAcknowledgement" String="IAcknowledgement[[IOrgContactAttribute]]" /></Annotations><Annotations Target="Odyssey.PFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PFAcknowledgement" String="IAcknowledgement[[IOrgSupBuyLinkTrnMode]]" /></Annotations><Annotations Target="Odyssey.PHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PHAcknowledgement" String="IAcknowledgement[[IOrgSupplierPartBarcode]]" /></Annotations><Annotations Target="Odyssey.PLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PLAcknowledgement" String="IAcknowledgement[[IOrgCarrierServiceLevel]]" /></Annotations><Annotations Target="Odyssey.PLOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PLOAcknowledgement" String="IAcknowledgement[[IOrgCarrierServiceOption]]" /></Annotations><Annotations Target="Odyssey.PRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PRAcknowledgement" String="IAcknowledgement[[IOrgRelatedParty]]" /></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.PTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PTAcknowledgement" String="IAcknowledgement[[IOrgParkContainerType]]" /></Annotations><Annotations Target="Odyssey.PUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PUAcknowledgement" String="IAcknowledgement[[IOrgWebURL]]" /></Annotations><Annotations Target="Odyssey.PZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PZAcknowledgement" String="IAcknowledgement[[IOrgAddressCapability]]" /></Annotations><Annotations Target="Odyssey.RAPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="RAPAcknowledgement" String="IAcknowledgement[[IRelatedActivityPivot]]" /></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.RelatedActivityPivot"><Annotation Term="Glow.FriendlyName" Qualifier="RelatedActivityPivot" String="IRelatedActivityPivot" /></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.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /></Annotations><Annotations Target="Odyssey.JOUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JOUNDGDataItem" String="IUNDGDataItem[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JLUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JLUNDGDataItem" String="IUNDGDataItem[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.OPTUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPTUNDGDataItem" String="IUNDGDataItem[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPUNDGDataItem" String="IUNDGDataItem[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.KPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="KPUNDGDataItem" String="IUNDGDataItem[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.BCUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="BCUNDGDataItem" String="IUNDGDataItem[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.DRQUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="DRQUNDGDataItem" String="IUNDGDataItem[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstanceInfo"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstanceInfo" String="IUNDGSubstanceInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleColourInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleColourInfo" String="IWhsProductStyleColourInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleSizeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleSizeInfo" String="IWhsProductStyleSizeInfo" /></Annotations></Schema><Schema Namespace="OrganisationActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="IsOrgCodeReadOnly"><ReturnType Type="Edm.Boolean" Nullable="false" /></Function></Schema><Schema Namespace="ContainerLoadListActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetLoadListPartiesQuery" IsComposable="true"><Parameter Name="supplierBookingPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.OrgHeader)" /></Function></Schema><Schema Namespace="OrderLineActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetSupplierPartsQuery" IsComposable="true"><Parameter Name="buyerAddressPK" Type="Edm.Guid" /><Parameter Name="controllingCustomerAddressPK" Type="Edm.Guid" /><ReturnType Type="Collection(Odyssey.OrgSupplierPart)" /></Function><Function Name="GetSupplierPartsQueryByBuyerAddress" IsComposable="true"><Parameter Name="buyerAddressPK" Type="Edm.Guid" Nullable="false" /><ReturnType Type="Collection(Odyssey.OrgSupplierPart)" /></Function></Schema><Schema Namespace="ExternalRequestActionExtender" xmlns="http://docs.oasis-open.org/odata/ns/edm"><Function Name="GetAssignedOrganizationsQuery" IsComposable="true"><Parameter Name="parentPK" Type="Edm.Guid" Nullable="false" /><Parameter Name="type" Type="Edm.String" /><ReturnType Type="Collection(Odyssey.OrgHeaderInfo)" /></Function></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccChargeCodeInfos" EntityType="Odyssey.AccChargeCodeInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /></EntitySet><EntitySet Name="DIAcknowledgements" EntityType="Odyssey.DIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /></EntitySet><EntitySet Name="DIUNDGSubstancePivots" EntityType="Odyssey.DIUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="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="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="NettingOrganisations" EntityType="Odyssey.NettingOrganisation"><NavigationPropertyBinding Path="Acknowledgements" Target="NSOAcknowledgements" /><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="NSOLogs" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaders" /><NavigationPropertyBinding Path="ReportingCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>NSO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="NSOAcknowledgements" EntityType="Odyssey.NSOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingOrganisations" /></EntitySet><EntitySet Name="NSOLogs" EntityType="Odyssey.NSOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="NettingOrganisations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="O1Acknowledgements" EntityType="Odyssey.O1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgColdCallRegisters" /></EntitySet><EntitySet Name="O1Logs" EntityType="Odyssey.O1Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgColdCallRegisters" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="O1Notes" EntityType="Odyssey.O1Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgColdCallRegisters" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="O5Acknowledgements" EntityType="Odyssey.O5Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAppointedAgentPorts" /></EntitySet><EntitySet Name="O6Acknowledgements" EntityType="Odyssey.O6Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSalesCallAdditionalAttendees" /></EntitySet><EntitySet Name="O8Acknowledgements" EntityType="Odyssey.O8Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgStaffAssignments" /></EntitySet><EntitySet Name="OAAcknowledgements" EntityType="Odyssey.OAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddresses" /></EntitySet><EntitySet Name="OAIAcknowledgements" EntityType="Odyssey.OAIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddressAdditionalInfos" /></EntitySet><EntitySet Name="OAMAcknowledgements" EntityType="Odyssey.OAMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCarrierAccountMetaData" /></EntitySet><EntitySet Name="OANAcknowledgements" EntityType="Odyssey.OANAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCarrierAccounts" /></EntitySet><EntitySet Name="OBAcknowledgements" EntityType="Odyssey.OBAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCompanyData" /></EntitySet><EntitySet Name="OCAcknowledgements" EntityType="Odyssey.OCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgContacts" /></EntitySet><EntitySet Name="OCCertificateOrAccreditations" EntityType="Odyssey.OCCertificateOrAccreditation"><NavigationPropertyBinding Path="CountryOfIssuance" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgContacts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OCLogs" EntityType="Odyssey.OCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgContacts" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="ODAcknowledgements" EntityType="Odyssey.ODAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgDocuments" /></EntitySet><EntitySet Name="OFAcknowledgements" EntityType="Odyssey.OFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgPartUnits" /></EntitySet><EntitySet Name="OHAcknowledgements" EntityType="Odyssey.OHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /></EntitySet><EntitySet Name="OHAddOnValues" EntityType="Odyssey.OHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OHJobRequiredDocuments" EntityType="Odyssey.OHJobRequiredDocument"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DocumentOwner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="IssuedBy" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedCountry" Target="RefCountryInfos" /></EntitySet><EntitySet Name="OHLogs" EntityType="Odyssey.OHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OHNotes" EntityType="Odyssey.OHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OHWorkflowAuditLogs" EntityType="Odyssey.OHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OKAcknowledgements" EntityType="Odyssey.OKAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCusCodes" /></EntitySet><EntitySet Name="OLAcknowledgements" EntityType="Odyssey.OLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierBuyerLinks" /></EntitySet><EntitySet Name="OLTAcknowledgements" EntityType="Odyssey.OLTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierBuyerLinkTolerances" /></EntitySet><EntitySet Name="OMAcknowledgements" EntityType="Odyssey.OMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgMiscServs" /></EntitySet><EntitySet Name="OPAcknowledgements" EntityType="Odyssey.OPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierParts" /></EntitySet><EntitySet Name="OPCAcknowledgements" EntityType="Odyssey.OPCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgPartCategories" /></EntitySet><EntitySet Name="OPTAcknowledgements" EntityType="Odyssey.OPTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgProductTypes" /></EntitySet><EntitySet Name="OQAcknowledgements" EntityType="Odyssey.OQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSalesCalls" /></EntitySet><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressAdditionalInfos" EntityType="Odyssey.OrgAddressAdditionalInfo"><NavigationPropertyBinding Path="Acknowledgements" Target="OAIAcknowledgements" /><NavigationPropertyBinding Path="Address" Target="OrgAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OAI_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressCapabilities" EntityType="Odyssey.OrgAddressCapability"><NavigationPropertyBinding Path="Acknowledgements" Target="PZAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddresses" EntityType="Odyssey.OrgAddress"><NavigationPropertyBinding Path="Acknowledgements" Target="OAAcknowledgements" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilities" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgAppointedAgentPorts" EntityType="Odyssey.OrgAppointedAgentPort"><NavigationPropertyBinding Path="Acknowledgements" Target="O5Acknowledgements" /><NavigationPropertyBinding Path="AgentOfficeAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="OrgParkContainerTypes" Target="OrgParkContainerTypes" /></EntitySet><EntitySet Name="OrgAttendeeMailViews" EntityType="Odyssey.OrgAttendeeMailView"><NavigationPropertyBinding Path="OrgAttendeeView" Target="OrgAttendeeViews" /></EntitySet><EntitySet Name="OrgAttendeeViews" EntityType="Odyssey.OrgAttendeeView"><NavigationPropertyBinding Path="OrgAttendeeMailViews" Target="OrgAttendeeMailViews" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNames" EntityType="Odyssey.OrgBrandOrRelatedName"><NavigationPropertyBinding Path="Acknowledgements" Target="P1Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="OrgProductTypes" Target="OrgProductTypes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountMetaData" EntityType="Odyssey.OrgCarrierAccountMetaData"><NavigationPropertyBinding Path="Acknowledgements" Target="OAMAcknowledgements" /><NavigationPropertyBinding Path="CarrierAccount" Target="OrgCarrierAccounts" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OAM_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCarrierAccounts" EntityType="Odyssey.OrgCarrierAccount"><NavigationPropertyBinding Path="Acknowledgements" Target="OANAcknowledgements" /><NavigationPropertyBinding Path="BillToParty" Target="OrgHeaders" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaders" /><NavigationPropertyBinding Path="CarrierAccountMetaData" Target="OrgCarrierAccountMetaData" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OAN_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCarrierServiceLevels" EntityType="Odyssey.OrgCarrierServiceLevel"><NavigationPropertyBinding Path="Acknowledgements" Target="PLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgMiscServ" Target="OrgMiscServs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCarrierServiceOptions" EntityType="Odyssey.OrgCarrierServiceOption"><NavigationPropertyBinding Path="Acknowledgements" Target="PLOAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgMiscService" Target="OrgMiscServs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PLO_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgColdCallRegisters" EntityType="Odyssey.OrgColdCallRegister"><NavigationPropertyBinding Path="Acknowledgements" Target="O1Acknowledgements" /><NavigationPropertyBinding Path="ConvertedToQualifiedLead" Target="OrgHeaders" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LinkedAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="LinkedContact" Target="OrgContacts" /><NavigationPropertyBinding Path="Logs" Target="O1Logs" /><NavigationPropertyBinding Path="Notes" Target="O1Notes" /><NavigationPropertyBinding Path="ReferringContact" Target="OrgContacts" /><NavigationPropertyBinding Path="ReferTo" Target="OrgHeaders" /><NavigationPropertyBinding Path="ReferToContact" Target="OrgContacts" /><NavigationPropertyBinding Path="RepAssigned" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="SourceOfLead" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>O1_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCompanyData" EntityType="Odyssey.OrgCompanyData"><NavigationPropertyBinding Path="Acknowledgements" Target="OBAcknowledgements" /><NavigationPropertyBinding Path="APDefaultBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="APDefaultChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARDDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARPayToAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="ControllingBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OB_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactAttributes" EntityType="Odyssey.OrgContactAttribute"><NavigationPropertyBinding Path="Acknowledgements" Target="PCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContacts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgContactFollowers" EntityType="Odyssey.OrgContactFollower"><NavigationPropertyBinding Path="OrgHeaderFollower" Target="OrgHeaderFollowers" /></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="OrgContacts" EntityType="Odyssey.OrgContact"><NavigationPropertyBinding Path="Acknowledgements" Target="OCAcknowledgements" /><NavigationPropertyBinding Path="AddressOverride" Target="OrgHeaders" /><NavigationPropertyBinding Path="CertificateOrAccreditations" Target="OCCertificateOrAccreditations" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="OCLogs" /><NavigationPropertyBinding Path="Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="OrgContactAttributes" Target="OrgContactAttributes" /><NavigationPropertyBinding Path="OrgDocuments" Target="OrgDocuments" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgCusCodes" EntityType="Odyssey.OrgCusCode"><NavigationPropertyBinding Path="Acknowledgements" Target="OKAcknowledgements" /><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddresses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OK_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgCustomLabels" EntityType="Odyssey.OrgCustomLabel"><NavigationPropertyBinding Path="Acknowledgements" Target="OTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OT_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgDocuments" EntityType="Odyssey.OrgDocument"><NavigationPropertyBinding Path="Acknowledgements" Target="ODAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="FilterBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="FilterCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="FilterDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MenuItem" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContacts" /><NavigationPropertyBinding Path="RelatedFilterByParty" Target="OrgHeaders" /><NavigationPropertyBinding Path="Suppressed" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgHeaderFollowers" EntityType="Odyssey.OrgHeaderFollower"><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgHeaders" EntityType="Odyssey.OrgHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="OHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="OHAddOnValues" /><NavigationPropertyBinding Path="BuyerLinks" Target="OrgSupplierBuyerLinks" /><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccounts" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodes" /><NavigationPropertyBinding Path="JobRequiredDocuments" Target="OHJobRequiredDocuments" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="OHLogs" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisations" /><NavigationPropertyBinding Path="Notes" Target="OHNotes" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddresses" /><NavigationPropertyBinding Path="OrgAppointedAgentPorts" Target="OrgAppointedAgentPorts" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNames" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyData" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContacts" /><NavigationPropertyBinding Path="OrgCustomLabels" Target="OrgCustomLabels" /><NavigationPropertyBinding Path="OrgMiscServs" Target="OrgMiscServs" /><NavigationPropertyBinding Path="OrgProductTypes" Target="OrgProductTypes" /><NavigationPropertyBinding Path="OrgSalesCalls" Target="OrgSalesCalls" /><NavigationPropertyBinding Path="OrgStaffAssignments" Target="OrgStaffAssignments" /><NavigationPropertyBinding Path="OrgWebURLs" Target="OrgWebURLs" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedParties" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedParties" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /><NavigationPropertyBinding Path="SupplierLinks" Target="OrgSupplierBuyerLinks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="OHWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgMiscServs" EntityType="Odyssey.OrgMiscServ"><NavigationPropertyBinding Path="Acknowledgements" Target="OMAcknowledgements" /><NavigationPropertyBinding Path="Airline" Target="RefAirlineInfos" /><NavigationPropertyBinding Path="ARGlobalCreditCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARGlobalCreditGroup" Target="OrgHeaders" /><NavigationPropertyBinding Path="CMMainExportCmdty" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CMMainImportCmdty" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CMPreferredPaymentCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="EXDefaultCntryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="EXDefaultDGContact" Target="OrgContacts" /><NavigationPropertyBinding Path="EXDefaultServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="EXDefCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="FWDefCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="IMDefaultServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="ISFBondHolder" Target="OrgHeaders" /><NavigationPropertyBinding Path="ISFConsignee" Target="OrgHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgCarrierServiceLevels" Target="OrgCarrierServiceLevels" /><NavigationPropertyBinding Path="OrgCarrierServiceOptions" Target="OrgCarrierServiceOptions" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="OrgSecurityGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WhsDefaultWarehouse" Target="GlbBranchInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgParkContainerTypes" EntityType="Odyssey.OrgParkContainerType"><NavigationPropertyBinding Path="Acknowledgements" Target="PTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYWorkOrderApprovedBy" Target="OrgContacts" /><NavigationPropertyBinding Path="CYWorkOrderLimitCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAppointedAgentPort" Target="OrgAppointedAgentPorts" /></EntitySet><EntitySet Name="OrgPartCategories" EntityType="Odyssey.OrgPartCategory"><NavigationPropertyBinding Path="Acknowledgements" Target="OPCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgPartCategories" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OPC_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgPartCategoryInfos" EntityType="Odyssey.OrgPartCategoryInfo"><NavigationPropertyBinding Path="Parent" Target="OrgPartCategoryInfos" /></EntitySet><EntitySet Name="OrgPartRelations" EntityType="Odyssey.OrgPartRelation"><NavigationPropertyBinding Path="Acknowledgements" Target="OUAcknowledgements" /><NavigationPropertyBinding Path="Category" Target="OrgPartCategories" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="RoyaltyCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="UnitPriceCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OU_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgPartUnits" EntityType="Odyssey.OrgPartUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="OFAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgProductTypes" EntityType="Odyssey.OrgProductType"><NavigationPropertyBinding Path="Acknowledgements" Target="OPTAcknowledgements" /><NavigationPropertyBinding Path="Brand" Target="OrgBrandOrRelatedNames" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaders" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OPT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgRelatedParties" EntityType="Odyssey.OrgRelatedParty"><NavigationPropertyBinding Path="Acknowledgements" Target="PRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="ImporterCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaders" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgSalesCallAdditionalAttendees" EntityType="Odyssey.OrgSalesCallAdditionalAttendee"><NavigationPropertyBinding Path="Acknowledgements" Target="O6Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgAttendeeView" Target="OrgAttendeeViews" /><NavigationPropertyBinding Path="OrgSalesCall" Target="OrgSalesCalls" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>O6_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSalesCalls" EntityType="Odyssey.OrgSalesCall"><NavigationPropertyBinding Path="Acknowledgements" Target="OQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocationAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="LocationResource" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContacts" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="OrgSalesCallAdditionalAttendees" Target="OrgSalesCallAdditionalAttendees" /><NavigationPropertyBinding Path="SalesRep" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OQ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgStaffAssignments" EntityType="Odyssey.OrgStaffAssignment"><NavigationPropertyBinding Path="Acknowledgements" Target="O8Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><NavigationPropertyBinding Path="PersonResponsible" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>O8_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSupBuyLinkTrnModes" EntityType="Odyssey.OrgSupBuyLinkTrnMode"><NavigationPropertyBinding Path="Acknowledgements" Target="PFAcknowledgements" /><NavigationPropertyBinding Path="CarrierLine" Target="OrgHeaders" /><NavigationPropertyBinding Path="ControllingCustomer" Target="OrgHeaders" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CustomsControlledArrivalLocation" Target="OrgAddresses" /><NavigationPropertyBinding Path="CustomsExamSite" Target="OrgAddresses" /><NavigationPropertyBinding Path="DefaultServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="DeliveryCartageContractor" Target="OrgHeaders" /><NavigationPropertyBinding Path="DischargePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ImportCustomsAgent" Target="OrgHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgSupplierBuyerLink" Target="OrgSupplierBuyerLinks" /><NavigationPropertyBinding Path="OverrideConsigneeContact" Target="OrgContacts" /><NavigationPropertyBinding Path="OverrideDeliveryAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="OverrideNotifyParty" Target="OrgContacts" /><NavigationPropertyBinding Path="OverrideNotifyPartyAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="OverridePickupAddress" Target="OrgAddresses" /><NavigationPropertyBinding Path="OverrideSupplierContact" Target="OrgContacts" /><NavigationPropertyBinding Path="PickupCartageContractor" Target="OrgHeaders" /><NavigationPropertyBinding Path="PlaceOfDeliveryPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="PlaceOfReceivalPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ReceivingAgent" Target="OrgHeaders" /><NavigationPropertyBinding Path="SendingAgent" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSupplierBuyerLinkPackPivotViews" EntityType="Odyssey.OrgSupplierBuyerLinkPackPivotView"><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="SupplierBuyerLink" Target="OrgSupplierBuyerLinks" /></EntitySet><EntitySet Name="OrgSupplierBuyerLinks" EntityType="Odyssey.OrgSupplierBuyerLink"><NavigationPropertyBinding Path="Acknowledgements" Target="OLAcknowledgements" /><NavigationPropertyBinding Path="Buyer" Target="OrgHeaders" /><NavigationPropertyBinding Path="ControllingCustomer" Target="OrgHeaders" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ImportBroker" Target="OrgHeaders" /><NavigationPropertyBinding Path="ImporterCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="NotifyPartyContact" Target="OrgContacts" /><NavigationPropertyBinding Path="OrgSupBuyLinkTrnModes" Target="OrgSupBuyLinkTrnModes" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSupplierBuyerLinkTolerances" EntityType="Odyssey.OrgSupplierBuyerLinkTolerance"><NavigationPropertyBinding Path="Acknowledgements" Target="OLTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="SupplierBuyerLink" Target="OrgSupplierBuyerLinks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OLT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSupplierBuyerLinkViews" EntityType="Odyssey.OrgSupplierBuyerLinkView"><NavigationPropertyBinding Path="Buyer" Target="OrgHeaders" /><NavigationPropertyBinding Path="ImporterCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaders" /></EntitySet><EntitySet Name="OrgSupplierPartBarcodes" EntityType="Odyssey.OrgSupplierPartBarcode"><NavigationPropertyBinding Path="Acknowledgements" Target="PHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="OrgSupplierParts" EntityType="Odyssey.OrgSupplierPart"><NavigationPropertyBinding Path="Acknowledgements" Target="OPAcknowledgements" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="OrgPartRelations" Target="OrgPartRelations" /><NavigationPropertyBinding Path="OrgPartUnits" Target="OrgPartUnits" /><NavigationPropertyBinding Path="OrgSupplierPartBarcodes" Target="OrgSupplierPartBarcodes" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="StyleColor" Target="WhsProductStyleColourInfos" /><NavigationPropertyBinding Path="StyleSize" Target="WhsProductStyleSizeInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OrgTimetables" EntityType="Odyssey.OrgTimetable"><NavigationPropertyBinding Path="Acknowledgements" Target="OTTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="OTTLogs" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddresses" /></EntitySet><EntitySet Name="OrgWebURLs" EntityType="Odyssey.OrgWebURL"><NavigationPropertyBinding Path="Acknowledgements" Target="PUAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>PU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="OTAcknowledgements" EntityType="Odyssey.OTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCustomLabels" /></EntitySet><EntitySet Name="OTTAcknowledgements" EntityType="Odyssey.OTTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgTimetables" /></EntitySet><EntitySet Name="OTTLogs" EntityType="Odyssey.OTTLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgTimetables" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="OUAcknowledgements" EntityType="Odyssey.OUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgPartRelations" /></EntitySet><EntitySet Name="P1Acknowledgements" EntityType="Odyssey.P1Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgBrandOrRelatedNames" /></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="PCAcknowledgements" EntityType="Odyssey.PCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgContactAttributes" /></EntitySet><EntitySet Name="PFAcknowledgements" EntityType="Odyssey.PFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupBuyLinkTrnModes" /></EntitySet><EntitySet Name="PHAcknowledgements" EntityType="Odyssey.PHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierPartBarcodes" /></EntitySet><EntitySet Name="PLAcknowledgements" EntityType="Odyssey.PLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCarrierServiceLevels" /></EntitySet><EntitySet Name="PLOAcknowledgements" EntityType="Odyssey.PLOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgCarrierServiceOptions" /></EntitySet><EntitySet Name="PRAcknowledgements" EntityType="Odyssey.PRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgRelatedParties" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="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="PTAcknowledgements" EntityType="Odyssey.PTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgParkContainerTypes" /></EntitySet><EntitySet Name="PUAcknowledgements" EntityType="Odyssey.PUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgWebURLs" /></EntitySet><EntitySet Name="PZAcknowledgements" EntityType="Odyssey.PZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgAddressCapabilities" /></EntitySet><EntitySet Name="RAPAcknowledgements" EntityType="Odyssey.RAPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="RelatedActivityPivots" /></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="RelatedActivityPivots" EntityType="Odyssey.RelatedActivityPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="RAPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>RAP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="UNDGDataItems" EntityType="Odyssey.UNDGDataItem"><NavigationPropertyBinding Path="Acknowledgements" Target="DIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.OPTUNDGDataItem/Parent" Target="OrgProductTypes" /><NavigationPropertyBinding Path="Odyssey.OPUNDGDataItem/Parent" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="DIUNDGSubstancePivots" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGSubstanceInfos" EntityType="Odyssey.UNDGSubstanceInfo" /><EntitySet Name="WhsProductStyleColourInfos" EntityType="Odyssey.WhsProductStyleColourInfo" /><EntitySet Name="WhsProductStyleSizeInfos" EntityType="Odyssey.WhsProductStyleSizeInfo" /><FunctionImport Name="IsOrgCodeReadOnly" Function="OrganisationActionExtender.IsOrgCodeReadOnly" /><FunctionImport Name="GetLoadListPartiesQuery" Function="ContainerLoadListActionExtender.GetLoadListPartiesQuery" EntitySet="OrgHeaders" /><FunctionImport Name="GetSupplierPartsQuery" Function="OrderLineActionExtender.GetSupplierPartsQuery" EntitySet="OrgSupplierParts" /><FunctionImport Name="GetSupplierPartsQueryByBuyerAddress" Function="OrderLineActionExtender.GetSupplierPartsQueryByBuyerAddress" EntitySet="OrgSupplierParts" /><FunctionImport Name="GetAssignedOrganizationsQuery" Function="ExternalRequestActionExtender.GetAssignedOrganizationsQuery" EntitySet="OrgHeaderInfos" /></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>