<?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="AccTransactionHeaderInfo"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionHeader" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AdditionalService" Abstract="true"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ES_BookedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CompletedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CurrentContextID" Type="Edm.Guid" /><Property Name="ES_CurrentContextTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="ES_ExternalServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_GC" Type="Edm.Guid" /><Property Name="ES_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ES_MeasurementBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_OA_Location" Type="Edm.Guid" /><Property Name="ES_OH_Contractor" Type="Edm.Guid" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_References" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_RQ" Type="Edm.Guid" /><Property Name="ES_RX_NKServiceRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="ES_ServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_ServiceNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="ES_ServiceRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ServiceRateCurrency/RX_SubUnitRatio" /></Property><Property Name="ES_SubLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ES_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="ES_OA_Location" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Contractor" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="ES_OH_Contractor" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RefEquipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="ES_RQ" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="ServiceRateCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="ES_RX_NKServiceRateCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ES_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.ESAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.ESLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ESAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ES" /></EntityType><EntityType Name="YAOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KMAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KNAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KGAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JKAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WSJAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.WhsAdHocServiceJob" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="WSJ_PK" /></NavigationProperty></EntityType><EntityType Name="WDAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty></EntityType><EntityType Name="WDCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WRCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WVOAdditionalService" BaseType="Odyssey.AdditionalService"><NavigationProperty Name="Parent" Type="Odyssey.WhsVASOrder" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="WVO_PK" /></NavigationProperty></EntityType><EntityType Name="JPAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="AllocationOrderLineFactMetadataProxy"><Key><PropertyRef Name="AOF_PK" /></Key><Property Name="AOF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AOF_OU_ProductRelation" Type="Edm.Guid" Nullable="false" /><Property Name="AOF_PL_NKCarrierServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AOF_TZ_NKTransportZone" Type="Edm.String" MaxLength="35" Unicode="false" /><Property Name="AOF_OrderType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AOF_OH_Consignee" Type="Edm.Guid" /><Property Name="AOF_OH_TransportCompany" Type="Edm.Guid" /><Property Name="AOF_OH_DistributionCentre" Type="Edm.Guid" /><Property Name="AOF_OH_CarrierBookingAgent" Type="Edm.Guid" /><Property Name="AOF_WSH_NKSalesChannel" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="AOF_WE_PickGroup" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="AOF_DeliveryRoute" Type="Edm.String" MaxLength="3" Unicode="false" /><NavigationProperty Name="ProductRelation" Type="Odyssey.OrgPartRelation" Nullable="false"><ReferentialConstraint Property="AOF_OU_ProductRelation" ReferencedProperty="OU_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AOF_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AOF_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="DistributionCentre" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AOF_OH_DistributionCentre" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CarrierBookingAgent" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="AOF_OH_CarrierBookingAgent" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="BMSystemWorkflowDeterminer"><Key><PropertyRef Name="FSW_PK" /></Key><Property Name="FSW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="FSW_FS_System" Type="Edm.Guid" Nullable="false" /><Property Name="FSW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="FSW_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="FSW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FSW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FSW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="FSW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="FSW_WorkflowType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FSW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="FSW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.FSWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="FSW" /></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="ESAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty></EntityType><EntityType Name="AddOnValue" Abstract="true"><Key><PropertyRef Name="XV_PK" /></Key><Property Name="XV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="XV_DataAsDecimal" Type="Edm.Decimal" Precision="18" Scale="2"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XV_IsRuleEnabled" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="XV_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" Unicode="false" /><Property Name="XV_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XV_XR_Rule" Type="Edm.Guid" /><Annotation Term="Glow.TableCode" String="XV" /></EntityType><EntityType Name="ESAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="ESLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.AdditionalService" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="ETAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobStorage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="ET_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="FSWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.BMSystemWorkflowDeterminer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="FSW_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="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="JobStorage"><Key><PropertyRef Name="ET_PK" /></Key><Property Name="ET_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ET_BillingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ET_OffBandProcessingStatus" Type="Edm.String" DefaultValue="NIQ" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ET_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="ET_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ET_StorageFromDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ET_StorageJobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="ET_StorageToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ET_StorageType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ET_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ET_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ET_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ET_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ET_WW" Type="Edm.Guid" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="ET_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="WhsWarehouse" Type="Odyssey.WhsWarehouse"><ReferentialConstraint Property="ET_WW" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ET_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ET_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ETAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="ET" /></EntityType><EntityType Name="KIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageItemDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.PackageJob" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KJ_PK" /></NavigationProperty></EntityType><EntityType Name="KPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHandlingUnitDivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackageHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="ReferenceNumber" Abstract="true"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CE_Category" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryIsSystemGenerated" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CE_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="CE" /></EntityType><EntityType Name="KPReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="KPU_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="KPULog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPU_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="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="KPUWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KPU_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowEvent" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="KPWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="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="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="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="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="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><NavigationProperty Name="Barcodes" Type="Collection(Odyssey.WhsOrgPartRelationBarcode)" Partner="OrgPartRelation" /><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="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="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="WhsProductParamsByWhsAndClients" Type="Collection(Odyssey.WhsProductParamsByWhsAndClient)" Partner="OrgSupplierPart" /><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="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="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="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="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="PackageJob" Abstract="true"><Key><PropertyRef Name="KJ_PK" /></Key><Property Name="KJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KJ_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="KJ_GS_NKReleasedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_IsFinalized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KJ_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ParentID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="KJ_ReleasedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackageJob" /><NavigationProperty Name="ReleasedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_GS_NKReleasedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KJ" /></EntityType><EntityType Name="KMPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="KBPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="LTCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="JSPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="KPUPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.PkgHandlingUnit" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="KPU_PK" /></NavigationProperty></EntityType><EntityType Name="WDPackageJob" BaseType="Odyssey.PackageJob"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="PackageJobs"><ReferentialConstraint Property="KJ_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty></EntityType><EntityType Name="WDCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WDHPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WRCPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="WRHPackageJob" BaseType="Odyssey.PackageJob" /><EntityType Name="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="PkgHandlingUnit"><Key><PropertyRef Name="KPU_PK" /></Key><Property Name="KPU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPU_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="KPU_JobContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Branch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="KPU_GB_Branch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPULog)" Partner="Parent" /><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.KPUPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.KPUWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPU" /></EntityType><EntityType Name="PkgPackageHandlingUnitDivot"><Key><PropertyRef Name="KPD_PK" /></Key><Property Name="KPD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPD_GS_NKPackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_GS_NKUnpackedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_KP_HandlingUnit" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KPD_PackedTime" Type="Edm.DateTimeOffset" /><Property Name="KPD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPD_UnpackedTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="HandlingUnit" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnitPackages"><ReferentialConstraint Property="KPD_KP_HandlingUnit" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="HandlingUnits"><ReferentialConstraint Property="KPD_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKPackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnpackedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_GS_NKUnpackedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPD" /></EntityType><EntityType Name="PkgPackageHeader"><Key><PropertyRef Name="KPH_PK" /></Key><Property Name="KPH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KPH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KPH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KPH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KPH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="PackageHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KPH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KPH" /></EntityType><EntityType Name="PkgPackageItemDivot"><Key><PropertyRef Name="KI_PK" /></Key><Property Name="KI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KI_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="KI_PackedQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="KI_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="Items"><ReferentialConstraint Property="KI_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KI" /></EntityType><EntityType Name="PkgPackage"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="KP_ClosedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_DamagedReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_DunnageWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="KP_ExternalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="KP_GS_NKClosedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_GS_NKReleasedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_HSCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="KP_IsCheckedWeighedCubed" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsFumigated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsHeatTreated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsHeld" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsISPMPallet" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsNonStackable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsPillaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsReleasedViaJob" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsSalvagePackaging" Type="Edm.Boolean" /><Property Name="KP_IsSalvagePressureReceptacle" Type="Edm.Boolean" /><Property Name="KP_IsTopLoadOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_IsUnknownQty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_KJ_ParentPackageJob" Type="Edm.Guid" Nullable="false" /><Property Name="KP_KP_ParentPackage" Type="Edm.Guid" /><Property Name="KP_KP_TopHandlingUnitPackage" Type="Edm.Guid" /><Property Name="KP_KPH_PackageHeader" Type="Edm.Guid" /><Property Name="KP_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_LoadingMeters" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="KP_MarksAndNumbersVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="KP_PackageQty" Type="Edm.Int32" DefaultValue="1" Nullable="false" /><Property Name="KP_PackagingLayerType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="KP_PalletSpaces" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_PreviousPackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KP_PreviousPackLineID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="KP_ReleasedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_RequiredTemperatureMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KP_RequiredTemperatureMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="KP_RequiredTemperatureUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="KP_RequiresTemperatureControl" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="KP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="KP_Sequence" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="KP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_TareWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="KP_TransportRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="KP_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="HandlingUnitPackages" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="HandlingUnit" /><NavigationProperty Name="HandlingUnits" Type="Collection(Odyssey.PkgPackageHandlingUnitDivot)" Partner="Package" /><NavigationProperty Name="Items" Type="Collection(Odyssey.PkgPackageItemDivot)" Partner="Package" /><NavigationProperty Name="ParentPackageJob" Type="Odyssey.PackageJob" Nullable="false" Partner="PkgPackages"><ReferentialConstraint Property="KP_KJ_ParentPackageJob" ReferencedProperty="KJ_PK" /></NavigationProperty><NavigationProperty Name="PackageHeader" Type="Odyssey.PkgPackageHeader" Partner="PkgPackages"><ReferentialConstraint Property="KP_KPH_PackageHeader" ReferencedProperty="KPH_PK" /></NavigationProperty><NavigationProperty Name="ParentPackage" Type="Odyssey.PkgPackage" Partner="PkgPackages"><ReferentialConstraint Property="KP_KP_ParentPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="PkgPackages" Type="Collection(Odyssey.PkgPackage)" Partner="ParentPackage"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TopHandlingUnitPackage" Type="Odyssey.PkgPackage" Partner="AllChildPackages"><ReferentialConstraint Property="KP_KP_TopHandlingUnitPackage" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="AllChildPackages" Type="Collection(Odyssey.PkgPackage)" Partner="TopHandlingUnitPackage" /><NavigationProperty Name="WhsLoadPkgPackagePivots" Type="Collection(Odyssey.WhsLoadPkgPackagePivot)" Partner="Package" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ClosedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_GS_NKClosedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ReleasedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_GS_NKReleasedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="KP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="KP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.KPLog)" Partner="Parent" /><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.KPReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.KPUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.KPWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.KPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsLoadConsolidatedHandlingUnits" Type="Collection(Odyssey.WhsLoadConsolidatedHandlingUnit)" Partner="HandlingUnit" /><NavigationProperty Name="WhsPackageLocationViews" Type="Collection(Odyssey.WhsPackageLocationView)" Partner="Package" /><Annotation Term="Glow.TableCode" String="KP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Length" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Width" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Height" /><PropertyValue Property="UnitProperty" PropertyPath="KP_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_TareWeight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KP_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMinimum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_RequiredTemperatureMaximum" /><PropertyValue Property="UnitProperty" PropertyPath="KP_RequiredTemperatureUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Temperature</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty></EntityType><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"><NavigationProperty Name="Parent" Type="Odyssey.WhsLoad" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WLO_PK" /></NavigationProperty></EntityType><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.WhsPick" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WP_PK" /></NavigationProperty></EntityType><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="PutawayInventoryFactMetadataProxy"><Key><PropertyRef Name="PIF_PK" /></Key><Property Name="PIF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PIF_OU_ProductRelation" Type="Edm.Guid" Nullable="false" /><Property Name="PIF_OH_Supplier" Type="Edm.Guid" /><Property Name="PIF_OH_Consignee" Type="Edm.Guid" /><Property Name="PIF_ReceiveType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PIF_ReceiveTypeWithoutValueAddedServices" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PIF_TransferType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PIF_WLT_NKLocationTypeCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PIF_WPG_NKPutawayGroupCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PIF_WHC_NKHoldCode" Type="Edm.String" MaxLength="8" Unicode="false" /><Property Name="PIF_WD_ReceiveCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><NavigationProperty Name="ProductRelation" Type="Odyssey.OrgPartRelation" Nullable="false"><ReferentialConstraint Property="PIF_OU_ProductRelation" ReferencedProperty="OU_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PIF_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PIF_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="RateTransportProviderInfo"><Key><PropertyRef Name="TP_PK" /></Key><Property Name="TP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TP_ZoneType" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TP_OH_RelatedParty" Type="Edm.Guid" /><Property Name="TP_R9_ZoneHubLocation" Type="Edm.Guid" /><Property Name="TP_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="TP_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ZoneHubLocation" Type="Odyssey.RefCityTownInfo"><ReferentialConstraint Property="TP_R9_ZoneHubLocation" ReferencedProperty="R9_PK" /></NavigationProperty><NavigationProperty Name="RateTransportZones" Type="Collection(Odyssey.RateTransportZoneInfo)" Partner="RateTransportProvider" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="TP_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRateTransportProvider" /><Annotation Term="Glow.TableCode" String="TP" /></EntityType><EntityType Name="RateTransportZoneInfo"><Key><PropertyRef Name="TZ_PK" /></Key><Property Name="TZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TZ_ZoneName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="TZ_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="TZ_TP" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="RateTransportProvider" Type="Odyssey.RateTransportProviderInfo" Nullable="false" Partner="RateTransportZones"><ReferentialConstraint Property="TZ_TP" ReferencedProperty="TP_PK" /></NavigationProperty><NavigationProperty Name="RateTransportZoneItems" Type="Collection(Odyssey.RateTransportZoneItemInfo)" Partner="DomesticZone" /><Annotation Term="Glow.InfoTypeFor" String="IRateTransportZone" /><Annotation Term="Glow.TableCode" String="TZ" /></EntityType><EntityType Name="RateTransportZoneItemInfo"><Key><PropertyRef Name="TQ_PK" /></Key><Property Name="TQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TQ_FromDistance" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="TQ_FromPostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="TQ_R9_CityTown" Type="Edm.Guid" /><Property Name="TQ_ToDistance" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="TQ_ToPostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="TQ_TZ_DomesticZone" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CityTown" Type="Odyssey.RefCityTownInfo"><ReferentialConstraint Property="TQ_R9_CityTown" ReferencedProperty="R9_PK" /></NavigationProperty><NavigationProperty Name="DomesticZone" Type="Odyssey.RateTransportZoneInfo" Nullable="false" Partner="RateTransportZoneItems"><ReferentialConstraint Property="TQ_TZ_DomesticZone" ReferencedProperty="TZ_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRateTransportZoneItem" /><Annotation Term="Glow.TableCode" String="TQ" /></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="RefCityTownInfo"><Key><PropertyRef Name="R9_PK" /></Key><Property Name="R9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="R9_InternationalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="R9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="R9_RN_NKCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="R9_RN_NKCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCityTown" /><Annotation Term="Glow.TableCode" String="R9" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefEquipmentInfo"><Key><PropertyRef Name="RQ_PK" /></Key><Property Name="RQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RQ_ShortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RQ_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_CubicUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RQ_EquipmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_GS_NKPreferredDriver" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_IsVehicle" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_LoadingMetersCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_PalletSpacesCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_RC_RoadContainerType" Type="Edm.Guid" /><Property Name="RQ_Registration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="RoadContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="RQ_RC_RoadContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="PreferredDriver" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RQ_GS_NKPreferredDriver" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefEquipment" /><Annotation Term="Glow.TableCode" String="RQ" /></EntityType><EntityType Name="RefPackTypeInfo"><Key><PropertyRef Name="F3_Code" /></Key><Property Name="F3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="F3_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="F3_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="F3_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="F3_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefPackType" /><Annotation Term="Glow.TableCode" String="F3" /></EntityType><EntityType Name="RefServiceLevelInfo"><Key><PropertyRef Name="RS_Code" /></Key><Property Name="RS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RS_ServiceDeliveryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefServiceLevel" /><Annotation Term="Glow.TableCode" String="RS" /></EntityType><EntityType Name="RefShippingLineInfo"><Key><PropertyRef Name="RSL_PK" /></Key><Property Name="RSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RSL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RSL_StandardCarrierAlphaCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefShippingLine" /><Annotation Term="Glow.TableCode" String="RSL" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmMenuItemInfo"><Key><PropertyRef Name="SU_PK" /></Key><Property Name="SU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SU_MenuName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmMenuItem" /><Annotation Term="Glow.TableCode" String="SU" /></EntityType><EntityType Name="StmPrintQueueInfo"><Key><PropertyRef Name="SQ_PK" /></Key><Property Name="SQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SQ_DisplayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Annotation Term="Glow.InfoTypeFor" String="IStmPrintQueue" /><Annotation Term="Glow.TableCode" String="SQ" /></EntityType><EntityType Name="UNDGDataItem" Abstract="true"><Key><PropertyRef Name="DI_PK" /></Key><Property Name="DI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DI_ApprovalCertificateIDMark" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_ApprovalCertificateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DI_CriticalitySafetyIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="1" /><Property Name="DI_DG" Type="Edm.Guid" /><Property Name="DI_DG_NKSubs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DI_DGFlashPoint" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="DI_DGVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_DGWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_HasOverpack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_HazardousWasteCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IMOClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IsCombustible" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsExclusiveUse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsFissileExcepted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsHighwayRouteControlledQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLimitedQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLithiumBatteriesDisposal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsMolten" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsNotOtherwiseSpecified" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsResidueLastContained" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsSalvagePackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsStabilized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsWaste" Type="Edm.Boolean" /><Property Name="DI_MaterialFormDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="DI_MPMarinePollutant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_NECWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="DI_NECWeightUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="DI_OC_DGContact" Type="Edm.Guid" /><Property Name="DI_OverpackID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="DI_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="DI_PackingInstructionSection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="DI_QuantityClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveLabelCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveMaximumActivity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadioactiveMaximumActivityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveTransportIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadionuclideElement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_RadionuclideElementSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_SpecialPermitIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="DI_SpecialPermitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="DI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_TechnicalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="150" Unicode="false" /><Property Name="DI_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="DI_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="DI_DG" ReferencedProperty="DG_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="DI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGSubstancePivots" Type="Collection(Odyssey.DIUNDGSubstancePivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.DIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="DI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGVolume" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_NECWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_NECWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JOUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="OP_PK" /></NavigationProperty></EntityType><EntityType Name="KPUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.PkgPackage" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="BCUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="DRQUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="UNDGSubstanceInfo"><Key><PropertyRef Name="DG_PK" /></Key><Property Name="DG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DG_Identifier" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="DG_PSN" Type="Edm.String" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="DG_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_Class" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DG_EMS" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="DG_FlashPoint" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="DG_MP" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="DG_PackIns" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DG_PG" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_SubLabel1" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_SubLabel2" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IUNDGSubstance" /><Annotation Term="Glow.TableCode" String="DG" /></EntityType><EntityType Name="W3Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsProductParamsByWhsAndClient" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="W3_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="WAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsArea" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WA_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="WCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocketContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WC_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="WCCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsCycleCountLocationVariance" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WCC_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="WCCLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsCycleCountLocationVariance" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WCC_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="WCLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsCycleCountLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WCL_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="WCLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsCycleCountLocation" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WCL_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="WCLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsCycleCountLocation" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WCL_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="WCSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsCartonSize" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WCS_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="WDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Address" Abstract="true"><Key><PropertyRef Name="E2_PK" /></Key><Property Name="E2_PK" Type="Edm.Guid" Nullable="false" /><Property Name="E2_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_AddressMap" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="E2_AddressOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_AddressSequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="E2_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="E2_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="E2_CompanyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" /><Property Name="E2_Contact" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="E2_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="E2_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="E2_GovRegNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="E2_GovRegNumType" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_IsResidential" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_OA_Address" Type="Edm.Guid" /><Property Name="E2_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="E2_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="E2_Postcode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="E2_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="E2_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="E2_SuppressAddressValidationError" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="E2_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="E2_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="E2_ValidationStatus" Type="Edm.String" DefaultValue="NRQ" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="E2" /></EntityType><EntityType Name="WDAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="E2_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="E2_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WDLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WD_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="WDNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WD_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="WDWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WD_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="WDWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WD_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="WEAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WE_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="WFAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPickFace" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WF_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="WHCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsInventoryHeldCode" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WHC_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="WhsAdHocServiceJob"><Key><PropertyRef Name="WSJ_PK" /></Key><Property Name="WSJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSJ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WSJ_BillingDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WSJ_CustomerReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WSJ_IsFinalised" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WSJ_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WSJ_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WSJ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSJ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSJ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSJ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSJ_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WSJ_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WSJ_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSJ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSJ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.WSJAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WSJLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WSJNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSJAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WSJ" /></EntityType><EntityType Name="WhsAreaInfo"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsArea" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsArea"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_IsDefaultPickArea" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WA_IsDefaultPutawayArea" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WA_IsPickingArea" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WA_IsPutawayArea" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_OH_TransitClient" Type="Edm.Guid" /><Property Name="WA_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransitClient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WA_OH_TransitClient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsAreaInfo" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsAsnLine"><Key><PropertyRef Name="WN_PK" /></Key><Property Name="WN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WN_AddedAfterReceiveStarted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WN_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WN_LineNo" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WN_OP" Type="Edm.Guid" /><Property Name="WN_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WN_PalletId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WN_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WN_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WN_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WN_Quantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WN_QuantityUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WN_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WN_SubLineNo" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WN_WD" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart"><ReferentialConstraint Property="WN_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="WhsDocket" Type="Odyssey.WhsDocket" Nullable="false"><ReferentialConstraint Property="WN_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WN" /></EntityType><EntityType Name="WhsBOMInventoryPivot"><Key><PropertyRef Name="WIP_PK" /></Key><Property Name="WIP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WIP_ComponentQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WIP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WIP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WIP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIP_WE_ComponentLine" Type="Edm.Guid" Nullable="false" /><Property Name="WIP_WE_InventoryLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ComponentLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="BOMPivots"><ReferentialConstraint Property="WIP_WE_ComponentLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="InventoryLine" Type="Odyssey.WhsDocketLine" Nullable="false"><ReferentialConstraint Property="WIP_WE_InventoryLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WIP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WIPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WIP" /></EntityType><EntityType Name="WhsCartonSize"><Key><PropertyRef Name="WCS_PK" /></Key><Property Name="WCS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WCS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WCS_DimensionUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WCS_EmptyWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WCS_F3_NKPackType" Type="Edm.String" DefaultValue="CTN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCS_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WCS_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WCS_MaxFillPercent" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WCS_MaxUnits" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WCS_MaxWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WCS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCS_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WCS_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WCS_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WCS_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WCS_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WCSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WCS" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_Length" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_Width" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_Height" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_DimensionUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Length</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_EmptyWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_MaxWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WCS_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="WCS_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsCycleCountLocationInventoryClientView"><Key><PropertyRef Name="WCI_PK" /></Key><Property Name="WCI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WCI_WCL_CycleCountLocation" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CycleCountLocation" Type="Odyssey.WhsCycleCountLocation" Nullable="false" Partner="WhsCycleCountLocationInventoryClientViews"><ReferentialConstraint Property="WCI_WCL_CycleCountLocation" ReferencedProperty="WCL_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WCI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WCI" /></EntityType><EntityType Name="WhsCycleCountLocation"><Key><PropertyRef Name="WCL_PK" /></Key><Property Name="WCL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCL_EndTime" Type="Edm.DateTimeOffset" /><Property Name="WCL_Granularity" Type="Edm.String" DefaultValue="PWA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_GS_NKAssignedTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WCL_OH_ProductToCountClient" Type="Edm.Guid" /><Property Name="WCL_OP_ProductToCount" Type="Edm.Guid" /><Property Name="WCL_P9_Task" Type="Edm.Guid" /><Property Name="WCL_Priority" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WCL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WCL_StartTime" Type="Edm.DateTimeOffset" /><Property Name="WCL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_TaskPlanningStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_WCL_RejectedCycleCount" Type="Edm.Guid" /><Property Name="WCL_WL_Location" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsCycleCountLocationVariances" Type="Collection(Odyssey.WhsCycleCountLocationVariance)" Partner="CycleCount" /><NavigationProperty Name="ProductToCountClient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WCL_OH_ProductToCountClient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProductToCount" Type="Odyssey.OrgSupplierPart"><ReferentialConstraint Property="WCL_OP_ProductToCount" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Task" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WCL_P9_Task" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RejectedCycleCount" Type="Odyssey.WhsCycleCountLocation" Partner="WhsCycleCountLocations"><ReferentialConstraint Property="WCL_WCL_RejectedCycleCount" ReferencedProperty="WCL_PK" /></NavigationProperty><NavigationProperty Name="WhsCycleCountLocations" Type="Collection(Odyssey.WhsCycleCountLocation)" Partner="RejectedCycleCount" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false" Partner="WhsCycleCountLocations"><ReferentialConstraint Property="WCL_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCL_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WCLLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WCLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WCLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsCycleCountLocationInventoryClientViews" Type="Collection(Odyssey.WhsCycleCountLocationInventoryClientView)" Partner="CycleCountLocation" /><NavigationProperty Name="WhsCycleCountLocationVarianceForModules" Type="Collection(Odyssey.WhsCycleCountLocationVarianceForModule)" Partner="CycleCount" /><Annotation Term="Glow.TableCode" String="WCL" /></EntityType><EntityType Name="WhsCycleCountLocationVarianceForModule"><Key><PropertyRef Name="WCC_PK" /></Key><Property Name="WCC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCC_WCC_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WCC_WCL_CycleCountLocation" Type="Edm.Guid" Nullable="false" /><Property Name="WCC_PalletID" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_OP_Product" Type="Edm.Guid" /><Property Name="WCC_OH_Client" Type="Edm.Guid" /><Property Name="WCC_PartAttrib1" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_PartAttrib2" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_PartAttrib3" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_SerialNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WCC_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WCC_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WCC_ExpectedQty" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WCC_VarianceQty" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WCC_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_AuthorizedAction" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_AdjustmentReasonCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_WL_ExpectedStockLocation" Type="Edm.Guid" /><Property Name="WCC_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCC_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="AuthorizingUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AuthorizingTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WCL_IsRecount" Type="Edm.Boolean" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CycleCountLocationVariance" Type="Odyssey.WhsCycleCountLocationVariance" Nullable="false"><ReferentialConstraint Property="WCC_WCC_PKAsFK" ReferencedProperty="WCC_PK" /></NavigationProperty><NavigationProperty Name="CycleCount" Type="Odyssey.WhsCycleCountLocation" Nullable="false" Partner="WhsCycleCountLocationVarianceForModules"><ReferentialConstraint Property="WCC_WCL_CycleCountLocation" ReferencedProperty="WCL_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="WCC_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WCC_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ExpectedStockLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WCC_WL_ExpectedStockLocation" ReferencedProperty="WLV_PK" /></NavigationProperty></EntityType><EntityType Name="WhsCycleCountLocationVariance"><Key><PropertyRef Name="WCC_PK" /></Key><Property Name="WCC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCC_AdjustmentReasonCode" Type="Edm.String" DefaultValue="STA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_AuthorizedAction" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WCC_ExpectedQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WCC_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WCC_IsCountingPalletsOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WCC_OH_Client" Type="Edm.Guid" /><Property Name="WCC_OP_Product" Type="Edm.Guid" /><Property Name="WCC_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WCC_PalletID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WCC_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WCC_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_SystemCreateTimeAsOffset" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WCC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WCC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCC_VarianceQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WCC_WCL_CycleCountLocation" Type="Edm.Guid" Nullable="false" /><Property Name="WCC_WD_RelatedAdjustment" Type="Edm.Guid" /><Property Name="WCC_WL_ExpectedStockLocation" Type="Edm.Guid" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WCC_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CycleCount" Type="Odyssey.WhsCycleCountLocation" Nullable="false" Partner="WhsCycleCountLocationVariances"><ReferentialConstraint Property="WCC_WCL_CycleCountLocation" ReferencedProperty="WCL_PK" /></NavigationProperty><NavigationProperty Name="RelatedAdjustment" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WCC_WD_RelatedAdjustment" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="ExpectedStockLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WCC_WL_ExpectedStockLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WCCLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WCCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="WCC_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WCC" /></EntityType><EntityType Name="WhsCycleCountLocationWithoutIndirectVariance"><Key><PropertyRef Name="WCL_PK" /></Key><Property Name="WCL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCL_WL_Location" Type="Edm.Guid" Nullable="false" /><Property Name="WCL_WCL_RejectedCycleCount" Type="Edm.Guid" /><Property Name="WCL_Granularity" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCL_Priority" Type="Edm.Byte" Nullable="false" /><Property Name="WCL_OrderingPriority" Type="Edm.Int32" Nullable="false" /><Property Name="WCL_StartTime" Type="Edm.DateTimeOffset" /><Property Name="WCL_EndTime" Type="Edm.DateTimeOffset" /><Property Name="WCL_GS_NKAssignedTo" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WCL_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WCL_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="RejectedCycleCount" Type="Odyssey.WhsCycleCountLocation"><ReferentialConstraint Property="WCL_WCL_RejectedCycleCount" ReferencedProperty="WCL_PK" /></NavigationProperty></EntityType><EntityType Name="WhsCycleCountUserActivityView"><Key><PropertyRef Name="WCA_PK" /></Key><Property Name="WCA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WCA_ActivityTime" Type="Edm.DateTimeOffset" /><Property Name="WCA_Granularity" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WCA_OH_Client" Type="Edm.Guid" /><Property Name="WCA_WGS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="WCA_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WCA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.WhsGlbStaff" Nullable="false" Partner="WhsCycleCountUserActivityViews"><ReferentialConstraint Property="WCA_WGS_Staff" ReferencedProperty="WGS_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WCA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WCA_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WCA_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WCA" /></EntityType><EntityType Name="WhsDocketContainer"><Key><PropertyRef Name="WC_PK" /></Key><Property Name="WC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WC_ContainerNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WC_IsChargeable" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WC_IsPalletised" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WC_ItemCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WC_PalletCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WC_RC" Type="Edm.Guid" /><Property Name="WC_SealNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WC_WD" Type="Edm.Guid" /><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="WC_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="WhsDocket" Type="Odyssey.WhsDocket" Partner="WhsDocketContainers"><ReferentialConstraint Property="WC_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WC" /></EntityType><EntityType Name="WhsDocketJobPivot"><Key><PropertyRef Name="WV_PK" /></Key><Property Name="WV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WV_DocketType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WV_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="WV_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WV_WD_Docket" Type="Edm.Guid" /><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WV_WD_Docket" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WV" /></EntityType><EntityType Name="WhsDocketLine"><Key><PropertyRef Name="WE_PK" /></Key><Property Name="WE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WE_AdjustmentArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WE_AllocationKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="WE_BondedEntryKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WE_ClientOrderedUnits" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WE_CurrentHoldReason" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WE_CurrentInventoryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WE_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WE_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WE_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WE_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WE_CustomAttrib6" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="WE_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WE_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WE_CustomDate3" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WE_CustomDate4" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WE_CustomDate5" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WE_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WE_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WE_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WE_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WE_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WE_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_DocketLineStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_DocketLineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WE_ExtendedLinePrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WE_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_FinalisedDate" Type="Edm.DateTimeOffset" /><Property Name="WE_FullyPickedDateTime" Type="Edm.DateTimeOffset" /><Property Name="WE_GS_NKPutawayBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_GS_NKUnloadedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_IsOriginalInventory" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WE_LineComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="WE_LineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WE_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WE_OriginalInventoryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_P9_Task" Type="Edm.Guid" /><Property Name="WE_PackageGroupId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WE_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WE_PalletID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WE_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WE_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WE_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WE_PerPackageQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WE_PickGroup" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WE_PutawayTime" Type="Edm.DateTimeOffset" /><Property Name="WE_ReasonCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_ReceiveCrossDockOrderNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WE_RecommendedUnitPrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WE_RequiredByDate" Type="Edm.DateTimeOffset" /><Property Name="WE_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WE_RX_NKUnitPriceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WE_StockOnHand" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WE_SubLineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WE_TransactionQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WE_TransferFromPalletId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WE_UnitDiscountAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WE_UnitDiscountPercent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="4" Scale="2" /><Property Name="WE_UnitPriceAfterDiscount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WE_UnloadedTime" Type="Edm.DateTimeOffset" /><Property Name="WE_WB_CustomsData" Type="Edm.Guid" /><Property Name="WE_WD" Type="Edm.Guid" Nullable="false" /><Property Name="WE_WE_MatchingLine" Type="Edm.Guid" /><Property Name="WE_WE_OriginalDocketLineForRating" Type="Edm.Guid" /><Property Name="WE_WE_ParentDocketLine" Type="Edm.Guid" /><Property Name="WE_WHC_NKCurrentInventoryHeldCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="WE_WHC_NKOrderedHeldCode" Type="Edm.String" MaxLength="8" Unicode="false" /><Property Name="WE_WHC_NKOriginalInventoryHeldCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="WE_WL" Type="Edm.Guid" /><Property Name="WE_WL_TransferFrom" Type="Edm.Guid" /><Property Name="WE_WPL_PutawayLine" Type="Edm.Guid" /><NavigationProperty Name="BOMPivots" Type="Collection(Odyssey.WhsBOMInventoryPivot)" Partner="ComponentLine" /><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false"><ReferentialConstraint Property="WE_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Task" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WE_P9_Task" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="WhsDocket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsDocketLines"><ReferentialConstraint Property="WE_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="MatchingLine" Type="Odyssey.WhsDocketLine" Partner="MatchingLines"><ReferentialConstraint Property="WE_WE_MatchingLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="MatchingLines" Type="Collection(Odyssey.WhsDocketLine)" Partner="MatchingLine" /><NavigationProperty Name="OriginalDocketLineForRating" Type="Odyssey.WhsDocketLine"><ReferentialConstraint Property="WE_WE_OriginalDocketLineForRating" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="ParentDocketLine" Type="Odyssey.WhsDocketLine" Partner="ChildLines"><ReferentialConstraint Property="WE_WE_ParentDocketLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="ChildLines" Type="Collection(Odyssey.WhsDocketLine)" Partner="ParentDocketLine" /><NavigationProperty Name="WhsLocation" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WE_WL" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="TransferFrom" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WE_WL_TransferFrom" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="CommittedPickLines" Type="Collection(Odyssey.WhsPickLine)" Partner="InventoryLine" /><NavigationProperty Name="OutboundTransferPickLines" Type="Collection(Odyssey.WhsPickLine)" Partner="OriginalOrderLine" /><NavigationProperty Name="WhsPickLines" Type="Collection(Odyssey.WhsPickLine)" Partner="TransactionLine" /><NavigationProperty Name="PickShortLines" Type="Collection(Odyssey.WhsPickShortLine)" Partner="TransactionLine" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WE_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="PutawayBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WE_GS_NKPutawayBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnloadedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WE_GS_NKUnloadedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnitPriceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="WE_RX_NKUnitPriceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WEAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsInventoryViews" Type="Collection(Odyssey.WhsInventoryView)" Partner="DocketLine" /><NavigationProperty Name="WhsTrackingInventorySummaryItemViews" Type="Collection(Odyssey.WhsTrackingInventorySummaryItemView)" Partner="DocketLine" /><Annotation Term="Glow.TableCode" String="WE" /></EntityType><EntityType Name="WhsDocketReference"><Key><PropertyRef Name="WX_PK" /></Key><Property Name="WX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WX_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WX_RefType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WX_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WX_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WX_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WX_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WX_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WX_WD" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsDocket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsDocketReferences"><ReferentialConstraint Property="WX_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WX_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WX_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WXAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WX" /></EntityType><EntityType Name="WhsDocket" Abstract="true"><Key><PropertyRef Name="WD_PK" /></Key><Property Name="WD_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WD_AddPalletWeightToOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WD_AutoFinaliseBOMIntoInventory" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WD_BookedWithCBADateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_BookingDate" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="WD_CanceledTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_CODPayMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_ContainerMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="WD_CubicSent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WD_CustomAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WD_CustomAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WD_CustomAttrib4" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WD_CustomAttrib5" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WD_CustomDate1" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WD_CustomDate2" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WD_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomDecimal2" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomDecimal3" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomDecimal4" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomDecimal5" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_CustomerReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WD_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_CustomFlag2" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_CustomFlag3" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_CustomFlag4" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_CustomFlag5" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_CustomsParentReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="WD_DocketID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WD_DocketStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_DocketSubType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_DropMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_ETA" Type="Edm.DateTimeOffset" /><Property Name="WD_ETD" Type="Edm.DateTimeOffset" /><Property Name="WD_ExcludeFromTotePicking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_ExternalReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WD_ExternalReferenceSplit" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WD_ExWhsJobGuid" Type="Edm.Guid" /><Property Name="WD_F3_NKTotalPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_FinalisedDate" Type="Edm.DateTimeOffset" /><Property Name="WD_FirstScannedInboundDockDoorUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_GoodsDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="WD_GS_NKAssignedPacker" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_GS_NKCanceledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_GS_NKFinalizedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_HoldPalletIDPutaway" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_INCO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_IsAuthorisedToLeave" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_IsHandoverStorageLocationTransfer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_IsInwardsProcessingJob" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_IsLoadingRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_IsPickFaceReplenishment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_IsPutawayTransfer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_LocalCartInsuranceCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WD_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WD_OH_Forwarder" Type="Edm.Guid" /><Property Name="WD_OrderClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_P9_ConsolidationTask" Type="Edm.Guid" /><Property Name="WD_P9_PackingTask" Type="Edm.Guid" /><Property Name="WD_PackagesSent" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WD_PackingAfterPickingRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_PalletsSent" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WD_PickOption" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_PickPriority" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WD_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_QualityAuditRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_ReceiveCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_RequiredDate" Type="Edm.DateTimeOffset" /><Property Name="WD_RS_NKServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_RX_NKTotalOrderCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_ScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_ShipperCODAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WD_StartedReceivingTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WD_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_TaskPlanningStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WD_TotalCubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_TotalCubicUnit" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WD_TotalOrderValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="WD_TotalPallets" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WD_TotalUnits" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WD_TotalWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_TotalWeightUnit" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WD_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WD_TZ_TransportZone" Type="Edm.Guid" /><Property Name="WD_UnitsSent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WD_UnloadCompletedTime" Type="Edm.DateTimeOffset" /><Property Name="WD_UseDirectedPackingConsolidation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_WD_ParentDocket" Type="Edm.Guid" /><Property Name="WD_WD_Split" Type="Edm.Guid" /><Property Name="WD_WeightSent" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_WeightSentUserEntered" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WD_WeightVolSetFromImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WD_WhsOrderFulfillmentRule" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WD_WL_CrossDock" Type="Edm.Guid" /><Property Name="WD_WL_InboundDockDoor" Type="Edm.Guid" /><Property Name="WD_WLO_PlannedLoad" Type="Edm.Guid" /><Property Name="WD_WP" Type="Edm.Guid" /><Property Name="WD_WP_ParentPickForReceive" Type="Edm.Guid" /><Property Name="WD_WP_ParentPickForTransfer" Type="Edm.Guid" /><Property Name="WD_WP_PickBeingReplenished" Type="Edm.Guid" /><Property Name="WD_WSH_SalesChannel" Type="Edm.Guid" /><Property Name="WD_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsDocketContainers" Type="Collection(Odyssey.WhsDocketContainer)" Partner="WhsDocket" /><NavigationProperty Name="WhsDocketLines" Type="Collection(Odyssey.WhsDocketLine)" Partner="WhsDocket" /><NavigationProperty Name="WhsDocketReferences" Type="Collection(Odyssey.WhsDocketReference)" Partner="WhsDocket" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WD_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Forwarder" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WD_OH_Forwarder" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ConsolidationTask" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WD_P9_ConsolidationTask" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="PackingTask" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WD_P9_PackingTask" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="TransportZone" Type="Odyssey.RateTransportZoneInfo"><ReferentialConstraint Property="WD_TZ_TransportZone" ReferencedProperty="TZ_PK" /></NavigationProperty><NavigationProperty Name="ParentDocket" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WD_WD_ParentDocket" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Split" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WD_WD_Split" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="PlannedLoad" Type="Odyssey.WhsLoad" Partner="WhsDockets"><ReferentialConstraint Property="WD_WLO_PlannedLoad" ReferencedProperty="WLO_PK" /></NavigationProperty><NavigationProperty Name="CrossDock" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WD_WL_CrossDock" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="InboundDockDoor" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WD_WL_InboundDockDoor" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="WhsPick" Type="Odyssey.WhsPick" Partner="WhsDockets"><ReferentialConstraint Property="WD_WP" ReferencedProperty="WP_PK" /></NavigationProperty><NavigationProperty Name="ParentPickForReceive" Type="Odyssey.WhsPick"><ReferentialConstraint Property="WD_WP_ParentPickForReceive" ReferencedProperty="WP_PK" /></NavigationProperty><NavigationProperty Name="ParentPickForTransfer" Type="Odyssey.WhsPick"><ReferentialConstraint Property="WD_WP_ParentPickForTransfer" ReferencedProperty="WP_PK" /></NavigationProperty><NavigationProperty Name="PickBeingReplenished" Type="Odyssey.WhsPick"><ReferentialConstraint Property="WD_WP_PickBeingReplenished" ReferencedProperty="WP_PK" /></NavigationProperty><NavigationProperty Name="SalesChannel" Type="Odyssey.WhsSalesChannel"><ReferentialConstraint Property="WD_WSH_SalesChannel" ReferencedProperty="WSH_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WD_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="TotalPackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WD_F3_NKTotalPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="AssignedPacker" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WD_GS_NKAssignedPacker" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CanceledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WD_GS_NKCanceledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="FinalizedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WD_GS_NKFinalizedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WD_RS_NKServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="TotalOrderCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="WD_RX_NKTotalOrderCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WD_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WD_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.WDAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.WDAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WDLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WDNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="PackageJobs" Type="Collection(Odyssey.WDPackageJob)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WDProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.WDWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.WDWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.WDWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsInventoryViews" Type="Collection(Odyssey.WhsInventoryView)" Partner="Docket" /><NavigationProperty Name="WhsInventoryViewForCycleCountGenerations" Type="Collection(Odyssey.WhsInventoryViewForCycleCountGeneration)" Partner="Docket" /><NavigationProperty Name="WhsOrderStatusViews" Type="Collection(Odyssey.WhsOrderStatusView)" Partner="Docket" /><NavigationProperty Name="WhsTrackingInventorySummaryItemViews" Type="Collection(Odyssey.WhsTrackingInventorySummaryItemView)" Partner="Docket" /><Annotation Term="Glow.TableCode" String="WD" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WD_TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WD_TotalWeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WD_TotalCubic" /><PropertyValue Property="UnitProperty" PropertyPath="WD_TotalCubicUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsDynamicWorkOrder" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsReceive" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsWorkOrder" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsOrder" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsAdjustment" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsTransfer" BaseType="Odyssey.WhsDocket" /><EntityType Name="WhsGlbStaff"><Key><PropertyRef Name="WGS_PK" /></Key><Property Name="WGS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WGS_Code" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WGS_FullName" Type="Edm.String" Nullable="false" MaxLength="256" /><NavigationProperty Name="WhsCycleCountUserActivityViews" Type="Collection(Odyssey.WhsCycleCountUserActivityView)" Partner="Staff" /><NavigationProperty Name="WhsInboundUserActivityViews" Type="Collection(Odyssey.WhsInboundUserActivityView)" Partner="Staff" /><NavigationProperty Name="WhsOutboundUserActivityViews" Type="Collection(Odyssey.WhsOutboundUserActivityView)" Partner="Staff" /><NavigationProperty Name="WhsTransferUserActivityViews" Type="Collection(Odyssey.WhsTransferUserActivityView)" Partner="Staff" /><Annotation Term="Glow.TableCode" String="WGS" /></EntityType><EntityType Name="WhsHandlingUnitOrdersAndPackagesView"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="HandlingUnitPK" Type="Edm.Guid" Nullable="false" /><Property Name="KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="WD_DocketID" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="KP_Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="PackedQuantity" Type="Edm.Decimal" Precision="38" Scale="3" /><Property Name="NumberOfInnerPackages" Type="Edm.Int32" /><Property Name="Consignee" Type="Edm.String" MaxLength="200" /><NavigationProperty Name="WhsHandlingUnitsModuleView" Type="Odyssey.WhsHandlingUnitsModuleView" Nullable="false" Partner="WhsHandlingUnitOrdersAndPackagesViews"><ReferentialConstraint Property="HandlingUnitPK" ReferencedProperty="KPU_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="WhsHandlingUnitPackage"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="IsOrderPartiallyOnHU" Type="Edm.Boolean" /><Property Name="KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KPU_GB_Branch" Type="Edm.Guid" Nullable="false" /><Property Name="WE_GS_NKPutawayBy" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WHP_WL_LoadDockDoorLocation" Type="Edm.Guid" /><Property Name="WHP_WL_PickDockDoorLocation" Type="Edm.Guid" /><NavigationProperty Name="PutawayBy" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="WE_GS_NKPutawayBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PickDockDoorLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WHP_WL_PickDockDoorLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="LoadDockDoorLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WHP_WL_LoadDockDoorLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KP" /></EntityType><EntityType Name="WhsHandlingUnitsModuleView"><Key><PropertyRef Name="KPU_PK" /></Key><Property Name="KPH_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="KPU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="KPU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="HU_Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HU_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsHandlingUnitOrdersAndPackagesViews" Type="Collection(Odyssey.WhsHandlingUnitOrdersAndPackagesView)" Partner="WhsHandlingUnitsModuleView" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty></EntityType><EntityType Name="WhsInboundUserActivityView"><Key><PropertyRef Name="WIA_PK" /></Key><Property Name="WIA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WIA_ActivityTime" Type="Edm.DateTimeOffset" /><Property Name="WIA_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WIA_DocketSubType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIA_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WIA_ReceiveCategory" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WIA_WGS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="WIA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.WhsGlbStaff" Nullable="false" Partner="WhsInboundUserActivityViews"><ReferentialConstraint Property="WIA_WGS_Staff" ReferencedProperty="WGS_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WIA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WIA_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WIA" /></EntityType><EntityType Name="WhsInventoryHeldCode"><Key><PropertyRef Name="WHC_PK" /></Key><Property Name="WHC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WHC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WHC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WHC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WHC_IsBlockGateOut" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_IsBlockHandling" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_IsBlockLoad" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_IsBlockMove" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_IsBlockPick" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WHC_OH_Client" Type="Edm.Guid" /><Property Name="WHC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WHC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WHC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WHC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WHC_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WHC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WHC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WHCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsInventoryHeldCodeInfo" /><Annotation Term="Glow.TableCode" String="WHC" /></EntityType><EntityType Name="WhsInventorySummary"><Key><PropertyRef Name="WI_PK" /></Key><Property Name="WI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WI_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WI_Currency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WW_Whs" Type="Edm.Guid" Nullable="false" /><Property Name="WI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WD" Type="Edm.Guid" Nullable="false" /><Property Name="WI_UnitsUQ" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_ClientUQ" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_WE_InDocketLine" Type="Edm.Guid" Nullable="false" /><Property Name="WI_InventoryStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_TotalUnits" Type="Edm.Decimal" Precision="38" Scale="3" /><Property Name="WI_AvailableUnits" Type="Edm.Decimal" Precision="38" Scale="3" /><Property Name="WI_CommittedUnits" Type="Edm.Decimal" Precision="38" Scale="3" /><Property Name="WI_CrossDockQuantity" Type="Edm.Decimal" Precision="38" Scale="3" /><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="WI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="DocketLine" Type="Odyssey.WhsDocketLine" Nullable="false"><ReferentialConstraint Property="WI_WE_InDocketLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false"><ReferentialConstraint Property="WI_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="WhsInventoryViewForCycleCountGeneration"><Key><PropertyRef Name="WI_PK" /></Key><Property Name="WI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WL" Type="Edm.Guid" /><Property Name="WI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WI_PalletID" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WD" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OPC_Category" Type="Edm.Guid" /><Property Name="W3_StockTakeCycle" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WJ_Category" Type="Edm.String" MaxLength="7" Unicode="false" /><Property Name="StockEmpty" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="HasInventoryChangedAfterCycleCount" Type="Edm.Boolean" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationViewForGenerateCycleCountModule" Partner="Inventory"><ReferentialConstraint Property="WI_WL" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="WI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsInventoryViewForCycleCountGenerations"><ReferentialConstraint Property="WI_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Category" Type="Odyssey.OrgPartCategoryInfo"><ReferentialConstraint Property="OU_OPC_Category" ReferencedProperty="OPC_PK" /></NavigationProperty></EntityType><EntityType Name="WhsInventoryView"><Key><PropertyRef Name="WI_PK" /></Key><Property Name="WI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WI_AllocationKey" Type="Edm.String" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="WI_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WI_BondedEntryKey" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WI_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_HeldCode" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="WI_InDocketLineType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_InDocketLineUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_InventoryStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_IsOriginalReceiptLine" Type="Edm.Boolean" Nullable="false" /><Property Name="WI_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="WI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WI_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_PalletID" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib1" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib2" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib3" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_SerialNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WI_TotalUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_WD" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WE_InDocketLine" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WE_OriginalInDocketLineForRating" Type="Edm.Guid" /><Property Name="WI_WL" Type="Edm.Guid" /><Property Name="WI_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WI_WL" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="WI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="DocketLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="WhsInventoryViews"><ReferentialConstraint Property="WI_WE_InDocketLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsInventoryViews"><ReferentialConstraint Property="WI_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WI" /></EntityType><EntityType Name="WhsInventoryViewWithRelationAttribute"><Key><PropertyRef Name="WI_PK" /></Key><Property Name="WI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WI_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="WI_IsOriginalReceiptLine" Type="Edm.Boolean" Nullable="false" /><Property Name="WI_WL" Type="Edm.Guid" /><Property Name="WI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WI_TotalUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WI_InventoryStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_PartAttrib1" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib2" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib3" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_SerialNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WI_BondedEntryKey" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WI_PalletID" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_WE_InDocketLine" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WE_OriginalInDocketLineForRating" Type="Edm.Guid" /><Property Name="WI_InDocketLineType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_InDocketLineUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WD" Type="Edm.Guid" Nullable="false" /><Property Name="OM_IMPartAttrib1Name" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib1Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib2Name" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib2Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib3Name" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib3Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_UsePartAttrib1" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePartAttrib2" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePartAttrib3" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UseSerialNumber" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib1ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib2ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib3ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsSerialNumberReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePackingDate" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UseExpiryDate" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_CompletePalletPicking" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_RollUpAttributesOnDocuments" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_PackingDateFormatString" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_ExpiryDateFormatString" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_RFAttributeConfirm" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_PickMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_JulianBatchNoFormat" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WI_WL" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="WI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="DocketLine" Type="Odyssey.WhsDocketLine" Nullable="false"><ReferentialConstraint Property="WI_WE_InDocketLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false"><ReferentialConstraint Property="WI_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="WhsJobBookedService"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ES_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ServiceCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_BookedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ParentTableCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WhsJobType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WhsJobReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><NavigationProperty Name="AdditionalService" Type="Odyssey.AdditionalService" Nullable="false"><ReferentialConstraint Property="ES_ES_PKAsFK" ReferencedProperty="ES_PK" /></NavigationProperty></EntityType><EntityType Name="WhsJobsWithJobServicesView"><Key><PropertyRef Name="WUJ_PK" /></Key><Property Name="WUJ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JobNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="CustomerReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JobType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="ClientPK" Type="Edm.Guid" Nullable="false" /><Property Name="Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BillingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="OrgHeaderInfo" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="ClientPK" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="WhsWarehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty></EntityType><EntityType Name="WhsLoadConsolidatedHandlingUnit"><Key><PropertyRef Name="WLC_PK" /></Key><Property Name="WLC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLC_HUPackagePK" Type="Edm.Guid" Nullable="false" /><Property Name="WLC_LoadPK" Type="Edm.Guid" /><NavigationProperty Name="WhsLoad" Type="Odyssey.WhsLoad" Partner="WhsLoadConsolidatedHandlingUnits"><ReferentialConstraint Property="WLC_LoadPK" ReferencedProperty="WLO_PK" /></NavigationProperty><NavigationProperty Name="HandlingUnit" Type="Odyssey.PkgPackage" Nullable="false" Partner="WhsLoadConsolidatedHandlingUnits"><ReferentialConstraint Property="WLC_HUPackagePK" ReferencedProperty="KP_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLC" /></EntityType><EntityType Name="WhsLoadOrder"><Key><PropertyRef Name="WOV_PK" /></Key><Property Name="WOV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WOV_DocketID" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WOV_EnforceScanningForLoad" Type="Edm.Boolean" Nullable="false" /><Property Name="WOV_EnforceTransportReferenceForLoad" Type="Edm.Boolean" Nullable="false" /><Property Name="WOV_ExternalReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WOV_HasHeldPackages" Type="Edm.Boolean" /><Property Name="WOV_HasUnauditedOuters" Type="Edm.Boolean" /><Property Name="WOV_IsAttachedThroughPackage" Type="Edm.Boolean" /><Property Name="WOV_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WOV_OH_Consignee" Type="Edm.Guid" /><Property Name="WOV_OrderStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WOV_PackageCount" Type="Edm.Int32" Nullable="false" /><Property Name="WOV_PickNo" Type="Edm.String" MaxLength="15" Unicode="false" /><Property Name="WOV_PickStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WOV_QualityAuditRequired" Type="Edm.Boolean" Nullable="false" /><Property Name="WOV_TotalCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WOV_TotalCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WOV_TotalWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WOV_TotalWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WOV_WD_Docket" Type="Edm.Guid" Nullable="false" /><Property Name="WOV_WLO_Load" Type="Edm.Guid" /><Property Name="WOV_WP" Type="Edm.Guid" /><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false"><ReferentialConstraint Property="WOV_WD_Docket" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Load" Type="Odyssey.WhsLoad" Partner="WhsLoadOrders"><ReferentialConstraint Property="WOV_WLO_Load" ReferencedProperty="WLO_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WOV_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Consignee" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WOV_OH_Consignee" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WOV" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WOV_TotalWeight" /><PropertyValue Property="UnitProperty" PropertyPath="WOV_TotalWeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WOV_TotalCubic" /><PropertyValue Property="UnitProperty" PropertyPath="WOV_TotalCubicUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsLoadPackage"><Key><PropertyRef Name="KP_PK" /></Key><Property Name="KP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ConsolidatedPackingHUPackageID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="IsLinkedThroughOrder" Type="Edm.Boolean" /><Property Name="KP_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="KP_KP_TopHandlingUnitPackage" Type="Edm.Guid" /><Property Name="KP_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="KP_Volume" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_VolumeUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KP_Weight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="KP_WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="KPH_PackageID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="LoadHUPackageID" Type="Edm.String" MaxLength="46" Unicode="false" /><Property Name="OrderNumber" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="TopHandlingUnitPackType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WD_PKAsFK" Type="Edm.Guid" /><Property Name="WhsLoadPK" Type="Edm.Guid" /><Property Name="WLP_LoadedTime" Type="Edm.DateTimeOffset" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="KP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="WhsLoad" Type="Odyssey.WhsLoad" Partner="WhsLoadPackages"><ReferentialConstraint Property="WhsLoadPK" ReferencedProperty="WLO_PK" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false"><ReferentialConstraint Property="KP_PKAsFK" ReferencedProperty="KP_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="KP" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="KP_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="KP_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="KP_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsLoadPkgPackagePivot"><Key><PropertyRef Name="WLP_PK" /></Key><Property Name="WLP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLP_GS_NKLoadingUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLP_GS_NKUnloadingUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLP_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="WLP_LoadedTime" Type="Edm.DateTimeOffset" /><Property Name="WLP_P9_LoadTask" Type="Edm.Guid" /><Property Name="WLP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WLP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLP_UnloadedTime" Type="Edm.DateTimeOffset" /><Property Name="WLP_WLO_Load" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="WhsLoadPkgPackagePivots"><ReferentialConstraint Property="WLP_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="LoadTask" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WLP_P9_LoadTask" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="Load" Type="Odyssey.WhsLoad" Nullable="false" Partner="WhsLoadPkgPackagePivots"><ReferentialConstraint Property="WLP_WLO_Load" ReferencedProperty="WLO_PK" /></NavigationProperty><NavigationProperty Name="LoadingUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLP_GS_NKLoadingUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnloadingUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLP_GS_NKUnloadingUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLP" /></EntityType><EntityType Name="WhsLoad"><Key><PropertyRef Name="WLO_PK" /></Key><Property Name="WLO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WLO_CompleteTime" Type="Edm.DateTimeOffset" /><Property Name="WLO_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="WLO_CutoffTime" Type="Edm.DateTimeOffset" /><Property Name="WLO_DriversLicense" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="WLO_DriversName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="WLO_ExpectedVolumeCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WLO_ExpectedVolumeCapacityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLO_ExpectedWeightCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WLO_ExpectedWeightCapacityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLO_GateOutTime" Type="Edm.DateTimeOffset" /><Property Name="WLO_IsHeld" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLO_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WLO_OH_TransportCompany" Type="Edm.Guid" Nullable="false" /><Property Name="WLO_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_RQ_TransportationUnit" Type="Edm.Guid" /><Property Name="WLO_ScheduledPickUpTime" Type="Edm.DateTimeOffset" /><Property Name="WLO_SealNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="WLO_StartTime" Type="Edm.DateTimeOffset" /><Property Name="WLO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_TaskPlanningStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLO_TransportationUnitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="WLO_WL_PlannedDockDoor" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsDockets" Type="Collection(Odyssey.WhsDocket)" Partner="PlannedLoad" /><NavigationProperty Name="WhsLoadPkgPackagePivots" Type="Collection(Odyssey.WhsLoadPkgPackagePivot)" Partner="Load" /><NavigationProperty Name="TransportCompany" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WLO_OH_TransportCompany" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="TransportationUnit" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="WLO_RQ_TransportationUnit" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="PlannedDockDoor" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WLO_WL_PlannedDockDoor" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.WLOAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WLOLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.WLONote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WLOProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WhsLoadConsolidatedHandlingUnits" Type="Collection(Odyssey.WhsLoadConsolidatedHandlingUnit)" Partner="WhsLoad" /><NavigationProperty Name="WhsLoadOrders" Type="Collection(Odyssey.WhsLoadOrder)" Partner="Load" /><NavigationProperty Name="WhsLoadPackages" Type="Collection(Odyssey.WhsLoadPackage)" Partner="WhsLoad" /><NavigationProperty Name="WhsPackagesOnLoadViews" Type="Collection(Odyssey.WhsPackagesOnLoadView)" Partner="WhsLoad" /><Annotation Term="Glow.TableCode" String="WLO" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WLO_ExpectedWeightCapacity" /><PropertyValue Property="UnitProperty" PropertyPath="WLO_ExpectedWeightCapacityUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="WLO_ExpectedVolumeCapacity" /><PropertyValue Property="UnitProperty" PropertyPath="WLO_ExpectedVolumeCapacityUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="WhsLocationInfo"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsLocation" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="WhsLocationInventoryView"><Key><PropertyRef Name="WLI_PK" /></Key><Property Name="WLI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLI_WL_Location" Type="Edm.Guid" Nullable="false" /><Property Name="WLI_OH_Client" Type="Edm.Guid" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false" Partner="WhsLocationInventoryViews"><ReferentialConstraint Property="WLI_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WLI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="WhsLocation"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_ApprovedKnownLocation" Type="Edm.String" DefaultValue="NO" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WL_CheckDigit" Type="Edm.Byte" DefaultValue="255" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="WL_CycleCountPathSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WL_FinalisedPickCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WL_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WL_LastAllocatedOrChangedDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WL_LastAllocatedOrChangedID" Type="Edm.Guid" /><Property Name="WL_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_LocationStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_MaxCubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WL_MaxCubicUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WL_MaxDepth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WL_MaxDimensionUnit" Type="Edm.String" DefaultValue="CM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WL_MaxHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WL_MaximumPickCountBeforeAutomatedStocktake" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WL_MaxQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WL_MaxQuantityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_MaxWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WL_MaxWeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WL_MaxWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="WL_PalletFloorSpaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WL_PalletStackHeight" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WL_PickMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_PickPathSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WL_PutawayPathSequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WL_RS_NKTransitServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_SQ_DefaultPrintQueue" Type="Edm.Guid" /><Property Name="WL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WL_TransitDischargeLRC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="DefaultPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="WL_SQ_DefaultPrintQueue" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsArea" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsArea" Nullable="false"><ReferentialConstraint Property="WL_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WL_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRow" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="TransitServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WL_RS_NKTransitServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsLocationInfo" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="WhsLocationType"><Key><PropertyRef Name="WLT_PK" /></Key><Property Name="WLT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLT_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WLT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WLT_DefaultCycleCountGranularity" Type="Edm.String" DefaultValue="PWA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WLT_DisablePalletIDScansForPicking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WLT_IsPalletIDNeutral" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_LocationClass" Type="Edm.String" DefaultValue="NOR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_MaximumNumberOfProducts" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WLT_MaximumTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="WLT_MinimumTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="WLT_RetainPalletIDsInFixedPickFaces" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WLT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLT_TemperatureUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WLTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLT" /></EntityType><EntityType Name="WhsLocationViewForGenerateCycleCountModule"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WLV_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_Column" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_Level" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_Tray" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_LocationStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickMethod" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxWidth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxHeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDepth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDimensionUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_ApprovedKnownLocation" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaximumPickCountBeforeAutomatedStocktake" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PickPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_MaxQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_RowName" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WLV_FormattedColumn" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedLevel" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedTray" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_CycleCountPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PutawayPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FinalisedPickCount" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="CycleCountStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CycleCountLastPerformedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><NavigationProperty Name="Inventory" Type="Collection(Odyssey.WhsInventoryViewForCycleCountGeneration)" Partner="Location" /><NavigationProperty Name="LocationView" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WLV_WLV_PKAsFK" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false"><ReferentialConstraint Property="WLV_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WLV_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty></EntityType><EntityType Name="WhsLocationView"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_ApprovedKnownLocation" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_CheckDigit" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_Column" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="WLV_CycleCountPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FinalisedPickCount" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FormattedColumn" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedLevel" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedTray" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_IsOutboundLocation" Type="Edm.Boolean" /><Property Name="WLV_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_IsValidLocationForProductWarehousePutaway" Type="Edm.Boolean" /><Property Name="WLV_IsVirtualWarehouse" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_LastAllocatedOrChangedDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastAllocatedOrChangedID" Type="Edm.Guid" /><Property Name="WLV_LastConfigChangedUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_Level" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_LocationClass" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationString_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationTypeCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxDepth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDimensionUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxHeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaximumPickCountBeforeAutomatedStocktake" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_MaxQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxWidth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_PalletFloorSpaces" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PalletStackHeight" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PickingAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickMethod" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PutawayAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PutawayPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_RowName" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WLV_RS_NKTransitServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SQ_DefaultPrintQueue" Type="Edm.Guid" /><Property Name="WLV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_TransitDischargeAndServiceLevelFakeColumnForUX" Type="Edm.String" MaxLength="36" Unicode="false" /><Property Name="WLV_TransitDischargeLRC" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WLV_Tray" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WarehouseType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsCycleCountLocations" Type="Collection(Odyssey.WhsCycleCountLocation)" Partner="Location" /><NavigationProperty Name="WhsMheDeviceLocations" Type="Collection(Odyssey.WhsMheDeviceLocation)" Partner="Location" /><NavigationProperty Name="TransitServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WLV_RS_NKTransitServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="WhsLocationInventoryViews" Type="Collection(Odyssey.WhsLocationInventoryView)" Partner="Location" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false"><ReferentialConstraint Property="WLV_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="LocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WLV_WLT_LocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="DefaultPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="WLV_SQ_DefaultPrintQueue" ReferencedProperty="SQ_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLV" /></EntityType><EntityType Name="WhsMheDeviceLocation"><Key><PropertyRef Name="WVN_PK" /></Key><Property Name="WVN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVN_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVN_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVN_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVN_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVN_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVN_WL_Location" Type="Edm.Guid" Nullable="false" /><Property Name="WVN_WVC_Device" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false" Partner="WhsMheDeviceLocations"><ReferentialConstraint Property="WVN_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Device" Type="Odyssey.WhsMheDevice" Nullable="false" Partner="WhsMheDeviceLocations"><ReferentialConstraint Property="WVN_WVC_Device" ReferencedProperty="WVC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVN_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVN_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVNAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVN" /></EntityType><EntityType Name="WhsMheDevice"><Key><PropertyRef Name="WVC_PK" /></Key><Property Name="WVC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVC_MiddlewareID" Type="Edm.Guid" Nullable="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WVC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WVC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVC_WW_Warehouse" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsMheDeviceLocations" Type="Collection(Odyssey.WhsMheDeviceLocation)" Partner="Device" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WVC_WW_Warehouse" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVC" /></EntityType><EntityType Name="WhsOrderStatusView"><Key><PropertyRef Name="WOS_PK" /></Key><Property Name="WOS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WOS_DocketStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WOS_OrderStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WOS_WD_Docket" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsOrderStatusViews"><ReferentialConstraint Property="WOS_WD_Docket" ReferencedProperty="WD_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WOS" /></EntityType><EntityType Name="WhsOrgPartRelationAttribute"><Key><PropertyRef Name="OU_PK" /></Key><Property Name="OU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OU_OP" Type="Edm.Guid" Nullable="false" /><Property Name="OM_IMPartAttrib1Name" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib1Type" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib2Name" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib2Type" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OM_IMPartAttrib3Name" Type="Edm.String" MaxLength="20" Unicode="false" /><Property Name="OM_IMPartAttrib3Type" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="OU_UsePartAttrib1" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePartAttrib2" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePartAttrib3" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UseSerialNumber" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib1ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib2ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsPartAttrib3ReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_IsSerialNumberReleaseCaptured" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UsePackingDate" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_UseExpiryDate" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_CompletePalletPicking" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_RollUpAttributesOnDocuments" Type="Edm.Boolean" Nullable="false" /><Property Name="OU_PackingDateFormatString" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_ExpiryDateFormatString" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OU_RFAttributeConfirm" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_PickMode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OU_JulianBatchNoFormat" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="OU_OPC_Category" Type="Edm.Guid" /><NavigationProperty Name="OrgHeaderInfo" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="OU_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPartInfo" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="OU_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Category" Type="Odyssey.OrgPartCategoryInfo"><ReferentialConstraint Property="OU_OPC_Category" ReferencedProperty="OPC_PK" /></NavigationProperty></EntityType><EntityType Name="WhsOrgPartRelationBarcode"><Key><PropertyRef Name="OUB_PK" /></Key><Property Name="OUB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OUB_OU" Type="Edm.Guid" Nullable="false" /><Property Name="OUB_Barcode" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><NavigationProperty Name="OrgPartRelation" Type="Odyssey.OrgPartRelation" Nullable="false" Partner="Barcodes"><ReferentialConstraint Property="OUB_OU" ReferencedProperty="OU_PK" /></NavigationProperty></EntityType><EntityType Name="WhsOutboundUserActivityView"><Key><PropertyRef Name="WOA_PK" /></Key><Property Name="WOA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WOA_ActivityTime" Type="Edm.DateTimeOffset" /><Property Name="WOA_DocketSubType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WOA_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WOA_RequiredDate" Type="Edm.DateTimeOffset" /><Property Name="WOA_WGS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="WOA_WSH_SalesChannel" Type="Edm.Guid" /><Property Name="WOA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.WhsGlbStaff" Nullable="false" Partner="WhsOutboundUserActivityViews"><ReferentialConstraint Property="WOA_WGS_Staff" ReferencedProperty="WGS_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WOA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WOA_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SalesChannel" Type="Odyssey.WhsSalesChannel"><ReferentialConstraint Property="WOA_WSH_SalesChannel" ReferencedProperty="WSH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WOA" /></EntityType><EntityType Name="WhsPackageAudit"><Key><PropertyRef Name="WPA_PK" /></Key><Property Name="WPA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPA_AuditCompleteTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="WPA_GS_NKAuditor" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPA_PackageID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="WPA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPA_WD_Order" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Order" Type="Odyssey.WhsDocket" Nullable="false"><ReferentialConstraint Property="WPA_WD_Order" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Auditor" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPA_GS_NKAuditor" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WPAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WPA" /></EntityType><EntityType Name="WhsPackageLocationView"><Key><PropertyRef Name="WPK_PK" /></Key><Property Name="WPK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPK_F3_NKPackType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPK_IsHandlingUnit" Type="Edm.Boolean" /><Property Name="WPK_KP_Package" Type="Edm.Guid" Nullable="false" /><Property Name="WPK_LocationClass" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WPK_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WPK_LocationString_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WPK_PackageID" Type="Edm.String" Nullable="false" MaxLength="46" Unicode="false" /><Property Name="WPK_PackedInventoryStatus" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="WPK_WL_Location" Type="Edm.Guid" /><Property Name="WPK_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WPK_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Package" Type="Odyssey.PkgPackage" Nullable="false" Partner="WhsPackageLocationViews"><ReferentialConstraint Property="WPK_KP_Package" ReferencedProperty="KP_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WPK_WL_Location" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WPK_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WPK" /></EntityType><EntityType Name="WhsPackagesOnLoadView"><Key><PropertyRef Name="WLO_PK" /></Key><Property Name="WLO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLO_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="TotalPlannedPackagesCount" Type="Edm.Int32" /><Property Name="PlannedHandlingUnitsCount" Type="Edm.Int32" Nullable="false" /><Property Name="PlannedLoosePackagesCount" Type="Edm.Int32" Nullable="false" /><Property Name="TotalLoadedPackagesCount" Type="Edm.Int32" /><Property Name="LoadedHandlingUnitsCount" Type="Edm.Int32" Nullable="false" /><Property Name="LoadedLoosePackagesCount" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="WhsLoad" Type="Odyssey.WhsLoad" Nullable="false" Partner="WhsPackagesOnLoadViews"><ReferentialConstraint Property="WLO_PKAsFK" ReferencedProperty="WLO_PK" /></NavigationProperty></EntityType><EntityType Name="WhsPickFace"><Key><PropertyRef Name="WF_PK" /></Key><Property Name="WF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WF_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WF_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WF_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WF_ReplenishMaximum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WF_ReplenishmentMultiple" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WF_ReplenishMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WF_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WF_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WF_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WF_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WF_WL" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WF_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false"><ReferentialConstraint Property="WF_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView" Nullable="false"><ReferentialConstraint Property="WF_WL" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WF_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WF_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WFAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WF" /></EntityType><EntityType Name="WhsPickLine"><Key><PropertyRef Name="WZ_PK" /></Key><Property Name="WZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WZ_F3_NKAllocatedPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZ_GS_NKAssignedTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZ_IsPicking" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WZ_IsPickingFromPutawayLocation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WZ_OriginalReservedQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WZ_P9_Task" Type="Edm.Guid" /><Property Name="WZ_PickedDateTime" Type="Edm.DateTimeOffset" /><Property Name="WZ_ReleaseCapturedPartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WZ_ReleaseCapturedPartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WZ_ReleaseCapturedPartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WZ_ReleaseCapturedSerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZ_Units" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WZ_VerifiedEmpty" Type="Edm.String" DefaultValue=" " Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WZ_WE_InventoryLine" Type="Edm.Guid" Nullable="false" /><Property Name="WZ_WE_OriginalOrderLine" Type="Edm.Guid" /><Property Name="WZ_WE_OriginalPickedInventoryLine" Type="Edm.Guid" /><Property Name="WZ_WE_TransactionLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Task" Type="Odyssey.ProcessTask"><ReferentialConstraint Property="WZ_P9_Task" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="InventoryLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="CommittedPickLines"><ReferentialConstraint Property="WZ_WE_InventoryLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="OriginalOrderLine" Type="Odyssey.WhsDocketLine" Partner="OutboundTransferPickLines"><ReferentialConstraint Property="WZ_WE_OriginalOrderLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="OriginalPickedInventoryLine" Type="Odyssey.WhsDocketLine"><ReferentialConstraint Property="WZ_WE_OriginalPickedInventoryLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="TransactionLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="WhsPickLines"><ReferentialConstraint Property="WZ_WE_TransactionLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="AllocatedPackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="WZ_F3_NKAllocatedPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZ_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WZ" /></EntityType><EntityType Name="WhsPick"><Key><PropertyRef Name="WP_PK" /></Key><Property Name="WP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WP_CartoniseSplitCases" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="WP_FinalizedDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WP_ForcePickByCaseUOMTypeAllocation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_ForceSplitCaseUOMTypeAllocation" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_GS_NKFinalizedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_IsAwaitingReplenishment" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_IsCartonised" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_PercentageCalculationRequiredUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WP_PercentageComplete" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WP_PercentageEstimatedReplenishment" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WP_PickCasesByLabel" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_PickNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WP_PickOption" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_PickPalletsByLabel" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WP_PickStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_PickType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WP_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_TaskPlanningStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WP_WA_DynamicPickAreaOverride" Type="Edm.Guid" /><Property Name="WP_WDA_DockDoorAssignment" Type="Edm.Guid" /><Property Name="WP_WL_DockDoor" Type="Edm.Guid" /><Property Name="WP_WL_PackingStation" Type="Edm.Guid" /><Property Name="WP_WW_Whs" Type="Edm.Guid" /><NavigationProperty Name="WhsDockets" Type="Collection(Odyssey.WhsDocket)" Partner="WhsPick" /><NavigationProperty Name="DynamicPickAreaOverride" Type="Odyssey.WhsArea"><ReferentialConstraint Property="WP_WA_DynamicPickAreaOverride" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="DockDoor" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WP_WL_DockDoor" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="PackingStation" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WP_WL_PackingStation" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse"><ReferentialConstraint Property="WP_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="FinalizedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WP_GS_NKFinalizedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.WPProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WPAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WP" /></EntityType><EntityType Name="WhsPickShortLine"><Key><PropertyRef Name="WZS_PK" /></Key><Property Name="WZS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WZS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WZS_GS_NKShortedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZS_ShortedDateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WZS_ShortedDateTimeUtcAsOffset" Type="Edm.DateTimeOffset"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WZS_ShortUnits" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WZS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WZS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WZS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WZS_WE_InventoryLine" Type="Edm.Guid" Nullable="false" /><Property Name="WZS_WE_TransactionLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="InventoryLine" Type="Odyssey.WhsDocketLine" Nullable="false"><ReferentialConstraint Property="WZS_WE_InventoryLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="TransactionLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="PickShortLines"><ReferentialConstraint Property="WZS_WE_TransactionLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="ShortedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZS_GS_NKShortedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WZS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WZSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WZS" /></EntityType><EntityType Name="WhsProductFactMetadataProxy"><Key><PropertyRef Name="WPFP_PK" /></Key><Property Name="WPFP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPFP_WST_NKProductStyleCode" Type="Edm.String" MaxLength="20" Unicode="false" /></EntityType><EntityType Name="WhsProductParamsByWhsAndClient"><Key><PropertyRef Name="W3_PK" /></Key><Property Name="W3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="W3_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="W3_EconomicQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="W3_ExpiryNotificationPeriod" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="W3_F3_NKReceivedPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="W3_F3_NKReleasedPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="W3_MaximumShelfLife" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="W3_OH" Type="Edm.Guid" Nullable="false" /><Property Name="W3_OP" Type="Edm.Guid" Nullable="false" /><Property Name="W3_PickGroup" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="W3_ReplenishmentMinimum" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="W3_ReplenishmentMultiple" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="W3_StockTakeCycle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="W3_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="W3_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="W3_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="W3_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="W3_WA_DynamicPickFaceArea" Type="Edm.Guid" /><Property Name="W3_WL_InwardsProcessingStagingLocationBOM" Type="Edm.Guid" /><Property Name="W3_WL_StagingLocationBOM" Type="Edm.Guid" /><Property Name="W3_WPG_PutawayGroup" Type="Edm.Guid" /><Property Name="W3_WW" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="W3_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="OrgSupplierPart" Type="Odyssey.OrgSupplierPart" Nullable="false" Partner="WhsProductParamsByWhsAndClients"><ReferentialConstraint Property="W3_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="DynamicPickFaceArea" Type="Odyssey.WhsArea"><ReferentialConstraint Property="W3_WA_DynamicPickFaceArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="InwardsProcessingStagingLocationBOM" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="W3_WL_InwardsProcessingStagingLocationBOM" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="StagingLocationBOM" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="W3_WL_StagingLocationBOM" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="PutawayGroup" Type="Odyssey.WhsPutawayGroup"><ReferentialConstraint Property="W3_WPG_PutawayGroup" ReferencedProperty="WPG_PK" /></NavigationProperty><NavigationProperty Name="WhsWarehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="W3_WW" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="ReceivedPackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="W3_F3_NKReceivedPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="ReleasedPackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="W3_F3_NKReleasedPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="W3_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="W3_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.W3Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="W3" /></EntityType><EntityType Name="WhsProductStyleClassification"><Key><PropertyRef Name="WSS_PK" /></Key><Property Name="WSS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WSS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="WSS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSS_WST_ProductStyle" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ProductStyleClassification" Type="Odyssey.WhsProductStyle" Nullable="false" Partner="ProductStyleClassifications"><ReferentialConstraint Property="WSS_WST_ProductStyle" ReferencedProperty="WST_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsProductStyleClassificationInfo" /><Annotation Term="Glow.TableCode" String="WSS" /></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="WhsProductStyleColour"><Key><PropertyRef Name="WSC_PK" /></Key><Property Name="WSC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><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" /><Property Name="WSC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSC_WST_ProductStyle" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ProductStyleColor" Type="Odyssey.WhsProductStyle" Nullable="false" Partner="ProductStyleColors"><ReferentialConstraint Property="WSC_WST_ProductStyle" ReferencedProperty="WST_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsProductStyleColourInfo" /><Annotation Term="Glow.TableCode" String="WSC" /></EntityType><EntityType Name="WhsProductStyle"><Key><PropertyRef Name="WST_PK" /></Key><Property Name="WST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WST_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="WST_OH_Owner" Type="Edm.Guid" Nullable="false" /><Property Name="WST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="ProductStyleClassifications" Type="Collection(Odyssey.WhsProductStyleClassification)" Partner="ProductStyleClassification" /><NavigationProperty Name="ProductStyleColors" Type="Collection(Odyssey.WhsProductStyleColour)" Partner="ProductStyleColor" /><NavigationProperty Name="ProductStyleSizes" Type="Collection(Odyssey.WhsProductStyleSize)" Partner="ProductStyleSize" /><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WST_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WST" /></EntityType><EntityType Name="WhsProductStyleSizeInfo"><Key><PropertyRef Name="WSZ_PK" /></Key><Property Name="WSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSZ_Size" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WSZ_Sequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleSize" /><Annotation Term="Glow.TableCode" String="WSZ" /></EntityType><EntityType Name="WhsProductStyleSize"><Key><PropertyRef Name="WSZ_PK" /></Key><Property Name="WSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSZ_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WSZ_Sequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WSZ_Size" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WSZ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSZ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSZ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSZ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSZ_WST_ProductStyle" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ProductStyleSize" Type="Odyssey.WhsProductStyle" Nullable="false" Partner="ProductStyleSizes"><ReferentialConstraint Property="WSZ_WST_ProductStyle" ReferencedProperty="WST_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSZ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSZ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSZAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsProductStyleSizeInfo" /><Annotation Term="Glow.TableCode" String="WSZ" /></EntityType><EntityType Name="WhsPutawayGroup"><Key><PropertyRef Name="WPG_PK" /></Key><Property Name="WPG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WPG_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WPG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WPG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WPG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WPG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WPG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WPG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WPGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WPG" /></EntityType><EntityType Name="WhsRFRegistry"><Key><PropertyRef Name="WRR_PK" /></Key><Property Name="WRR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WRR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WRR_EnableWarehouseErrorAudio" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WRR_GS_NKAssignedTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WRR_OH_Client" Type="Edm.Guid" /><Property Name="WRR_PickGroupSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WRR_PickMethodCode" Type="Edm.String" DefaultValue="ANY" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRR_RQ_LastUsedEquipment" Type="Edm.Guid" /><Property Name="WRR_SQ_Printer" Type="Edm.Guid" /><Property Name="WRR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WRR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRR_UOMPackType" Type="Edm.String" DefaultValue="ANY" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WRR_WA_PickingArea" Type="Edm.Guid" /><Property Name="WRR_WA_PutawayArea" Type="Edm.Guid" /><Property Name="WRR_WL_LastVisitedLocation" Type="Edm.Guid" /><Property Name="WRR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WRR_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LastUsedEquipment" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="WRR_RQ_LastUsedEquipment" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="Printer" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="WRR_SQ_Printer" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsArea"><ReferentialConstraint Property="WRR_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsArea"><ReferentialConstraint Property="WRR_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="LastVisitedLocation" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WRR_WL_LastVisitedLocation" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WRR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="AssignedTo" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRR_GS_NKAssignedTo" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WRR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WRR" /></EntityType><EntityType Name="WhsRowInfo"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocationInfo)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsRow" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsRow"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocation)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsRowInfo" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsSalesChannel"><Key><PropertyRef Name="WSH_PK" /></Key><Property Name="WSH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WSH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WSH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WSH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WSH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WSH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WSH" /></EntityType><EntityType Name="WhsStocktake"><Key><PropertyRef Name="WS_PK" /></Key><Property Name="WS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WS_ABCAnalysisCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="WS_CountEmptyLocationsCategory" Type="Edm.String" DefaultValue="EMT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_OH_Client" Type="Edm.Guid" /><Property Name="WS_PickMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="WS_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WS_StocktakeCycle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_StocktakeDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="WS_StocktakeNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WS_StocktakeStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_StocktakeType" Type="Edm.String" DefaultValue="STD" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WS_WA_Area" Type="Edm.Guid" /><Property Name="WS_WL_Location" Type="Edm.Guid" /><Property Name="WS_WR_Row" Type="Edm.Guid" /><Property Name="WS_WW_Whs" Type="Edm.Guid" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="WS_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Area" Type="Odyssey.WhsArea"><ReferentialConstraint Property="WS_WA_Area" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="Location" Type="Odyssey.WhsLocation"><ReferentialConstraint Property="WS_WL_Location" ReferencedProperty="WL_PK" /></NavigationProperty><NavigationProperty Name="Row" Type="Odyssey.WhsRow"><ReferentialConstraint Property="WS_WR_Row" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse"><ReferentialConstraint Property="WS_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="WS_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WS" /></EntityType><EntityType Name="WhsTrackingInventorySummaryItemView"><Key><PropertyRef Name="WI_PK" /></Key><Property Name="WI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WI_ArrivalDate" Type="Edm.DateTimeOffset" /><Property Name="WI_ArrivalDateOrETA" Type="Edm.DateTimeOffset" /><Property Name="WI_AvailableUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_ClientUQ" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_CommittedUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_CrossDockQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_Currency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_HeldCode" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="WI_InventoryStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WI_OP" Type="Edm.Guid" Nullable="false" /><Property Name="WI_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WI_PalletID" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib1" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib2" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_PartAttrib3" Type="Edm.String" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WI_SerialNumber" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WI_TotalUnits" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WI_UnitsUQ" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WI_WD" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WE_InDocketLine" Type="Edm.Guid" Nullable="false" /><Property Name="WI_WE_OriginalInDocketLineForRating" Type="Edm.Guid" /><Property Name="WI_WL" Type="Edm.Guid" /><Property Name="WI_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Location" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="WI_WL" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo" Nullable="false"><ReferentialConstraint Property="WI_OP" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="DocketLine" Type="Odyssey.WhsDocketLine" Nullable="false" Partner="WhsTrackingInventorySummaryItemViews"><ReferentialConstraint Property="WI_WE_InDocketLine" ReferencedProperty="WE_PK" /></NavigationProperty><NavigationProperty Name="Docket" Type="Odyssey.WhsDocket" Nullable="false" Partner="WhsTrackingInventorySummaryItemViews"><ReferentialConstraint Property="WI_WD" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WI_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WI" /></EntityType><EntityType Name="WhsTransferUserActivityView"><Key><PropertyRef Name="WTA_PK" /></Key><Property Name="WTA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WTA_ActivityTime" Type="Edm.DateTimeOffset" /><Property Name="WTA_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WTA_WGS_Staff" Type="Edm.Guid" Nullable="false" /><Property Name="WTA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Staff" Type="Odyssey.WhsGlbStaff" Nullable="false" Partner="WhsTransferUserActivityViews"><ReferentialConstraint Property="WTA_WGS_Staff" ReferencedProperty="WGS_PK" /></NavigationProperty><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouse" Nullable="false"><ReferentialConstraint Property="WTA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WTA_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WTA" /></EntityType><EntityType Name="WhsVASOrderLine"><Key><PropertyRef Name="WVL_PK" /></Key><Property Name="WVL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVL_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WVL_LineNumber" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="WVL_OP_Product" Type="Edm.Guid" Nullable="false" /><Property Name="WVL_PackingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="WVL_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WVL_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WVL_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="WVL_Quantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="18" Scale="3" /><Property Name="WVL_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WVL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVL_WVO_VASOrder" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPart" Nullable="false"><ReferentialConstraint Property="WVL_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="VASOrder" Type="Odyssey.WhsVASOrder" Nullable="false" Partner="WhsVASOrderLines"><ReferentialConstraint Property="WVL_WVO_VASOrder" ReferencedProperty="WVO_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVL" /></EntityType><EntityType Name="WhsVASOrder"><Key><PropertyRef Name="WVO_PK" /></Key><Property Name="WVO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WVO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WVO_CancelledTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVO_CriticalChangesVersionID" Type="Edm.Guid" /><Property Name="WVO_CustomerReferenceNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="WVO_FinalizedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVO_GS_NKCancelledBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_GS_NKFinalizedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_GS_NKWorkCompletedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_JobID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WVO_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="WVO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WVO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WVO_WA_ServiceArea" Type="Edm.Guid" Nullable="false" /><Property Name="WVO_WD_TransferIntoServiceArea" Type="Edm.Guid" /><Property Name="WVO_WD_TransferOutOfServiceArea" Type="Edm.Guid" /><Property Name="WVO_WorkCompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><NavigationProperty Name="WhsVASOrderLines" Type="Collection(Odyssey.WhsVASOrderLine)" Partner="VASOrder" /><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="WVO_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ServiceArea" Type="Odyssey.WhsArea" Nullable="false"><ReferentialConstraint Property="WVO_WA_ServiceArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="TransferIntoServiceArea" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WVO_WD_TransferIntoServiceArea" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="TransferOutOfServiceArea" Type="Odyssey.WhsDocket"><ReferentialConstraint Property="WVO_WD_TransferOutOfServiceArea" ReferencedProperty="WD_PK" /></NavigationProperty><NavigationProperty Name="CancelledBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVO_GS_NKCancelledBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="FinalizedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVO_GS_NKFinalizedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="WorkCompletedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVO_GS_NKWorkCompletedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WVO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.WVOAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.WVOLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WVOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WVO" /></EntityType><EntityType Name="WhsWarehouseInfo"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRowInfo)" Partner="Whs" /><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsWarehouse" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="WhsWarehouse"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_ABCAnalysisEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AutoPrintOrderCopyForMOPOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintOrderSummaryOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPackingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingNonPickedItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingShortfallItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DefaultOutboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGContactPhoneType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZDetailedTrackingMethod" Type="Edm.String" DefaultValue="UIN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_FTZDetailedTrackingWarningPercentage" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZIsDetailedTrackingEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_G4_DefaultCapability" Type="Edm.Guid" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_IsBondedWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPickByUOMEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_OC_DGContact" Type="Edm.Guid" /><Property Name="WW_PreventReleaseOfPackageIfNotPicked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_ScanAll" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_UseArrivalDateForInwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseGS1PrefixFallback" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseRequiredDateForOutwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UsesVehicleBookingIntegration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_VerifyEmptyLocations" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_WLT_DefaultLocationType" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRow)" Partner="Whs" /><NavigationProperty Name="DefaultCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="WW_G4_DefaultCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="WW_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="DefaultLocationType" Type="Odyssey.WhsLocationType" Nullable="false"><ReferentialConstraint Property="WW_WLT_DefaultLocationType" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.WWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IWhsWarehouseInfo" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="WIPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsBOMInventoryPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WIP_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="WLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WL_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="WLOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsLoad" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WLO_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="WLOAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.WhsLoad" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="WLO_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="WLOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsLoad" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WLO_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="WLONote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsLoad" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WLO_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="WLPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsLoadPkgPackagePivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WLP_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WLTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsLocationType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WLT_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsAsnLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowException" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskID" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ASTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="ACHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CSHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CVOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CPOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="CLHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocket" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="WD_PK" /></NavigationProperty></EntityType><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="MWOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPackageAudit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WPA_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="WPAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPick" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WP_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="WPGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPutawayGroup" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WPG_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="WRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsRow" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WRRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsRFRegistry" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WRR_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="WSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsStocktake" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WS_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="WSCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsProductStyleColour" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WSC_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="WSHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsSalesChannel" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WSH_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="WSJAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsAdHocServiceJob" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WSJ_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="WSJLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsAdHocServiceJob" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WSJ_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="WSJNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.WhsAdHocServiceJob" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="WSJ_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="WSSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsProductStyleClassification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WSS_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="WSTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsProductStyle" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WST_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="WSZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsProductStyleSize" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WSZ_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="WVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocketJobPivot" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WV_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="WVCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsMheDevice" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WVLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsVASOrderLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WVNAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsMheDeviceLocation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVN_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WVOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsVASOrder" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WVO_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="WVOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.WhsVASOrder" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="WVO_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="WWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsWarehouse" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WXAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsDocketReference" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WX_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="WZAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPickLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WZ_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="WZSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.WhsPickShortLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="WZS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><Annotations Target="Odyssey.AccTransactionHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeaderInfo" String="IAccTransactionHeaderInfo" /></Annotations><Annotations Target="Odyssey.AdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="AdditionalService" String="IAdditionalService" /></Annotations><Annotations Target="Odyssey.YAOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="YAOAdditionalService" String="IAdditionalService[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.KMAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KMAdditionalService" String="IAdditionalService[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KNAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KNAdditionalService" String="IAdditionalService[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.LTCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAdditionalService" String="IAdditionalService[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTSAdditionalService" String="IAdditionalService[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.KGAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KGAdditionalService" String="IAdditionalService[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JKAdditionalService" String="IAdditionalService[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JCAdditionalService" String="IAdditionalService[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JSAdditionalService" String="IAdditionalService[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.WSJAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WSJAdditionalService" String="IAdditionalService[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDAdditionalService" String="IAdditionalService[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAdditionalService" String="IAdditionalService[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAdditionalService" String="IAdditionalService[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WVOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WVOAdditionalService" String="IAdditionalService[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.JPAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JPAdditionalService" String="IAdditionalService[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.AllocationOrderLineFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="AllocationOrderLineFactMetadataProxy" String="IAllocationOrderLineFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.BMSystemWorkflowDeterminer"><Annotation Term="Glow.FriendlyName" Qualifier="BMSystemWorkflowDeterminer" String="IBMSystemWorkflowDeterminer" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstancePivot" String="IUNDGSubstancePivot" /></Annotations><Annotations Target="Odyssey.DIUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="DIUNDGSubstancePivot" String="IUNDGSubstancePivot[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.ESAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ESAcknowledgement" String="IAcknowledgement[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.AddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="AddOnValue" String="IAddOnValue" /></Annotations><Annotations Target="Odyssey.ESAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="ESAddOnValue" String="IAddOnValue[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.ESLog"><Annotation Term="Glow.FriendlyName" Qualifier="ESLog" String="ILog[[IAdditionalService]]" /></Annotations><Annotations Target="Odyssey.ETAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ETAcknowledgement" String="IAcknowledgement[[IJobStorage]]" /></Annotations><Annotations Target="Odyssey.FSWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="FSWAcknowledgement" String="IAcknowledgement[[IBMSystemWorkflowDeterminer]]" /></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.JobStorage"><Annotation Term="Glow.FriendlyName" Qualifier="JobStorage" String="IJobStorage" /></Annotations><Annotations Target="Odyssey.KIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KIAcknowledgement" String="IAcknowledgement[[IPkgPackageItemDivot]]" /></Annotations><Annotations Target="Odyssey.KJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KJAcknowledgement" String="IAcknowledgement[[IPackageJob]]" /></Annotations><Annotations Target="Odyssey.KPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPAcknowledgement" String="IAcknowledgement[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPDAcknowledgement" String="IAcknowledgement[[IPkgPackageHandlingUnitDivot]]" /></Annotations><Annotations Target="Odyssey.KPHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPHAcknowledgement" String="IAcknowledgement[[IPkgPackageHeader]]" /></Annotations><Annotations Target="Odyssey.KPLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPLog" String="ILog[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.KPReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="KPReferenceNumber" String="IReferenceNumber[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.KPUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="KPUAcknowledgement" String="IAcknowledgement[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.KPULog"><Annotation Term="Glow.FriendlyName" Qualifier="KPULog" String="ILog[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.KPUWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="KPUWorkflowAuditLog" String="IWorkflowAuditLog[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.KPWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="KPWorkflowEvent" String="IWorkflowEvent[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.OFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OFAcknowledgement" String="IAcknowledgement[[IOrgPartUnit]]" /></Annotations><Annotations Target="Odyssey.OPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OPAcknowledgement" String="IAcknowledgement[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.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.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></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" /></Annotations><Annotations Target="Odyssey.OUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="OUAcknowledgement" String="IAcknowledgement[[IOrgPartRelation]]" /></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.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></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.PackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="PackageJob" String="IPackageJob" /></Annotations><Annotations Target="Odyssey.KMPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KMPackageJob" String="IPackageJob[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KBPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KBPackageJob" String="IPackageJob[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="LTCPackageJob" String="IPackageJob[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.JSPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="JSPackageJob" String="IPackageJob[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.KPUPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="KPUPackageJob" String="IPackageJob[[IPkgHandlingUnit]]" /></Annotations><Annotations Target="Odyssey.WDPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDPackageJob" String="IPackageJob[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDCPackageJob" String="IPackageJob[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDHPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WDHPackageJob" String="IPackageJob[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WRCPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WRCPackageJob" String="IPackageJob[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHPackageJob"><Annotation Term="Glow.FriendlyName" Qualifier="WRHPackageJob" String="IPackageJob[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.PHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PHAcknowledgement" String="IAcknowledgement[[IOrgSupplierPartBarcode]]" /></Annotations><Annotations Target="Odyssey.PkgHandlingUnit"><Annotation Term="Glow.FriendlyName" Qualifier="PkgHandlingUnit" String="IPkgHandlingUnit" /></Annotations><Annotations Target="Odyssey.PkgPackageHandlingUnitDivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHandlingUnitDivot" String="IPkgPackageHandlingUnitDivot" /></Annotations><Annotations Target="Odyssey.PkgPackageHeader"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageHeader" String="IPkgPackageHeader" /></Annotations><Annotations Target="Odyssey.PkgPackageItemDivot"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackageItemDivot" String="IPkgPackageItemDivot" /></Annotations><Annotations Target="Odyssey.PkgPackage"><Annotation Term="Glow.FriendlyName" Qualifier="PkgPackage" String="IPkgPackage" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessTaskNotification"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTaskNotification" String="IProcessTaskNotification" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.PutawayInventoryFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="PutawayInventoryFactMetadataProxy" String="IPutawayInventoryFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.RateTransportProviderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportProviderInfo" String="IRateTransportProviderInfo" /></Annotations><Annotations Target="Odyssey.RateTransportZoneInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportZoneInfo" String="IRateTransportZoneInfo" /></Annotations><Annotations Target="Odyssey.RateTransportZoneItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RateTransportZoneItemInfo" String="IRateTransportZoneItemInfo" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCityTownInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCityTownInfo" String="IRefCityTownInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefEquipmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefEquipmentInfo" String="IRefEquipmentInfo" /></Annotations><Annotations Target="Odyssey.RefPackTypeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefPackTypeInfo" String="IRefPackTypeInfo" /></Annotations><Annotations Target="Odyssey.RefServiceLevelInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefServiceLevelInfo" String="IRefServiceLevelInfo" /></Annotations><Annotations Target="Odyssey.RefShippingLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefShippingLineInfo" String="IRefShippingLineInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmMenuItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmMenuItemInfo" String="IStmMenuItemInfo" /></Annotations><Annotations Target="Odyssey.StmPrintQueueInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmPrintQueueInfo" String="IStmPrintQueueInfo" /></Annotations><Annotations Target="Odyssey.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /></Annotations><Annotations Target="Odyssey.JOUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JOUNDGDataItem" String="IUNDGDataItem[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JLUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JLUNDGDataItem" String="IUNDGDataItem[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.OPTUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPTUNDGDataItem" String="IUNDGDataItem[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPUNDGDataItem" String="IUNDGDataItem[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.KPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="KPUNDGDataItem" String="IUNDGDataItem[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.BCUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="BCUNDGDataItem" String="IUNDGDataItem[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.DRQUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="DRQUNDGDataItem" String="IUNDGDataItem[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstanceInfo"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstanceInfo" String="IUNDGSubstanceInfo" /></Annotations><Annotations Target="Odyssey.W3Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="W3Acknowledgement" String="IAcknowledgement[[IWhsProductParamsByWhsAndClient]]" /></Annotations><Annotations Target="Odyssey.WAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WAAcknowledgement" String="IAcknowledgement[[IWhsArea]]" /></Annotations><Annotations Target="Odyssey.WCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WCAcknowledgement" String="IAcknowledgement[[IWhsDocketContainer]]" /></Annotations><Annotations Target="Odyssey.WCCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WCCAcknowledgement" String="IAcknowledgement[[IWhsCycleCountLocationVariance]]" /></Annotations><Annotations Target="Odyssey.WCCLog"><Annotation Term="Glow.FriendlyName" Qualifier="WCCLog" String="ILog[[IWhsCycleCountLocationVariance]]" /></Annotations><Annotations Target="Odyssey.WCLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WCLAcknowledgement" String="IAcknowledgement[[IWhsCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WCLLog"><Annotation Term="Glow.FriendlyName" Qualifier="WCLLog" String="ILog[[IWhsCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WCLNote"><Annotation Term="Glow.FriendlyName" Qualifier="WCLNote" String="INote[[IWhsCycleCountLocation]]" /></Annotations><Annotations Target="Odyssey.WCSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WCSAcknowledgement" String="IAcknowledgement[[IWhsCartonSize]]" /></Annotations><Annotations Target="Odyssey.WDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WDAcknowledgement" String="IAcknowledgement[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.WDAddress"><Annotation Term="Glow.FriendlyName" Qualifier="WDAddress" String="IAddress[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDLog" String="ILog[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDNote"><Annotation Term="Glow.FriendlyName" Qualifier="WDNote" String="INote[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowAuditLog" String="IWorkflowAuditLog[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowEvent" String="IWorkflowEvent[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WEAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WEAcknowledgement" String="IAcknowledgement[[IWhsDocketLine]]" /></Annotations><Annotations Target="Odyssey.WFAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WFAcknowledgement" String="IAcknowledgement[[IWhsPickFace]]" /></Annotations><Annotations Target="Odyssey.WHCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WHCAcknowledgement" String="IAcknowledgement[[IWhsInventoryHeldCode]]" /></Annotations><Annotations Target="Odyssey.WhsAdHocServiceJob"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAdHocServiceJob" String="IWhsAdHocServiceJob" /></Annotations><Annotations Target="Odyssey.WhsAreaInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAreaInfo" String="IWhsAreaInfo" /></Annotations><Annotations Target="Odyssey.WhsArea"><Annotation Term="Glow.FriendlyName" Qualifier="WhsArea" String="IWhsArea" /></Annotations><Annotations Target="Odyssey.WhsAsnLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAsnLine" String="IWhsAsnLine" /></Annotations><Annotations Target="Odyssey.WhsBOMInventoryPivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsBOMInventoryPivot" String="IWhsBOMInventoryPivot" /></Annotations><Annotations Target="Odyssey.WhsCartonSize"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCartonSize" String="IWhsCartonSize" /></Annotations><Annotations Target="Odyssey.WhsCycleCountLocationInventoryClientView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountLocationInventoryClientView" String="IWhsCycleCountLocationInventoryClientView" /></Annotations><Annotations Target="Odyssey.WhsCycleCountLocation"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountLocation" String="IWhsCycleCountLocation" /></Annotations><Annotations Target="Odyssey.WhsCycleCountLocationVarianceForModule"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountLocationVarianceForModule" String="IWhsCycleCountLocationVarianceForModule" /></Annotations><Annotations Target="Odyssey.WhsCycleCountLocationVariance"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountLocationVariance" String="IWhsCycleCountLocationVariance" /></Annotations><Annotations Target="Odyssey.WhsCycleCountLocationWithoutIndirectVariance"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountLocationWithoutIndirectVariance" String="IWhsCycleCountLocationWithoutIndirectVariance" /></Annotations><Annotations Target="Odyssey.WhsCycleCountUserActivityView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsCycleCountUserActivityView" String="IWhsCycleCountUserActivityView" /></Annotations><Annotations Target="Odyssey.WhsDocketContainer"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDocketContainer" String="IWhsDocketContainer" /></Annotations><Annotations Target="Odyssey.WhsDocketJobPivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDocketJobPivot" String="IWhsDocketJobPivot" /></Annotations><Annotations Target="Odyssey.WhsDocketLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDocketLine" String="IWhsDocketLine" /></Annotations><Annotations Target="Odyssey.WhsDocketReference"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDocketReference" String="IWhsDocketReference" /></Annotations><Annotations Target="Odyssey.WhsDocket"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDocket" String="IWhsDocket" /></Annotations><Annotations Target="Odyssey.WhsDynamicWorkOrder"><Annotation Term="Glow.FriendlyName" Qualifier="WhsDynamicWorkOrder" String="IWhsDynamicWorkOrder" /></Annotations><Annotations Target="Odyssey.WhsReceive"><Annotation Term="Glow.FriendlyName" Qualifier="WhsReceive" String="IWhsReceive" /></Annotations><Annotations Target="Odyssey.WhsWorkOrder"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWorkOrder" String="IWhsWorkOrder" /></Annotations><Annotations Target="Odyssey.WhsOrder"><Annotation Term="Glow.FriendlyName" Qualifier="WhsOrder" String="IWhsOrder" /></Annotations><Annotations Target="Odyssey.WhsAdjustment"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAdjustment" String="IWhsAdjustment" /></Annotations><Annotations Target="Odyssey.WhsTransfer"><Annotation Term="Glow.FriendlyName" Qualifier="WhsTransfer" String="IWhsTransfer" /></Annotations><Annotations Target="Odyssey.WhsGlbStaff"><Annotation Term="Glow.FriendlyName" Qualifier="WhsGlbStaff" String="IWhsGlbStaff" /></Annotations><Annotations Target="Odyssey.WhsHandlingUnitOrdersAndPackagesView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsHandlingUnitOrdersAndPackagesView" String="IWhsHandlingUnitOrdersAndPackagesView" /></Annotations><Annotations Target="Odyssey.WhsHandlingUnitPackage"><Annotation Term="Glow.FriendlyName" Qualifier="WhsHandlingUnitPackage" String="IWhsHandlingUnitPackage" /></Annotations><Annotations Target="Odyssey.WhsHandlingUnitsModuleView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsHandlingUnitsModuleView" String="IWhsHandlingUnitsModuleView" /></Annotations><Annotations Target="Odyssey.WhsInboundUserActivityView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInboundUserActivityView" String="IWhsInboundUserActivityView" /></Annotations><Annotations Target="Odyssey.WhsInventoryHeldCode"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInventoryHeldCode" String="IWhsInventoryHeldCode" /></Annotations><Annotations Target="Odyssey.WhsInventorySummary"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInventorySummary" String="IWhsInventorySummary" /></Annotations><Annotations Target="Odyssey.WhsInventoryViewForCycleCountGeneration"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInventoryViewForCycleCountGeneration" String="IWhsInventoryViewForCycleCountGeneration" /></Annotations><Annotations Target="Odyssey.WhsInventoryView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInventoryView" String="IWhsInventoryView" /></Annotations><Annotations Target="Odyssey.WhsInventoryViewWithRelationAttribute"><Annotation Term="Glow.FriendlyName" Qualifier="WhsInventoryViewWithRelationAttribute" String="IWhsInventoryViewWithRelationAttribute" /></Annotations><Annotations Target="Odyssey.WhsJobBookedService"><Annotation Term="Glow.FriendlyName" Qualifier="WhsJobBookedService" String="IWhsJobBookedService" /></Annotations><Annotations Target="Odyssey.WhsJobsWithJobServicesView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsJobsWithJobServicesView" String="IWhsJobsWithJobServicesView" /></Annotations><Annotations Target="Odyssey.WhsLoadConsolidatedHandlingUnit"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLoadConsolidatedHandlingUnit" String="IWhsLoadConsolidatedHandlingUnit" /></Annotations><Annotations Target="Odyssey.WhsLoadOrder"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLoadOrder" String="IWhsLoadOrder" /></Annotations><Annotations Target="Odyssey.WhsLoadPackage"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLoadPackage" String="IWhsLoadPackage" /></Annotations><Annotations Target="Odyssey.WhsLoadPkgPackagePivot"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLoadPkgPackagePivot" String="IWhsLoadPkgPackagePivot" /></Annotations><Annotations Target="Odyssey.WhsLoad"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLoad" String="IWhsLoad" /></Annotations><Annotations Target="Odyssey.WhsLocationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInfo" String="IWhsLocationInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationInventoryView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInventoryView" String="IWhsLocationInventoryView" /></Annotations><Annotations Target="Odyssey.WhsLocation"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocation" String="IWhsLocation" /></Annotations><Annotations Target="Odyssey.WhsLocationType"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationType" String="IWhsLocationType" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsLocationViewForGenerateCycleCountModule"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationViewForGenerateCycleCountModule" String="IWhsLocationViewForGenerateCycleCountModule" /></Annotations><Annotations Target="Odyssey.WhsLocationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationView" String="IWhsLocationView" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WhsMheDeviceLocation"><Annotation Term="Glow.FriendlyName" Qualifier="WhsMheDeviceLocation" String="IWhsMheDeviceLocation" /></Annotations><Annotations Target="Odyssey.WhsMheDevice"><Annotation Term="Glow.FriendlyName" Qualifier="WhsMheDevice" String="IWhsMheDevice" /></Annotations><Annotations Target="Odyssey.WhsOrderStatusView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsOrderStatusView" String="IWhsOrderStatusView" /></Annotations><Annotations Target="Odyssey.WhsOrgPartRelationAttribute"><Annotation Term="Glow.FriendlyName" Qualifier="WhsOrgPartRelationAttribute" String="IWhsOrgPartRelationAttribute" /></Annotations><Annotations Target="Odyssey.WhsOrgPartRelationBarcode"><Annotation Term="Glow.FriendlyName" Qualifier="WhsOrgPartRelationBarcode" String="IWhsOrgPartRelationBarcode" /></Annotations><Annotations Target="Odyssey.WhsOutboundUserActivityView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsOutboundUserActivityView" String="IWhsOutboundUserActivityView" /></Annotations><Annotations Target="Odyssey.WhsPackageAudit"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPackageAudit" String="IWhsPackageAudit" /></Annotations><Annotations Target="Odyssey.WhsPackageLocationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPackageLocationView" String="IWhsPackageLocationView" /></Annotations><Annotations Target="Odyssey.WhsPackagesOnLoadView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPackagesOnLoadView" String="IWhsPackagesOnLoadView" /></Annotations><Annotations Target="Odyssey.WhsPickFace"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPickFace" String="IWhsPickFace" /></Annotations><Annotations Target="Odyssey.WhsPickLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPickLine" String="IWhsPickLine" /></Annotations><Annotations Target="Odyssey.WhsPick"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPick" String="IWhsPick" /></Annotations><Annotations Target="Odyssey.WhsPickShortLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPickShortLine" String="IWhsPickShortLine" /></Annotations><Annotations Target="Odyssey.WhsProductFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductFactMetadataProxy" String="IWhsProductFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.WhsProductParamsByWhsAndClient"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductParamsByWhsAndClient" String="IWhsProductParamsByWhsAndClient" /></Annotations><Annotations Target="Odyssey.WhsProductStyleClassification"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleClassification" String="IWhsProductStyleClassification" /></Annotations><Annotations Target="Odyssey.WhsProductStyleColourInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleColourInfo" String="IWhsProductStyleColourInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleColour"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleColour" String="IWhsProductStyleColour" /></Annotations><Annotations Target="Odyssey.WhsProductStyle"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyle" String="IWhsProductStyle" /></Annotations><Annotations Target="Odyssey.WhsProductStyleSizeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleSizeInfo" String="IWhsProductStyleSizeInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleSize"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleSize" String="IWhsProductStyleSize" /></Annotations><Annotations Target="Odyssey.WhsPutawayGroup"><Annotation Term="Glow.FriendlyName" Qualifier="WhsPutawayGroup" String="IWhsPutawayGroup" /></Annotations><Annotations Target="Odyssey.WhsRFRegistry"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRFRegistry" String="IWhsRFRegistry" /></Annotations><Annotations Target="Odyssey.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsRow"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRow" String="IWhsRow" /></Annotations><Annotations Target="Odyssey.WhsSalesChannel"><Annotation Term="Glow.FriendlyName" Qualifier="WhsSalesChannel" String="IWhsSalesChannel" /></Annotations><Annotations Target="Odyssey.WhsStocktake"><Annotation Term="Glow.FriendlyName" Qualifier="WhsStocktake" String="IWhsStocktake" /></Annotations><Annotations Target="Odyssey.WhsTrackingInventorySummaryItemView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsTrackingInventorySummaryItemView" String="IWhsTrackingInventorySummaryItemView" /></Annotations><Annotations Target="Odyssey.WhsTransferUserActivityView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsTransferUserActivityView" String="IWhsTransferUserActivityView" /></Annotations><Annotations Target="Odyssey.WhsVASOrderLine"><Annotation Term="Glow.FriendlyName" Qualifier="WhsVASOrderLine" String="IWhsVASOrderLine" /></Annotations><Annotations Target="Odyssey.WhsVASOrder"><Annotation Term="Glow.FriendlyName" Qualifier="WhsVASOrder" String="IWhsVASOrder" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouse"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouse" String="IWhsWarehouse" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.WIPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WIPAcknowledgement" String="IAcknowledgement[[IWhsBOMInventoryPivot]]" /></Annotations><Annotations Target="Odyssey.WLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLAcknowledgement" String="IAcknowledgement[[IWhsLocation]]" /></Annotations><Annotations Target="Odyssey.WLOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLOAcknowledgement" String="IAcknowledgement[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WLOAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="WLOAddOnValue" String="IAddOnValue[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WLOLog"><Annotation Term="Glow.FriendlyName" Qualifier="WLOLog" String="ILog[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WLONote"><Annotation Term="Glow.FriendlyName" Qualifier="WLONote" String="INote[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WLPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLPAcknowledgement" String="IAcknowledgement[[IWhsLoadPkgPackagePivot]]" /></Annotations><Annotations Target="Odyssey.WLTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WLTAcknowledgement" String="IAcknowledgement[[IWhsLocationType]]" /></Annotations><Annotations Target="Odyssey.WNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WNAcknowledgement" String="IAcknowledgement[[IWhsAsnLine]]" /></Annotations><Annotations Target="Odyssey.WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowException" String="IWorkflowException" /></Annotations><Annotations Target="Odyssey.AIHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowException" String="IWorkflowException[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ASTWorkflowException" String="IWorkflowException[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ACHWorkflowException" String="IWorkflowException[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSCWorkflowException" String="IWorkflowException[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSHWorkflowException" String="IWorkflowException[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CVOWorkflowException" String="IWorkflowException[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CPOWorkflowException" String="IWorkflowException[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowException" String="IWorkflowException[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.BHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BHWorkflowException" String="IWorkflowException[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BFWorkflowException" String="IWorkflowException[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowException" String="IWorkflowException[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowException" String="IWorkflowException[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowException" String="IWorkflowException[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowException" String="IWorkflowException[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowException" String="IWorkflowException[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowException" String="IWorkflowException[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowException" String="IWorkflowException[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowException" String="IWorkflowException[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowException" String="IWorkflowException[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Z0WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="Z0WorkflowException" String="IWorkflowException[[IDummyBizo]]" /></Annotations><Annotations Target="Odyssey.EMHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EMHWorkflowException" String="IWorkflowException[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowException" String="IWorkflowException[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowException" String="IWorkflowException[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowException" String="IWorkflowException[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowException" String="IWorkflowException[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowException" String="IWorkflowException[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowException" String="IWorkflowException[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowException" String="IWorkflowException[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EFWorkflowException" String="IWorkflowException[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowException" String="IWorkflowException[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowException" String="IWorkflowException[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowException" String="IWorkflowException[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowException" String="IWorkflowException[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowException" String="IWorkflowException[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowException" String="IWorkflowException[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RQWorkflowException" String="IWorkflowException[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowException" String="IWorkflowException[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowException" String="IWorkflowException[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowException" String="IWorkflowException[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowException" String="IWorkflowException[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowException" String="IWorkflowException[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowException" String="IWorkflowException[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowException" String="IWorkflowException[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowException" String="IWorkflowException[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowException" String="IWorkflowException[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowException" String="IWorkflowException[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="DRQWorkflowException" String="IWorkflowException[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.WPAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WPAAcknowledgement" String="IAcknowledgement[[IWhsPackageAudit]]" /></Annotations><Annotations Target="Odyssey.WPAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WPAcknowledgement" String="IAcknowledgement[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WPGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WPGAcknowledgement" String="IAcknowledgement[[IWhsPutawayGroup]]" /></Annotations><Annotations Target="Odyssey.WRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRAcknowledgement" String="IAcknowledgement[[IWhsRow]]" /></Annotations><Annotations Target="Odyssey.WRRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WRRAcknowledgement" String="IAcknowledgement[[IWhsRFRegistry]]" /></Annotations><Annotations Target="Odyssey.WSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSAcknowledgement" String="IAcknowledgement[[IWhsStocktake]]" /></Annotations><Annotations Target="Odyssey.WSCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSCAcknowledgement" String="IAcknowledgement[[IWhsProductStyleColour]]" /></Annotations><Annotations Target="Odyssey.WSHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSHAcknowledgement" String="IAcknowledgement[[IWhsSalesChannel]]" /></Annotations><Annotations Target="Odyssey.WSJAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSJAcknowledgement" String="IAcknowledgement[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WSJLog"><Annotation Term="Glow.FriendlyName" Qualifier="WSJLog" String="ILog[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WSJNote"><Annotation Term="Glow.FriendlyName" Qualifier="WSJNote" String="INote[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WSSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSSAcknowledgement" String="IAcknowledgement[[IWhsProductStyleClassification]]" /></Annotations><Annotations Target="Odyssey.WSTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSTAcknowledgement" String="IAcknowledgement[[IWhsProductStyle]]" /></Annotations><Annotations Target="Odyssey.WSZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WSZAcknowledgement" String="IAcknowledgement[[IWhsProductStyleSize]]" /></Annotations><Annotations Target="Odyssey.WVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVAcknowledgement" String="IAcknowledgement[[IWhsDocketJobPivot]]" /></Annotations><Annotations Target="Odyssey.WVCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVCAcknowledgement" String="IAcknowledgement[[IWhsMheDevice]]" /></Annotations><Annotations Target="Odyssey.WVLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVLAcknowledgement" String="IAcknowledgement[[IWhsVASOrderLine]]" /></Annotations><Annotations Target="Odyssey.WVNAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVNAcknowledgement" String="IAcknowledgement[[IWhsMheDeviceLocation]]" /></Annotations><Annotations Target="Odyssey.WVOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WVOAcknowledgement" String="IAcknowledgement[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WVOLog"><Annotation Term="Glow.FriendlyName" Qualifier="WVOLog" String="ILog[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.WWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WWAcknowledgement" String="IAcknowledgement[[IWhsWarehouse]]" /></Annotations><Annotations Target="Odyssey.WXAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WXAcknowledgement" String="IAcknowledgement[[IWhsDocketReference]]" /></Annotations><Annotations Target="Odyssey.WZAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WZAcknowledgement" String="IAcknowledgement[[IWhsPickLine]]" /></Annotations><Annotations Target="Odyssey.WZSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WZSAcknowledgement" String="IAcknowledgement[[IWhsPickShortLine]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AdditionalServices" EntityType="Odyssey.AdditionalService"><NavigationPropertyBinding Path="Acknowledgements" Target="ESAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="ESAddOnValues" /><NavigationPropertyBinding Path="Contractor" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Logs" Target="ESLogs" /><NavigationPropertyBinding Path="Odyssey.WDAdditionalService/Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="Odyssey.WSJAdditionalService/Parent" Target="WhsAdHocServiceJobs" /><NavigationPropertyBinding Path="Odyssey.WVOAdditionalService/Parent" Target="WhsVASOrders" /><NavigationPropertyBinding Path="RefEquipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="ServiceRateCurrency" Target="RefCurrencyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ES_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="AllocationOrderLineFactMetadataProxies" EntityType="Odyssey.AllocationOrderLineFactMetadataProxy"><NavigationPropertyBinding Path="CarrierBookingAgent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="DistributionCentre" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProductRelation" Target="OrgPartRelations" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="BMSystemWorkflowDeterminers" EntityType="Odyssey.BMSystemWorkflowDeterminer"><NavigationPropertyBinding Path="Acknowledgements" Target="FSWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>FSW_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="DIAcknowledgements" EntityType="Odyssey.DIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /></EntitySet><EntitySet Name="DIUNDGSubstancePivots" EntityType="Odyssey.DIUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESAcknowledgements" EntityType="Odyssey.ESAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /></EntitySet><EntitySet Name="ESAddOnValues" EntityType="Odyssey.ESAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ESLogs" EntityType="Odyssey.ESLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="AdditionalServices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="ETAcknowledgements" EntityType="Odyssey.ETAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobStorages" /></EntitySet><EntitySet Name="FSWAcknowledgements" EntityType="Odyssey.FSWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="BMSystemWorkflowDeterminers" /></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="JobStorages" EntityType="Odyssey.JobStorage"><NavigationPropertyBinding Path="Acknowledgements" Target="ETAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WhsWarehouse" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ET_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KIAcknowledgements" EntityType="Odyssey.KIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageItemDivots" /></EntitySet><EntitySet Name="KJAcknowledgements" EntityType="Odyssey.KJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PackageJobs" /></EntitySet><EntitySet Name="KPAcknowledgements" EntityType="Odyssey.KPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /></EntitySet><EntitySet Name="KPDAcknowledgements" EntityType="Odyssey.KPDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHandlingUnitDivots" /></EntitySet><EntitySet Name="KPHAcknowledgements" EntityType="Odyssey.KPHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackageHeaders" /></EntitySet><EntitySet Name="KPLogs" EntityType="Odyssey.KPLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPReferenceNumbers" EntityType="Odyssey.KPReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="KPUAcknowledgements" EntityType="Odyssey.KPUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /></EntitySet><EntitySet Name="KPULogs" EntityType="Odyssey.KPULog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPUWorkflowAuditLogs" EntityType="Odyssey.KPUWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="KPWorkflowEvents" EntityType="Odyssey.KPWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="OFAcknowledgements" EntityType="Odyssey.OFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgPartUnits" /></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="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgPartCategoryInfos" EntityType="Odyssey.OrgPartCategoryInfo"><NavigationPropertyBinding Path="Parent" Target="OrgPartCategoryInfos" /></EntitySet><EntitySet Name="OrgPartRelations" EntityType="Odyssey.OrgPartRelation"><NavigationPropertyBinding Path="Acknowledgements" Target="OUAcknowledgements" /><NavigationPropertyBinding Path="Barcodes" Target="WhsOrgPartRelationBarcodes" /><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="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></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" /><NavigationPropertyBinding Path="WhsProductParamsByWhsAndClients" Target="WhsProductParamsByWhsAndClients" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OP_AutoVersion</PropertyPath></Collection></Annotation></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="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PackageJobs" EntityType="Odyssey.PackageJob"><NavigationPropertyBinding Path="Acknowledgements" Target="KJAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KPUPackageJob/Parent" Target="PkgHandlingUnits" /><NavigationPropertyBinding Path="Odyssey.WDPackageJob/Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PHAcknowledgements" EntityType="Odyssey.PHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgSupplierPartBarcodes" /></EntitySet><EntitySet Name="PkgHandlingUnits" EntityType="Odyssey.PkgHandlingUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="KPUAcknowledgements" /><NavigationPropertyBinding Path="Branch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPULogs" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="KPUWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHandlingUnitDivots" EntityType="Odyssey.PkgPackageHandlingUnitDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KPDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackedUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="UnpackedUser" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageHeaders" EntityType="Odyssey.PkgPackageHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="KPHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KPH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackageItemDivots" EntityType="Odyssey.PkgPackageItemDivot"><NavigationPropertyBinding Path="Acknowledgements" Target="KIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PkgPackages" EntityType="Odyssey.PkgPackage"><NavigationPropertyBinding Path="Acknowledgements" Target="KPAcknowledgements" /><NavigationPropertyBinding Path="AllChildPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ClosedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="HandlingUnitPackages" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="HandlingUnits" Target="PkgPackageHandlingUnitDivots" /><NavigationPropertyBinding Path="Items" Target="PkgPackageItemDivots" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="KPLogs" /><NavigationPropertyBinding Path="PackageHeader" Target="PkgPackageHeaders" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ParentPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="ParentPackageJob" Target="PackageJobs" /><NavigationPropertyBinding Path="PkgPackages" Target="PkgPackages" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="KPReferenceNumbers" /><NavigationPropertyBinding Path="ReleasedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TopHandlingUnitPackage" Target="PkgPackages" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><NavigationPropertyBinding Path="WhsLoadConsolidatedHandlingUnits" Target="WhsLoadConsolidatedHandlingUnits" /><NavigationPropertyBinding Path="WhsLoadPkgPackagePivots" Target="WhsLoadPkgPackagePivots" /><NavigationPropertyBinding Path="WhsPackageLocationViews" Target="WhsPackageLocationViews" /><NavigationPropertyBinding Path="WorkflowEvents" Target="KPWorkflowEvents" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>KP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessTaskNotifications" EntityType="Odyssey.ProcessTaskNotification"><NavigationPropertyBinding Path="Acknowledgements" Target="PQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Document" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="Group" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Recipient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="Odyssey.WDProcessTask/Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="Odyssey.WLOProcessTask/Parent" Target="WhsLoads" /><NavigationPropertyBinding Path="Odyssey.WPProcessTask/Parent" Target="WhsPicks" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerActions" Target="ProcessTaskNotifications" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PutawayInventoryFactMetadataProxies" EntityType="Odyssey.PutawayInventoryFactMetadataProxy"><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProductRelation" Target="OrgPartRelations" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="RateTransportProviderInfos" EntityType="Odyssey.RateTransportProviderInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RateTransportZones" Target="RateTransportZoneInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ZoneHubLocation" Target="RefCityTownInfos" /></EntitySet><EntitySet Name="RateTransportZoneInfos" EntityType="Odyssey.RateTransportZoneInfo"><NavigationPropertyBinding Path="RateTransportProvider" Target="RateTransportProviderInfos" /><NavigationPropertyBinding Path="RateTransportZoneItems" Target="RateTransportZoneItemInfos" /></EntitySet><EntitySet Name="RateTransportZoneItemInfos" EntityType="Odyssey.RateTransportZoneItemInfo"><NavigationPropertyBinding Path="CityTown" Target="RefCityTownInfos" /><NavigationPropertyBinding Path="DomesticZone" Target="RateTransportZoneInfos" /></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCityTownInfos" EntityType="Odyssey.RefCityTownInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefEquipmentInfos" EntityType="Odyssey.RefEquipmentInfo"><NavigationPropertyBinding Path="PreferredDriver" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RoadContainerType" Target="RefContainerInfos" /></EntitySet><EntitySet Name="RefPackTypeInfos" EntityType="Odyssey.RefPackTypeInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="UNDGDataItems" EntityType="Odyssey.UNDGDataItem"><NavigationPropertyBinding Path="Acknowledgements" Target="DIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.KPUNDGDataItem/Parent" Target="PkgPackages" /><NavigationPropertyBinding Path="Odyssey.OPUNDGDataItem/Parent" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="DIUNDGSubstancePivots" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGSubstanceInfos" EntityType="Odyssey.UNDGSubstanceInfo" /><EntitySet Name="W3Acknowledgements" EntityType="Odyssey.W3Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsProductParamsByWhsAndClients" /></EntitySet><EntitySet Name="WAAcknowledgements" EntityType="Odyssey.WAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsAreas" /></EntitySet><EntitySet Name="WCAcknowledgements" EntityType="Odyssey.WCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDocketContainers" /></EntitySet><EntitySet Name="WCCAcknowledgements" EntityType="Odyssey.WCCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCycleCountLocationVariances" /></EntitySet><EntitySet Name="WCCLogs" EntityType="Odyssey.WCCLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCycleCountLocationVariances" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WCLAcknowledgements" EntityType="Odyssey.WCLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCycleCountLocations" /></EntitySet><EntitySet Name="WCLLogs" EntityType="Odyssey.WCLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WCLNotes" EntityType="Odyssey.WCLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WCSAcknowledgements" EntityType="Odyssey.WCSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsCartonSizes" /></EntitySet><EntitySet Name="WDAcknowledgements" EntityType="Odyssey.WDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /></EntitySet><EntitySet Name="WDAddresses" EntityType="Odyssey.WDAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDLogs" EntityType="Odyssey.WDLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDNotes" EntityType="Odyssey.WDNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WDWorkflowAuditLogs" EntityType="Odyssey.WDWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WDWorkflowEvents" EntityType="Odyssey.WDWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDockets" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WEAcknowledgements" EntityType="Odyssey.WEAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDocketLines" /></EntitySet><EntitySet Name="WFAcknowledgements" EntityType="Odyssey.WFAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPickFaces" /></EntitySet><EntitySet Name="WHCAcknowledgements" EntityType="Odyssey.WHCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsInventoryHeldCodes" /></EntitySet><EntitySet Name="WhsAdHocServiceJobs" EntityType="Odyssey.WhsAdHocServiceJob"><NavigationPropertyBinding Path="Acknowledgements" Target="WSJAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WSJLogs" /><NavigationPropertyBinding Path="Notes" Target="WSJNotes" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WSJ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsAreas" EntityType="Odyssey.WhsArea"><NavigationPropertyBinding Path="Acknowledgements" Target="WAAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransitClient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WA_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsAsnLines" EntityType="Odyssey.WhsAsnLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="WhsDocket" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsBOMInventoryPivots" EntityType="Odyssey.WhsBOMInventoryPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WIPAcknowledgements" /><NavigationPropertyBinding Path="ComponentLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="InventoryLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WIP_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsCartonSizes" EntityType="Odyssey.WhsCartonSize"><NavigationPropertyBinding Path="Acknowledgements" Target="WCSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WCS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsCycleCountLocationInventoryClientViews" EntityType="Odyssey.WhsCycleCountLocationInventoryClientView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CycleCountLocation" Target="WhsCycleCountLocations" /></EntitySet><EntitySet Name="WhsCycleCountLocations" EntityType="Odyssey.WhsCycleCountLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="WCLAcknowledgements" /><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Logs" Target="WCLLogs" /><NavigationPropertyBinding Path="Notes" Target="WCLNotes" /><NavigationPropertyBinding Path="ProductToCount" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="ProductToCountClient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RejectedCycleCount" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="Task" Target="ProcessTasks" /><NavigationPropertyBinding Path="WhsCycleCountLocationInventoryClientViews" Target="WhsCycleCountLocationInventoryClientViews" /><NavigationPropertyBinding Path="WhsCycleCountLocations" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="WhsCycleCountLocationVarianceForModules" Target="WhsCycleCountLocationVarianceForModules" /><NavigationPropertyBinding Path="WhsCycleCountLocationVariances" Target="WhsCycleCountLocationVariances" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WCL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsCycleCountLocationVarianceForModules" EntityType="Odyssey.WhsCycleCountLocationVarianceForModule"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CycleCount" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="CycleCountLocationVariance" Target="WhsCycleCountLocationVariances" /><NavigationPropertyBinding Path="ExpectedStockLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsCycleCountLocationVariances" EntityType="Odyssey.WhsCycleCountLocationVariance"><NavigationPropertyBinding Path="Acknowledgements" Target="WCCAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CycleCount" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="ExpectedStockLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WCCLogs" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="RelatedAdjustment" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WCC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsCycleCountLocationWithoutIndirectVariances" EntityType="Odyssey.WhsCycleCountLocationWithoutIndirectVariance"><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="RejectedCycleCount" Target="WhsCycleCountLocations" /></EntitySet><EntitySet Name="WhsCycleCountUserActivityViews" EntityType="Odyssey.WhsCycleCountUserActivityView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="Staff" Target="WhsGlbStaffs" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsDocketContainers" EntityType="Odyssey.WhsDocketContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="WCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><NavigationPropertyBinding Path="WhsDocket" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsDocketJobPivots" EntityType="Odyssey.WhsDocketJobPivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsDocketLines" EntityType="Odyssey.WhsDocketLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WEAcknowledgements" /><NavigationPropertyBinding Path="BOMPivots" Target="WhsBOMInventoryPivots" /><NavigationPropertyBinding Path="ChildLines" Target="WhsDocketLines" /><NavigationPropertyBinding Path="CommittedPickLines" Target="WhsPickLines" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MatchingLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="MatchingLines" Target="WhsDocketLines" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="OriginalDocketLineForRating" Target="WhsDocketLines" /><NavigationPropertyBinding Path="OutboundTransferPickLines" Target="WhsPickLines" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ParentDocketLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="PickShortLines" Target="WhsPickShortLines" /><NavigationPropertyBinding Path="PutawayBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Task" Target="ProcessTasks" /><NavigationPropertyBinding Path="TransferFrom" Target="WhsLocations" /><NavigationPropertyBinding Path="UnitPriceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="UnloadedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WhsDocket" Target="WhsDockets" /><NavigationPropertyBinding Path="WhsInventoryViews" Target="WhsInventoryViews" /><NavigationPropertyBinding Path="WhsLocation" Target="WhsLocations" /><NavigationPropertyBinding Path="WhsPickLines" Target="WhsPickLines" /><NavigationPropertyBinding Path="WhsTrackingInventorySummaryItemViews" Target="WhsTrackingInventorySummaryItemViews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WE_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsDocketReferences" EntityType="Odyssey.WhsDocketReference"><NavigationPropertyBinding Path="Acknowledgements" Target="WXAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WhsDocket" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WX_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsDockets" EntityType="Odyssey.WhsDocket"><NavigationPropertyBinding Path="Acknowledgements" Target="WDAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="WDAddresses" /><NavigationPropertyBinding Path="AssignedPacker" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CanceledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ConsolidationTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CrossDock" Target="WhsLocations" /><NavigationPropertyBinding Path="FinalizedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Forwarder" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="InboundDockDoor" Target="WhsLocations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WDLogs" /><NavigationPropertyBinding Path="Notes" Target="WDNotes" /><NavigationPropertyBinding Path="PackageJobs" Target="PackageJobs" /><NavigationPropertyBinding Path="PackingTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="ParentDocket" Target="WhsDockets" /><NavigationPropertyBinding Path="ParentPickForReceive" Target="WhsPicks" /><NavigationPropertyBinding Path="ParentPickForTransfer" Target="WhsPicks" /><NavigationPropertyBinding Path="PickBeingReplenished" Target="WhsPicks" /><NavigationPropertyBinding Path="PlannedLoad" Target="WhsLoads" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="SalesChannel" Target="WhsSalesChannels" /><NavigationPropertyBinding Path="ServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="Split" Target="WhsDockets" /><NavigationPropertyBinding Path="TotalOrderCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="TotalPackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="TransportZone" Target="RateTransportZoneInfos" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><NavigationPropertyBinding Path="WhsDocketContainers" Target="WhsDocketContainers" /><NavigationPropertyBinding Path="WhsDocketLines" Target="WhsDocketLines" /><NavigationPropertyBinding Path="WhsDocketReferences" Target="WhsDocketReferences" /><NavigationPropertyBinding Path="WhsInventoryViewForCycleCountGenerations" Target="WhsInventoryViewForCycleCountGenerations" /><NavigationPropertyBinding Path="WhsInventoryViews" Target="WhsInventoryViews" /><NavigationPropertyBinding Path="WhsOrderStatusViews" Target="WhsOrderStatusViews" /><NavigationPropertyBinding Path="WhsPick" Target="WhsPicks" /><NavigationPropertyBinding Path="WhsTrackingInventorySummaryItemViews" Target="WhsTrackingInventorySummaryItemViews" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="WDWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="WDWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WD_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsGlbStaffs" EntityType="Odyssey.WhsGlbStaff"><NavigationPropertyBinding Path="WhsCycleCountUserActivityViews" Target="WhsCycleCountUserActivityViews" /><NavigationPropertyBinding Path="WhsInboundUserActivityViews" Target="WhsInboundUserActivityViews" /><NavigationPropertyBinding Path="WhsOutboundUserActivityViews" Target="WhsOutboundUserActivityViews" /><NavigationPropertyBinding Path="WhsTransferUserActivityViews" Target="WhsTransferUserActivityViews" /></EntitySet><EntitySet Name="WhsHandlingUnitOrdersAndPackagesViews" EntityType="Odyssey.WhsHandlingUnitOrdersAndPackagesView"><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="WhsHandlingUnitsModuleView" Target="WhsHandlingUnitsModuleViews" /></EntitySet><EntitySet Name="WhsHandlingUnitPackages" EntityType="Odyssey.WhsHandlingUnitPackage"><NavigationPropertyBinding Path="LoadDockDoorLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="PickDockDoorLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="PutawayBy" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WhsHandlingUnitsModuleViews" EntityType="Odyssey.WhsHandlingUnitsModuleView"><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="WhsHandlingUnitOrdersAndPackagesViews" Target="WhsHandlingUnitOrdersAndPackagesViews" /></EntitySet><EntitySet Name="WhsInboundUserActivityViews" EntityType="Odyssey.WhsInboundUserActivityView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="WhsGlbStaffs" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsInventoryHeldCodes" EntityType="Odyssey.WhsInventoryHeldCode"><NavigationPropertyBinding Path="Acknowledgements" Target="WHCAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WHC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsInventorySummaries" EntityType="Odyssey.WhsInventorySummary"><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="DocketLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsInventoryViewForCycleCountGenerations" EntityType="Odyssey.WhsInventoryViewForCycleCountGeneration"><NavigationPropertyBinding Path="Category" Target="OrgPartCategoryInfos" /><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViewForGenerateCycleCountModules" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsInventoryViews" EntityType="Odyssey.WhsInventoryView"><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="DocketLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsInventoryViewWithRelationAttributes" EntityType="Odyssey.WhsInventoryViewWithRelationAttribute"><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="DocketLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsJobBookedServices" EntityType="Odyssey.WhsJobBookedService"><NavigationPropertyBinding Path="AdditionalService" Target="AdditionalServices" /></EntitySet><EntitySet Name="WhsJobsWithJobServicesViews" EntityType="Odyssey.WhsJobsWithJobServicesView"><NavigationPropertyBinding Path="OrgHeaderInfo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="WhsWarehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsLoadConsolidatedHandlingUnits" EntityType="Odyssey.WhsLoadConsolidatedHandlingUnit"><NavigationPropertyBinding Path="HandlingUnit" Target="PkgPackages" /><NavigationPropertyBinding Path="WhsLoad" Target="WhsLoads" /></EntitySet><EntitySet Name="WhsLoadOrders" EntityType="Odyssey.WhsLoadOrder"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Consignee" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="Load" Target="WhsLoads" /></EntitySet><EntitySet Name="WhsLoadPackages" EntityType="Odyssey.WhsLoadPackage"><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="WhsLoad" Target="WhsLoads" /></EntitySet><EntitySet Name="WhsLoadPkgPackagePivots" EntityType="Odyssey.WhsLoadPkgPackagePivot"><NavigationPropertyBinding Path="Acknowledgements" Target="WLPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Load" Target="WhsLoads" /><NavigationPropertyBinding Path="LoadingUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="UnloadingUser" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WLP_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLoads" EntityType="Odyssey.WhsLoad"><NavigationPropertyBinding Path="Acknowledgements" Target="WLOAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="WLOAddOnValues" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WLOLogs" /><NavigationPropertyBinding Path="Notes" Target="WLONotes" /><NavigationPropertyBinding Path="PlannedDockDoor" Target="WhsLocationViews" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="TransportationUnit" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="TransportCompany" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="WhsDockets" Target="WhsDockets" /><NavigationPropertyBinding Path="WhsLoadConsolidatedHandlingUnits" Target="WhsLoadConsolidatedHandlingUnits" /><NavigationPropertyBinding Path="WhsLoadOrders" Target="WhsLoadOrders" /><NavigationPropertyBinding Path="WhsLoadPackages" Target="WhsLoadPackages" /><NavigationPropertyBinding Path="WhsLoadPkgPackagePivots" Target="WhsLoadPkgPackagePivots" /><NavigationPropertyBinding Path="WhsPackagesOnLoadViews" Target="WhsPackagesOnLoadViews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WLO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsLocationInventoryViews" EntityType="Odyssey.WhsLocationInventoryView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /></EntitySet><EntitySet Name="WhsLocations" EntityType="Odyssey.WhsLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="WLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultPrintQueue" Target="StmPrintQueueInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreas" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreas" /><NavigationPropertyBinding Path="TransitServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRows" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLocationTypes" EntityType="Odyssey.WhsLocationType"><NavigationPropertyBinding Path="Acknowledgements" Target="WLTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WLT_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsLocationViewForGenerateCycleCountModules" EntityType="Odyssey.WhsLocationViewForGenerateCycleCountModule"><NavigationPropertyBinding Path="Inventory" Target="WhsInventoryViewForCycleCountGenerations" /><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="LocationView" Target="WhsLocationViews" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsLocationViews" EntityType="Odyssey.WhsLocationView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultPrintQueue" Target="StmPrintQueueInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="TransitServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsCycleCountLocations" Target="WhsCycleCountLocations" /><NavigationPropertyBinding Path="WhsLocationInventoryViews" Target="WhsLocationInventoryViews" /><NavigationPropertyBinding Path="WhsMheDeviceLocations" Target="WhsMheDeviceLocations" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsMheDeviceLocations" EntityType="Odyssey.WhsMheDeviceLocation"><NavigationPropertyBinding Path="Acknowledgements" Target="WVNAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Device" Target="WhsMheDevices" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVN_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsMheDevices" EntityType="Odyssey.WhsMheDevice"><NavigationPropertyBinding Path="Acknowledgements" Target="WVCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsMheDeviceLocations" Target="WhsMheDeviceLocations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsOrderStatusViews" EntityType="Odyssey.WhsOrderStatusView"><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /></EntitySet><EntitySet Name="WhsOrgPartRelationAttributes" EntityType="Odyssey.WhsOrgPartRelationAttribute"><NavigationPropertyBinding Path="Category" Target="OrgPartCategoryInfos" /><NavigationPropertyBinding Path="OrgHeaderInfo" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="OrgSupplierPartInfo" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsOrgPartRelationBarcodes" EntityType="Odyssey.WhsOrgPartRelationBarcode"><NavigationPropertyBinding Path="OrgPartRelation" Target="OrgPartRelations" /></EntitySet><EntitySet Name="WhsOutboundUserActivityViews" EntityType="Odyssey.WhsOutboundUserActivityView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SalesChannel" Target="WhsSalesChannels" /><NavigationPropertyBinding Path="Staff" Target="WhsGlbStaffs" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsPackageAudits" EntityType="Odyssey.WhsPackageAudit"><NavigationPropertyBinding Path="Acknowledgements" Target="WPAAcknowledgements" /><NavigationPropertyBinding Path="Auditor" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Order" Target="WhsDockets" /></EntitySet><EntitySet Name="WhsPackageLocationViews" EntityType="Odyssey.WhsPackageLocationView"><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Package" Target="PkgPackages" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsPackagesOnLoadViews" EntityType="Odyssey.WhsPackagesOnLoadView"><NavigationPropertyBinding Path="WhsLoad" Target="WhsLoads" /></EntitySet><EntitySet Name="WhsPickFaces" EntityType="Odyssey.WhsPickFace"><NavigationPropertyBinding Path="Acknowledgements" Target="WFAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WF_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsPickLines" EntityType="Odyssey.WhsPickLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WZAcknowledgements" /><NavigationPropertyBinding Path="AllocatedPackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="InventoryLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OriginalOrderLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="OriginalPickedInventoryLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="Task" Target="ProcessTasks" /><NavigationPropertyBinding Path="TransactionLine" Target="WhsDocketLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsPicks" EntityType="Odyssey.WhsPick"><NavigationPropertyBinding Path="Acknowledgements" Target="WPAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DockDoor" Target="WhsLocations" /><NavigationPropertyBinding Path="DynamicPickAreaOverride" Target="WhsAreas" /><NavigationPropertyBinding Path="FinalizedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PackingStation" Target="WhsLocations" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><NavigationPropertyBinding Path="WhsDockets" Target="WhsDockets" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WP_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsPickShortLines" EntityType="Odyssey.WhsPickShortLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WZSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="InventoryLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ShortedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="TransactionLine" Target="WhsDocketLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WZS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsProductFactMetadataProxies" EntityType="Odyssey.WhsProductFactMetadataProxy" /><EntitySet Name="WhsProductParamsByWhsAndClients" EntityType="Odyssey.WhsProductParamsByWhsAndClient"><NavigationPropertyBinding Path="Acknowledgements" Target="W3Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DynamicPickFaceArea" Target="WhsAreas" /><NavigationPropertyBinding Path="InwardsProcessingStagingLocationBOM" Target="WhsLocations" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="OrgSupplierPart" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="PutawayGroup" Target="WhsPutawayGroups" /><NavigationPropertyBinding Path="ReceivedPackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="ReleasedPackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="StagingLocationBOM" Target="WhsLocations" /><NavigationPropertyBinding Path="WhsWarehouse" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>W3_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsProductStyleClassifications" EntityType="Odyssey.WhsProductStyleClassification"><NavigationPropertyBinding Path="Acknowledgements" Target="WSSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProductStyleClassification" Target="WhsProductStyles" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WSS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsProductStyleColourInfos" EntityType="Odyssey.WhsProductStyleColourInfo" /><EntitySet Name="WhsProductStyleColours" EntityType="Odyssey.WhsProductStyleColour"><NavigationPropertyBinding Path="Acknowledgements" Target="WSCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProductStyleColor" Target="WhsProductStyles" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WSC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsProductStyles" EntityType="Odyssey.WhsProductStyle"><NavigationPropertyBinding Path="Acknowledgements" Target="WSTAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="ProductStyleClassifications" Target="WhsProductStyleClassifications" /><NavigationPropertyBinding Path="ProductStyleColors" Target="WhsProductStyleColours" /><NavigationPropertyBinding Path="ProductStyleSizes" Target="WhsProductStyleSizes" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsProductStyleSizeInfos" EntityType="Odyssey.WhsProductStyleSizeInfo" /><EntitySet Name="WhsProductStyleSizes" EntityType="Odyssey.WhsProductStyleSize"><NavigationPropertyBinding Path="Acknowledgements" Target="WSZAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProductStyleSize" Target="WhsProductStyles" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WSZ_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsPutawayGroups" EntityType="Odyssey.WhsPutawayGroup"><NavigationPropertyBinding Path="Acknowledgements" Target="WPGAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WPG_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsRFRegistries" EntityType="Odyssey.WhsRFRegistry"><NavigationPropertyBinding Path="Acknowledgements" Target="WRRAcknowledgements" /><NavigationPropertyBinding Path="AssignedTo" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastUsedEquipment" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="LastVisitedLocation" Target="WhsLocations" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreas" /><NavigationPropertyBinding Path="Printer" Target="StmPrintQueueInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreas" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WRR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsRows" EntityType="Odyssey.WhsRow"><NavigationPropertyBinding Path="Acknowledgements" Target="WRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocations" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsSalesChannels" EntityType="Odyssey.WhsSalesChannel"><NavigationPropertyBinding Path="Acknowledgements" Target="WSHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WSH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsStocktakes" EntityType="Odyssey.WhsStocktake"><NavigationPropertyBinding Path="Acknowledgements" Target="WSAcknowledgements" /><NavigationPropertyBinding Path="Area" Target="WhsAreas" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Location" Target="WhsLocations" /><NavigationPropertyBinding Path="Row" Target="WhsRows" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WS_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsTrackingInventorySummaryItemViews" EntityType="Odyssey.WhsTrackingInventorySummaryItemView"><NavigationPropertyBinding Path="Docket" Target="WhsDockets" /><NavigationPropertyBinding Path="DocketLine" Target="WhsDocketLines" /><NavigationPropertyBinding Path="Location" Target="WhsLocationViews" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /></EntitySet><EntitySet Name="WhsTransferUserActivityViews" EntityType="Odyssey.WhsTransferUserActivityView"><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="WhsGlbStaffs" /><NavigationPropertyBinding Path="Whs" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WhsVASOrderLines" EntityType="Odyssey.WhsVASOrderLine"><NavigationPropertyBinding Path="Acknowledgements" Target="WVLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierParts" /><NavigationPropertyBinding Path="VASOrder" Target="WhsVASOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsVASOrders" EntityType="Odyssey.WhsVASOrder"><NavigationPropertyBinding Path="Acknowledgements" Target="WVOAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="CancelledBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="FinalizedBy" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="WVOLogs" /><NavigationPropertyBinding Path="ServiceArea" Target="WhsAreas" /><NavigationPropertyBinding Path="TransferIntoServiceArea" Target="WhsDockets" /><NavigationPropertyBinding Path="TransferOutOfServiceArea" Target="WhsDockets" /><NavigationPropertyBinding Path="WhsVASOrderLines" Target="WhsVASOrderLines" /><NavigationPropertyBinding Path="WorkCompletedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WVO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsWarehouseInfos" EntityType="Odyssey.WhsWarehouseInfo"><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsWarehouses" EntityType="Odyssey.WhsWarehouse"><NavigationPropertyBinding Path="Acknowledgements" Target="WWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="DefaultLocationType" Target="WhsLocationTypes" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRows" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WIPAcknowledgements" EntityType="Odyssey.WIPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsBOMInventoryPivots" /></EntitySet><EntitySet Name="WLAcknowledgements" EntityType="Odyssey.WLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLocations" /></EntitySet><EntitySet Name="WLOAcknowledgements" EntityType="Odyssey.WLOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLoads" /></EntitySet><EntitySet Name="WLOAddOnValues" EntityType="Odyssey.WLOAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLoads" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WLOLogs" EntityType="Odyssey.WLOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLoads" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WLONotes" EntityType="Odyssey.WLONote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLoads" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WLPAcknowledgements" EntityType="Odyssey.WLPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLoadPkgPackagePivots" /></EntitySet><EntitySet Name="WLTAcknowledgements" EntityType="Odyssey.WLTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsLocationTypes" /></EntitySet><EntitySet Name="WNAcknowledgements" EntityType="Odyssey.WNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsAsnLines" /></EntitySet><EntitySet Name="WorkflowExceptions" EntityType="Odyssey.WorkflowException"><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.WDWorkflowException/Parent" Target="WhsDockets" /></EntitySet><EntitySet Name="WPAAcknowledgements" EntityType="Odyssey.WPAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPackageAudits" /></EntitySet><EntitySet Name="WPAcknowledgements" EntityType="Odyssey.WPAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPicks" /></EntitySet><EntitySet Name="WPGAcknowledgements" EntityType="Odyssey.WPGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPutawayGroups" /></EntitySet><EntitySet Name="WRAcknowledgements" EntityType="Odyssey.WRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsRows" /></EntitySet><EntitySet Name="WRRAcknowledgements" EntityType="Odyssey.WRRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsRFRegistries" /></EntitySet><EntitySet Name="WSAcknowledgements" EntityType="Odyssey.WSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsStocktakes" /></EntitySet><EntitySet Name="WSCAcknowledgements" EntityType="Odyssey.WSCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsProductStyleColours" /></EntitySet><EntitySet Name="WSHAcknowledgements" EntityType="Odyssey.WSHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsSalesChannels" /></EntitySet><EntitySet Name="WSJAcknowledgements" EntityType="Odyssey.WSJAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsAdHocServiceJobs" /></EntitySet><EntitySet Name="WSJLogs" EntityType="Odyssey.WSJLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsAdHocServiceJobs" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WSJNotes" EntityType="Odyssey.WSJNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsAdHocServiceJobs" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WSSAcknowledgements" EntityType="Odyssey.WSSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsProductStyleClassifications" /></EntitySet><EntitySet Name="WSTAcknowledgements" EntityType="Odyssey.WSTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsProductStyles" /></EntitySet><EntitySet Name="WSZAcknowledgements" EntityType="Odyssey.WSZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsProductStyleSizes" /></EntitySet><EntitySet Name="WVAcknowledgements" EntityType="Odyssey.WVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDocketJobPivots" /></EntitySet><EntitySet Name="WVCAcknowledgements" EntityType="Odyssey.WVCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsMheDevices" /></EntitySet><EntitySet Name="WVLAcknowledgements" EntityType="Odyssey.WVLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsVASOrderLines" /></EntitySet><EntitySet Name="WVNAcknowledgements" EntityType="Odyssey.WVNAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsMheDeviceLocations" /></EntitySet><EntitySet Name="WVOAcknowledgements" EntityType="Odyssey.WVOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsVASOrders" /></EntitySet><EntitySet Name="WVOLogs" EntityType="Odyssey.WVOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsVASOrders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="WWAcknowledgements" EntityType="Odyssey.WWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsWarehouses" /></EntitySet><EntitySet Name="WXAcknowledgements" EntityType="Odyssey.WXAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsDocketReferences" /></EntitySet><EntitySet Name="WZAcknowledgements" EntityType="Odyssey.WZAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPickLines" /></EntitySet><EntitySet Name="WZSAcknowledgements" EntityType="Odyssey.WZSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="WhsPickShortLines" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>