<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="4.0" xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx"><edmx:DataServices><Schema Namespace="Odyssey" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityType Name="AccBankAccountInfo"><Key><PropertyRef Name="AB_PK" /></Key><Property Name="AB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="AB_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="AB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AB_RX_NKAccountCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccountCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AB_RX_NKAccountCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccBankAccount" /><Annotation Term="Glow.TableCode" String="AB" /></EntityType><EntityType Name="AccChargeCodeInfo"><Key><PropertyRef Name="AC_PK" /></Key><Property Name="AC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="AC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_AllowDescriptionOvertype" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AC_GC" Type="Edm.Guid" /><Property Name="AC_PrintSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="AC_GC" ReferencedProperty="GC_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccChargeCode" /><Annotation Term="Glow.TableCode" String="AC" /></EntityType><EntityType Name="AccChequeBookInfo"><Key><PropertyRef Name="AK_PK" /></Key><Property Name="AK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AK_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AK_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="AK_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccChequeBook" /><Annotation Term="Glow.TableCode" String="AK" /></EntityType><EntityType Name="AccInvMsgInfo"><Key><PropertyRef Name="A9_PK" /></Key><Property Name="A9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="A9_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="A9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="A9_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccInvMsg" /><Annotation Term="Glow.TableCode" String="A9" /></EntityType><EntityType Name="AccTaxRateInfo"><Key><PropertyRef Name="AT_PK" /></Key><Property Name="AT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AT_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AT_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AT_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IAccTaxRate" /><Annotation Term="Glow.TableCode" String="AT" /></EntityType><EntityType Name="AccTransactionHeaderInfo"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="AH_ConsolidatedInvoiceRef" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_DueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_FullyPaidDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_GC" Type="Edm.Guid" Nullable="false" /><Property Name="AH_InvoiceDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="AH_InvoiceTerm" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="AH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="AH_Ledger" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_OSTotal" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="AH_RX_NKTransactionCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="AH_TransactionNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionLines" Type="Collection(Odyssey.AccTransactionLineInfo)" Partner="AccTransactionHeader" /><NavigationProperty Name="TransactionCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="AH_RX_NKTransactionCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionHeader" /><Annotation Term="Glow.TableCode" String="AH" /></EntityType><EntityType Name="AccTransactionLineInfo"><Key><PropertyRef Name="AL_PK" /></Key><Property Name="AL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AL_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="AL_AH" Type="Edm.Guid" /><Property Name="AL_LineType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="AccTransactionHeader" Type="Odyssey.AccTransactionHeaderInfo" Partner="AccTransactionLines"><ReferentialConstraint Property="AL_AH" ReferencedProperty="AH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IAccTransactionLine" /><Annotation Term="Glow.TableCode" String="AL" /></EntityType><EntityType Name="AdditionalService" Abstract="true"><Key><PropertyRef Name="ES_PK" /></Key><Property Name="ES_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ES_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ES_BookedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CompletedDateTimeOffset" Type="Edm.DateTimeOffset" /><Property Name="ES_CurrentContextID" Type="Edm.Guid" /><Property Name="ES_CurrentContextTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_Duration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="ES_ExternalServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_GC" Type="Edm.Guid" /><Property Name="ES_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ES_MeasurementBasis" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_OA_Location" Type="Edm.Guid" /><Property Name="ES_OH_Contractor" Type="Edm.Guid" /><Property Name="ES_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="ES_References" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_RQ" Type="Edm.Guid" /><Property Name="ES_RX_NKServiceRateCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_ServiceCount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="ES_ServiceId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="ES_ServiceNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="ES_ServiceRate" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="ServiceRateCurrency/RX_SubUnitRatio" /></Property><Property Name="ES_SubLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="ES_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ES_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ES_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="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"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="AdditionalServices"><ReferentialConstraint Property="ES_ParentID" ReferencedProperty="YAO_PK" /></NavigationProperty></EntityType><EntityType Name="KMAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KNAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="LTSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="KGAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JKAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JSAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WSJAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WDCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WRCAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="WVOAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="JPAdditionalService" BaseType="Odyssey.AdditionalService" /><EntityType Name="Acknowledgement" Abstract="true"><Key><PropertyRef Name="XK_PK" /></Key><Property Name="XK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XK_IsCancelled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="XK_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_RuleID" Type="Edm.Guid" Nullable="false" /><Property Name="XK_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XK_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XK_Warning" Type="Edm.String" Nullable="false" /><Annotation Term="Glow.TableCode" String="XK" /></EntityType><EntityType Name="CNRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseUnitRule" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CNR_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="CYDAdHocServiceCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JR_JobCharge" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="AC_CODE" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AdHocServiceLinePK" Type="Edm.Guid" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobCharge" Type="Odyssey.JobCharge" Nullable="false"><ReferentialConstraint Property="JR_JR_JobCharge" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CYDAdHocServiceOrder" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="CYDAdHocServiceCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="YAO_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CYDAdHocService" Type="Odyssey.CYDAdHocService"><ReferentialConstraint Property="AdHocServiceLinePK" ReferencedProperty="YAS_PK" /></NavigationProperty></EntityType><EntityType Name="CYDAdHocServiceOrder"><Key><PropertyRef Name="YAO_PK" /></Key><Property Name="YAO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YAO_BillingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YAO_ClientReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YAO_FinalizedTime" Type="Edm.DateTimeOffset" /><Property Name="YAO_IsDeactivated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YAO_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YAO_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YAO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YAO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YAO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAO_WW_Facility" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Facility" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YAO_WW_Facility" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CYDAdHocServices" Type="Collection(Odyssey.CYDAdHocService)" Partner="ServiceOrder" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YAO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YAO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AdditionalServices" Type="Collection(Odyssey.YAOAdditionalService)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YAOAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YAOLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YAONote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YAOProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YAOReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YAOWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YAOWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YAOWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YAOWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YAOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDAdHocServiceCharges" Type="Collection(Odyssey.CYDAdHocServiceCharge)" Partner="CYDAdHocServiceOrder" /><Annotation Term="Glow.TableCode" String="YAO" /></EntityType><EntityType Name="CYDAdHocService"><Key><PropertyRef Name="YAS_PK" /></Key><Property Name="YAS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YAS_ES_JobService" Type="Edm.Guid" Nullable="false" /><Property Name="YAS_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YAS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YAS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YAS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YAS_YAO_ServiceOrder" Type="Edm.Guid" Nullable="false" /><Property Name="YAS_YUS_YardUnitState" Type="Edm.Guid" /><NavigationProperty Name="JobService" Type="Odyssey.AdditionalService" Nullable="false"><ReferentialConstraint Property="YAS_ES_JobService" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="ServiceOrder" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="CYDAdHocServices"><ReferentialConstraint Property="YAS_YAO_ServiceOrder" ReferencedProperty="YAO_PK" /></NavigationProperty><NavigationProperty Name="YardUnitState" Type="Odyssey.CYDYardUnitState"><ReferentialConstraint Property="YAS_YUS_YardUnitState" ReferencedProperty="YUS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YAS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YAS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YASAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YAS" /></EntityType><EntityType Name="CYDDelivery"><Key><PropertyRef Name="YDL_PK" /></Key><Property Name="YDL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YDL_DeliveryID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YDL_GS_NKUnloadUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_IsReject" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YDL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YDL_YDH_DeliveryHeader" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_YDL_ParentDelivery" Type="Edm.Guid" /><Property Name="YDL_YLI_UnitLineItem" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_YRL_ReceiveAdviceLine" Type="Edm.Guid" /><Property Name="YDL_YTU_DeliveryTransportationUnit" Type="Edm.Guid" /><NavigationProperty Name="DeliveryHeader" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="CYDDeliveries"><ReferentialConstraint Property="YDL_YDH_DeliveryHeader" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="ParentDelivery" Type="Odyssey.CYDDelivery" Partner="ChildDeliveryCollection"><ReferentialConstraint Property="YDL_YDL_ParentDelivery" ReferencedProperty="YDL_PK" /></NavigationProperty><NavigationProperty Name="ChildDeliveryCollection" Type="Collection(Odyssey.CYDDelivery)" Partner="ParentDelivery" /><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="CYDDeliveries"><ReferentialConstraint Property="YDL_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="ReceiveAdviceLine" Type="Odyssey.CYDReceiveAdviceLine" Partner="CYDDeliveries"><ReferentialConstraint Property="YDL_YRL_ReceiveAdviceLine" ReferencedProperty="YRL_PK" /></NavigationProperty><NavigationProperty Name="DeliveryTransportationUnit" Type="Odyssey.CYDTransportationUnit" Partner="CYDDeliveries"><ReferentialConstraint Property="YDL_YTU_DeliveryTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="Delivery" /><NavigationProperty Name="UnloadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_GS_NKUnloadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YDLLog)" Partner="Parent" /><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.YDLUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YDLWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YDLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YDL" /></EntityType><EntityType Name="CYDDeliveryCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JR_JobCharge" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="AC_CODE" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_ValueAsGuid" Type="Edm.Guid" /><Property Name="EC_LaborHourlyRate" Type="Edm.String" /><Property Name="EC_Units" Type="Edm.String" /><Property Name="EC_MaterialAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobCharge" Type="Odyssey.JobCharge" Nullable="false"><ReferentialConstraint Property="JR_JR_JobCharge" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CYDDeliveryHeader" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="CYDDeliveryCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CYDDelivery" Type="Odyssey.CYDDelivery"><ReferentialConstraint Property="EC_ValueAsGuid" ReferencedProperty="YDL_PK" /></NavigationProperty></EntityType><EntityType Name="CYDDeliveryHeader"><Key><PropertyRef Name="YDH_PK" /></Key><Property Name="YDH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YDH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YDH_ConfirmedTime" Type="Edm.DateTimeOffset" /><Property Name="YDH_FinalizedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YDH_FromDate" Type="Edm.DateTimeOffset" /><Property Name="YDH_IsBulkRun" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YDH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YDH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDH_ToDate" Type="Edm.DateTimeOffset" /><Property Name="YDH_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YDH_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CYDDeliveries" Type="Collection(Odyssey.CYDDelivery)" Partner="DeliveryHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.YDHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YDHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YDHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YDHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YDHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YDHReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.YDHUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YDHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YDHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YDHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YDHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YDHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDDeliveryCharges" Type="Collection(Odyssey.CYDDeliveryCharge)" Partner="CYDDeliveryHeader" /><NavigationProperty Name="CYDDeliveryInvoices" Type="Collection(Odyssey.CYDDeliveryInvoice)" Partner="CYDDeliveryHeader" /><NavigationProperty Name="CYDGatedInDeliveryViews" Type="Collection(Odyssey.CYDGatedInDeliveryView)" Partner="DeliveryHeader" /><Annotation Term="Glow.TableCode" String="YDH" /></EntityType><EntityType Name="CYDDeliveryInvoice"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Ledger" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDH_PKAsFK" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDDeliveryHeader" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="CYDDeliveryInvoices"><ReferentialConstraint Property="YDH_PKAsFK" ReferencedProperty="YDH_PK" /></NavigationProperty></EntityType><EntityType Name="CYDGatedInDeliveryView"><Key><PropertyRef Name="YDL_PK" /></Key><Property Name="YDL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="YDL_YDH_DeliveryHeader" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_YRL_ReceiveAdviceLine" Type="Edm.Guid" /><Property Name="YDL_YDL_ParentDelivery" Type="Edm.Guid" /><Property Name="YDL_Quantity" Type="Edm.Int16" Nullable="false" /><Property Name="YDL_Type" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_RC_ContainerType" Type="Edm.Guid" /><Property Name="YDL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDL_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YDL_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YDL_YTU_DeliveryTransportationUnit" Type="Edm.Guid" /><Property Name="YDL_IsEmpty" Type="Edm.Boolean" Nullable="false" /><Property Name="YDL_ManufactureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YDL_TransportReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YUS_UnitID" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="YUS_WL_CurrentYardLocation" Type="Edm.Guid" /><Property Name="WLV_LocationString_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="YUS_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="YDL_GS_NKUnloadUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YML_PickupTime" Type="Edm.DateTimeOffset" /><Property Name="YML_PutawayTime" Type="Edm.DateTimeOffset" /><Property Name="YDH_IsBulkRun" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnloadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YDL_GS_NKUnloadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="DeliveryHeader" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="CYDGatedInDeliveryViews"><ReferentialConstraint Property="YDL_YDH_DeliveryHeader" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="ReceiveAdviceLine" Type="Odyssey.CYDReceiveAdviceLine" Partner="CYDGatedInDeliveryViews"><ReferentialConstraint Property="YDL_YRL_ReceiveAdviceLine" ReferencedProperty="YRL_PK" /></NavigationProperty><NavigationProperty Name="DeliveryTransportationUnit" Type="Odyssey.CYDTransportationUnit" Partner="CYDGatedInDeliveryViews"><ReferentialConstraint Property="YDL_YTU_DeliveryTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="YDL_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitState" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="CYDGatedInDeliveryViews"><ReferentialConstraint Property="YUS_PKAsFK" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="CYDMachineryLineItem"><Key><PropertyRef Name="YMI_PK" /></Key><Property Name="YMI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YMI_CompressorEngineNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="YMI_MachineryManufactureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YMI_MachinerySerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="YMI_RMM_MachineryMake" Type="Edm.Guid" /><Property Name="YMI_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YMI_RRT_RefrigerantType" Type="Edm.Guid" /><Property Name="YMI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YMI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YMI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YMI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CYDUnitLineItems" Type="Collection(Odyssey.CYDUnitLineItem)" Partner="MachineryLineItem" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YMI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YMI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YMILog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YMIWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YMIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YMI" /></EntityType><EntityType Name="CYDMovementHeader"><Key><PropertyRef Name="YMH_PK" /></Key><Property Name="YMH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YMH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YMH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YMH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YMH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YMH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YMH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YMH_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YMH_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CYDMovements" Type="Collection(Odyssey.CYDMovement)" Partner="MovementHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YMH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YMH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YMHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YMHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YMHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YMHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YMH" /></EntityType><EntityType Name="CYDMovement"><Key><PropertyRef Name="YML_PK" /></Key><Property Name="YML_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YML_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YML_GS_NKAssignedUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YML_PickupTime" Type="Edm.DateTimeOffset" /><Property Name="YML_PutawayTime" Type="Edm.DateTimeOffset" /><Property Name="YML_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YML_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YML_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YML_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YML_WL_FromLocation" Type="Edm.Guid" /><Property Name="YML_WL_ToLocation" Type="Edm.Guid" /><Property Name="YML_YMH_MovementHeader" Type="Edm.Guid" Nullable="false" /><Property Name="YML_YTU_FromTransportationUnit" Type="Edm.Guid" /><Property Name="YML_YTU_ToTransportationUnit" Type="Edm.Guid" /><Property Name="YML_YUS_YardUnitState" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="FromLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="YML_WL_FromLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="ToLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="YML_WL_ToLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="MovementHeader" Type="Odyssey.CYDMovementHeader" Nullable="false" Partner="CYDMovements"><ReferentialConstraint Property="YML_YMH_MovementHeader" ReferencedProperty="YMH_PK" /></NavigationProperty><NavigationProperty Name="FromTransportationUnit" Type="Odyssey.CYDTransportationUnit"><ReferentialConstraint Property="YML_YTU_FromTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="ToTransportationUnit" Type="Odyssey.CYDTransportationUnit"><ReferentialConstraint Property="YML_YTU_ToTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="YardUnitState" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="CYDMovements"><ReferentialConstraint Property="YML_YUS_YardUnitState" ReferencedProperty="YUS_PK" /></NavigationProperty><NavigationProperty Name="AssignedUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YML_GS_NKAssignedUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YML_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YML_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YMLLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YMLWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YMLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YML" /></EntityType><EntityType Name="CYDPickupCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JR_JobCharge" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="AC_CODE" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_ValueAsGuid" Type="Edm.Guid" /><Property Name="EC_LaborHourlyRate" Type="Edm.String" /><Property Name="EC_Units" Type="Edm.String" /><Property Name="EC_MaterialAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobCharge" Type="Odyssey.JobCharge" Nullable="false"><ReferentialConstraint Property="JR_JR_JobCharge" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CYDPickupHeader" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="CYDPickupCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="YPH_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CYDPickup" Type="Odyssey.CYDPickup"><ReferentialConstraint Property="EC_ValueAsGuid" ReferencedProperty="YPL_PK" /></NavigationProperty></EntityType><EntityType Name="CYDPickupHeader"><Key><PropertyRef Name="YPH_PK" /></Key><Property Name="YPH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YPH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YPH_ConfirmedTime" Type="Edm.DateTimeOffset" /><Property Name="YPH_FinalizedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YPH_FromDate" Type="Edm.DateTimeOffset" /><Property Name="YPH_IsBulkRun" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YPH_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YPH_SRIReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YPH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPH_ToDate" Type="Edm.DateTimeOffset" /><Property Name="YPH_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YPH_UseSRI" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YPH_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YPH_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CYDPickups" Type="Collection(Odyssey.CYDPickup)" Partner="PickupHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.YPHAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YPHAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YPHLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YPHNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YPHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YPHReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.YPHUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YPHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YPHWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YPHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YPHWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YPHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDPickupCharges" Type="Collection(Odyssey.CYDPickupCharge)" Partner="CYDPickupHeader" /><NavigationProperty Name="CYDPickupInvoices" Type="Collection(Odyssey.CYDPickupInvoice)" Partner="CYDPickupHeader" /><Annotation Term="Glow.TableCode" String="YPH" /></EntityType><EntityType Name="CYDPickupInvoice"><Key><PropertyRef Name="AH_PK" /></Key><Property Name="AH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="AH_Ledger" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="AH_TransactionType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPH_PKAsFK" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDPickupHeader" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="CYDPickupInvoices"><ReferentialConstraint Property="YPH_PKAsFK" ReferencedProperty="YPH_PK" /></NavigationProperty></EntityType><EntityType Name="CYDPickup"><Key><PropertyRef Name="YPL_PK" /></Key><Property Name="YPL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YPL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YPL_ContainerDoorFacing" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_GS_NKLoadUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_PickupID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YPL_PINNumberForDropoffLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="9" Unicode="false" /><Property Name="YPL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_TransportReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YPL_YEL_ReleaseAdviceLine" Type="Edm.Guid" /><Property Name="YPL_YLI_UnitLineItem" Type="Edm.Guid" Nullable="false" /><Property Name="YPL_YPH_PickupHeader" Type="Edm.Guid" Nullable="false" /><Property Name="YPL_YPL_ParentPickup" Type="Edm.Guid" /><Property Name="YPL_YTU_PickupTransportationUnit" Type="Edm.Guid" /><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Partner="CYDPickups"><ReferentialConstraint Property="YPL_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="CYDPickups"><ReferentialConstraint Property="YPL_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="PickupHeader" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="CYDPickups"><ReferentialConstraint Property="YPL_YPH_PickupHeader" ReferencedProperty="YPH_PK" /></NavigationProperty><NavigationProperty Name="ParentPickup" Type="Odyssey.CYDPickup" Partner="ChildPickupsCollection"><ReferentialConstraint Property="YPL_YPL_ParentPickup" ReferencedProperty="YPL_PK" /></NavigationProperty><NavigationProperty Name="ChildPickupsCollection" Type="Collection(Odyssey.CYDPickup)" Partner="ParentPickup" /><NavigationProperty Name="PickupTransportationUnit" Type="Odyssey.CYDTransportationUnit" Partner="CYDPickups"><ReferentialConstraint Property="YPL_YTU_PickupTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="Pickup" /><NavigationProperty Name="LoadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_GS_NKLoadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YPLLog)" Partner="Parent" /><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.YPLUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YPLWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YPLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YPL" /></EntityType><EntityType Name="CYDReadyToLoadPickupView"><Key><PropertyRef Name="YPL_PK" /></Key><Property Name="YPL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YPL_AutoVersion" Type="Edm.Int16" Nullable="false" /><Property Name="YPL_YPH_PickupHeader" Type="Edm.Guid" Nullable="false" /><Property Name="YPL_YEL_ReleaseAdviceLine" Type="Edm.Guid" /><Property Name="YPL_YPL_ParentPickup" Type="Edm.Guid" /><Property Name="YPL_Quantity" Type="Edm.Int16" /><Property Name="YPL_Type" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="YPL_RC_ContainerType" Type="Edm.Guid" /><Property Name="YPL_InventoryUnitType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="YPL_RC_InventoryContainerType" Type="Edm.Guid" /><Property Name="YPL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPL_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YPL_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_YTU_PickupTransportationUnit" Type="Edm.Guid" /><Property Name="YPL_TransportReference" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="YUS_UnitID" Type="Edm.String" MaxLength="25" Unicode="false" /><Property Name="YUS_WL_CurrentYardLocation" Type="Edm.Guid" /><Property Name="UnitLocation_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WaitingBayLocation_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="YUS_PKAsFK" Type="Edm.Guid" /><Property Name="YPL_GS_NKLoadUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YPL_IsEmpty" Type="Edm.Boolean" /><Property Name="YML_PickupTime" Type="Edm.DateTimeOffset" /><Property Name="YML_PutawayTime" Type="Edm.DateTimeOffset" /><Property Name="YPH_IsBulkRun" Type="Edm.Boolean" Nullable="false" /><Property Name="YPL_ContainerDoorFacing" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LoadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YPL_GS_NKLoadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="PickupHeader" Type="Odyssey.CYDPickupHeader" Nullable="false"><ReferentialConstraint Property="YPL_YPH_PickupHeader" ReferencedProperty="YPH_PK" /></NavigationProperty><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Partner="CYDReadyToLoadPickupViews"><ReferentialConstraint Property="YPL_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="PickupTransportationUnit" Type="Odyssey.CYDTransportationUnit" Partner="CYDReadyToLoadPickupViews"><ReferentialConstraint Property="YPL_YTU_PickupTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="YPL_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="InventoryContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="YPL_RC_InventoryContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitState" Type="Odyssey.CYDYardUnitState" Partner="CYDReadyToLoadPickupViews"><ReferentialConstraint Property="YUS_PKAsFK" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="CYDReceiveAdviceLineQuantityInfoView"><Key><PropertyRef Name="YRL_PK" /></Key><Property Name="YRL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YRL_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="YRL_Quantity" Type="Edm.Int16" /><Property Name="YRL_QuantityIn" Type="Edm.Int32" /><Property Name="YRL_TotalDeliveryQuantity" Type="Edm.Int32" /><Property Name="YRL_Balance" Type="Edm.Int32" /><Property Name="YRL_AvailableToDropOff" Type="Edm.Int32" /><Property Name="YRL_AllocatedToDropOff" Type="Edm.Int32" /><NavigationProperty Name="CYDReceiveAdviceLine" Type="Odyssey.CYDReceiveAdviceLine" Nullable="false" Partner="CYDReceiveAdviceLineQuantityInfoViews"><ReferentialConstraint Property="YRL_PKAsFK" ReferencedProperty="YRL_PK" /></NavigationProperty></EntityType><EntityType Name="CYDReceiveAdviceLine"><Key><PropertyRef Name="YRL_PK" /></Key><Property Name="YRL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YRL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YRL_ContractCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="YRL_OffHireDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRL_PreviousOnHireDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRL_RL_NKLastOnHireLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="YRL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRL_YLI_UnitLineItem" Type="Edm.Guid" Nullable="false" /><Property Name="YRL_YRA_ReceiveAdvice" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDDeliveries" Type="Collection(Odyssey.CYDDelivery)" Partner="ReceiveAdviceLine" /><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="CYDReceiveAdviceLines"><ReferentialConstraint Property="YRL_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="ReceiveAdvice" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="CYDReceiveAdviceLines"><ReferentialConstraint Property="YRL_YRA_ReceiveAdvice" ReferencedProperty="YRA_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="ReceiveLine" /><NavigationProperty Name="LastOnHireLocation" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="YRL_RL_NKLastOnHireLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YRLLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YRLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YRLWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YRLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDGatedInDeliveryViews" Type="Collection(Odyssey.CYDGatedInDeliveryView)" Partner="ReceiveAdviceLine" /><NavigationProperty Name="CYDReceiveAdviceLineQuantityInfoViews" Type="Collection(Odyssey.CYDReceiveAdviceLineQuantityInfoView)" Partner="CYDReceiveAdviceLine" /><Annotation Term="Glow.TableCode" String="YRL" /></EntityType><EntityType Name="CYDReceiveAdvice"><Key><PropertyRef Name="YRA_PK" /></Key><Property Name="YRA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YRA_AcceptanceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="YRA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YRA_FromDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="YRA_IsAlternate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YRA_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YRA_Mode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRA_SplitBillingEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YRA_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRA_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRA_ToDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRA_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDReceiveAdviceLines" Type="Collection(Odyssey.CYDReceiveAdviceLine)" Partner="ReceiveAdvice" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YRA_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YRAAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YRALog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YRANote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YRAProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YRAReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.YRATransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YRAWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YRAWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YRAWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YRAWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YRAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YRA" /></EntityType><EntityType Name="CYDReleaseAdviceLineQuantityInfoView"><Key><PropertyRef Name="YEL_PK" /></Key><Property Name="YEL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YEL_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="YEL_Quantity" Type="Edm.Int16" /><Property Name="YEL_QuantityOut" Type="Edm.Int32" /><Property Name="YEL_TotalPickupQuantity" Type="Edm.Int32" /><Property Name="YEL_Balance" Type="Edm.Int32" /><Property Name="YEL_AvailableToPickup" Type="Edm.Int32" /><Property Name="YEL_AllocatedToPickup" Type="Edm.Int32" /><NavigationProperty Name="CYDReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseAdviceLineQuantityInfoViews"><ReferentialConstraint Property="YEL_PKAsFK" ReferencedProperty="YEL_PK" /></NavigationProperty></EntityType><EntityType Name="CYDReleaseAdviceLine"><Key><PropertyRef Name="YEL_PK" /></Key><Property Name="YEL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YEL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YEL_OffHireDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YEL_OnHireDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YEL_PickupDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YEL_ReadyDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YEL_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEL_YLI_UnitLineItem" Type="Edm.Guid" Nullable="false" /><Property Name="YEL_YRE_ReleaseAdvice" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDPickups" Type="Collection(Odyssey.CYDPickup)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="CYDReleaseAdviceLines"><ReferentialConstraint Property="YEL_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="ReleaseAdvice" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="CYDReleaseAdviceLines"><ReferentialConstraint Property="YEL_YRE_ReleaseAdvice" ReferencedProperty="YRE_PK" /></NavigationProperty><NavigationProperty Name="CYDReleaseLineContainerTypes" Type="Collection(Odyssey.CYDReleaseLineContainerType)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="CYDReleaseLineGrades" Type="Collection(Odyssey.CYDReleaseLineGrade)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="CYDReleaseLineReadyDates" Type="Collection(Odyssey.CYDReleaseLineReadyDate)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="CYDReleaseLineUnitConditions" Type="Collection(Odyssey.CYDReleaseLineUnitCondition)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="CYDReleaseUnitRules" Type="Collection(Odyssey.CYDReleaseUnitRule)" Partner="ReleaseLine" /><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="ReleaseLine" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YELLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YELWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YELAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDReadyToLoadPickupViews" Type="Collection(Odyssey.CYDReadyToLoadPickupView)" Partner="ReleaseAdviceLine" /><NavigationProperty Name="CYDReleaseAdviceLineQuantityInfoViews" Type="Collection(Odyssey.CYDReleaseAdviceLineQuantityInfoView)" Partner="CYDReleaseAdviceLine" /><Annotation Term="Glow.TableCode" String="YEL" /></EntityType><EntityType Name="CYDReleaseAdvice"><Key><PropertyRef Name="YRE_PK" /></Key><Property Name="YRE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YRE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YRE_FromDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="YRE_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YRE_Mode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRE_ReleaseNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="YRE_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRE_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YRE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YRE_ToDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YRE_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDReleaseAdviceLines" Type="Collection(Odyssey.CYDReleaseAdviceLine)" Partner="ReleaseAdvice" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YRE_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YRE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YREAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YRELog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YRENote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YREProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YREReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="TransportRoutings" Type="Collection(Odyssey.YRETransportRouting)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YREWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YREWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YREWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YREWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YREAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YRE" /></EntityType><EntityType Name="CYDReleaseLineContainerType"><Key><PropertyRef Name="YEC_PK" /></Key><Property Name="YEC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YEC_RC_ContainerType" Type="Edm.Guid" Nullable="false" /><Property Name="YEC_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YEC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEC_YEL_ReleaseAdviceLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo" Nullable="false"><ReferentialConstraint Property="YEC_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseLineContainerTypes"><ReferentialConstraint Property="YEC_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YECLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YECWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YECAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YEC" /></EntityType><EntityType Name="CYDReleaseLineGrade"><Key><PropertyRef Name="YEG_PK" /></Key><Property Name="YEG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YEG_REG_Grade" Type="Edm.Guid" Nullable="false" /><Property Name="YEG_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YEG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEG_YEL_ReleaseAdviceLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Grade" Type="Odyssey.RefEquipmentGradeInfo" Nullable="false"><ReferentialConstraint Property="YEG_REG_Grade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseLineGrades"><ReferentialConstraint Property="YEG_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YEGLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YEGWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YEGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YEG" /></EntityType><EntityType Name="CYDReleaseLineReadyDate"><Key><PropertyRef Name="YED_PK" /></Key><Property Name="YED_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YED_Quantity" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="YED_ReadyDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YED_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YED_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YED_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YED_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YED_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YED_YEL_ReleaseAdviceLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseLineReadyDates"><ReferentialConstraint Property="YED_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YED_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YED_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YEDAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YED" /></EntityType><EntityType Name="CYDReleaseLineUnitCondition"><Key><PropertyRef Name="YEU_PK" /></Key><Property Name="YEU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YEU_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YEU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YEU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEU_UnitCondition" Type="Edm.String" DefaultValue="AVL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YEU_YEL_ReleaseAdviceLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ReleaseAdviceLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseLineUnitConditions"><ReferentialConstraint Property="YEU_YEL_ReleaseAdviceLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YEU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YEULog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YEUWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YEUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YEU" /></EntityType><EntityType Name="CYDReleaseUnitRule"><Key><PropertyRef Name="CNR_PK" /></Key><Property Name="CNR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CNR_IsExclude" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CNR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CNR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CNR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CNR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CNR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CNR_UnitNumberFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="CNR_UnitNumberPrefix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="CNR_UnitNumberTo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="CNR_YEL_ReleaseLine" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="ReleaseLine" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="CYDReleaseUnitRules"><ReferentialConstraint Property="CNR_YEL_ReleaseLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CNR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CNR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CNRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CNR" /></EntityType><EntityType Name="CYDTransportationUnit"><Key><PropertyRef Name="YTU_PK" /></Key><Property Name="YTU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YTU_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YTU_BulkRunPin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="YTU_EstimatedGateInTime" Type="Edm.DateTimeOffset" /><Property Name="YTU_GateInTime" Type="Edm.DateTimeOffset" /><Property Name="YTU_GateOutTime" Type="Edm.DateTimeOffset" /><Property Name="YTU_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YTU_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YTU_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YTU_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YTU_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YTU_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YTU_TransportationReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" /><Property Name="YTU_TransportationUnitID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YTU_WL_WaitingBayLocation" Type="Edm.Guid" /><Property Name="YTU_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDDeliveries" Type="Collection(Odyssey.CYDDelivery)" Partner="DeliveryTransportationUnit" /><NavigationProperty Name="CYDPickups" Type="Collection(Odyssey.CYDPickup)" Partner="PickupTransportationUnit" /><NavigationProperty Name="WaitingBayLocation" Type="Odyssey.WhsLocationViewForTPUWaitingBay"><ReferentialConstraint Property="YTU_WL_WaitingBayLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YTU_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="ReceiveTransportationUnit" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YTU_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YTU_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.YTUAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YTUAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YTULog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YTUNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YTUProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YTUReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UniversalJobLinks" Type="Collection(Odyssey.YTUUniversalJobLink)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YTUWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YTUWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YTUWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YTUWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YTUAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDGatedInDeliveryViews" Type="Collection(Odyssey.CYDGatedInDeliveryView)" Partner="DeliveryTransportationUnit" /><NavigationProperty Name="CYDReadyToLoadPickupViews" Type="Collection(Odyssey.CYDReadyToLoadPickupView)" Partner="PickupTransportationUnit" /><Annotation Term="Glow.TableCode" String="YTU" /></EntityType><EntityType Name="CYDUnitLineItem"><Key><PropertyRef Name="YLI_PK" /></Key><Property Name="YLI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YLI_BiosecurityLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YLI_DPPAmount" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="YLI_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="YLI_HasFullDPPCoverage" Type="Edm.Boolean" /><Property Name="YLI_IsACEP" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YLI_IsBSInspectionRequired" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YLI_IsDamaged" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YLI_IsEmpty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YLI_IsPreAdvice" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YLI_ManufactureDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YLI_MaxGrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="YLI_Quantity" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="YLI_RC_ContainerType" Type="Edm.Guid" /><Property Name="YLI_REG_Grade" Type="Edm.Guid" /><Property Name="YLI_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YLI_RX_NKDPPCurrency" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="YLI_SafetyCertificateExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YLI_SealNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="YLI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YLI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YLI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YLI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YLI_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="YLI_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YLI_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="YLI_YMI_MachineryLineItem" Type="Edm.Guid" /><NavigationProperty Name="CYDDeliveries" Type="Collection(Odyssey.CYDDelivery)" Partner="UnitLineItem" /><NavigationProperty Name="CYDPickups" Type="Collection(Odyssey.CYDPickup)" Partner="UnitLineItem" /><NavigationProperty Name="CYDReceiveAdviceLines" Type="Collection(Odyssey.CYDReceiveAdviceLine)" Partner="UnitLineItem" /><NavigationProperty Name="CYDReleaseAdviceLines" Type="Collection(Odyssey.CYDReleaseAdviceLine)" Partner="UnitLineItem" /><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="YLI_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="Grade" Type="Odyssey.RefEquipmentGradeInfo"><ReferentialConstraint Property="YLI_REG_Grade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="MachineryLineItem" Type="Odyssey.CYDMachineryLineItem" Partner="CYDUnitLineItems"><ReferentialConstraint Property="YLI_YMI_MachineryLineItem" ReferencedProperty="YMI_PK" /></NavigationProperty><NavigationProperty Name="CYDYardUnitStates" Type="Collection(Odyssey.CYDYardUnitState)" Partner="UnitLineItem" /><NavigationProperty Name="DPPCurrency" Type="Odyssey.RefCurrencyInfo"><ReferentialConstraint Property="YLI_RX_NKDPPCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YLI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YLI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YLILog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YLIWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YLIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YLI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="YLI_TareWeight" /><PropertyValue Property="UnitProperty" PropertyPath="YLI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="YLI_GrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="YLI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="YLI_MaxGrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="YLI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="CYDUnitRestrictionLine"><Key><PropertyRef Name="YUL_PK" /></Key><Property Name="YUL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YUL_Operation" Type="Edm.String" DefaultValue="INC" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUL_UnitFromFormatted" Type="Edm.String" MaxLength="35" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUL_UnitFromNumber" Type="Edm.Int32" /><Property Name="YUL_UnitNumberDigits" Type="Edm.Byte" /><Property Name="YUL_UnitPrefix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="YUL_UnitToFormatted" Type="Edm.String" MaxLength="35" Unicode="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUL_UnitToNumber" Type="Edm.Int32" /><Property Name="YUL_YUR_UnitRestriction" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="UnitRestriction" Type="Odyssey.CYDUnitRestriction" Nullable="false" Partner="CYDUnitRestrictionLines"><ReferentialConstraint Property="YUL_YUR_UnitRestriction" ReferencedProperty="YUR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YULLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YULAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YUL" /></EntityType><EntityType Name="CYDUnitRestriction" Abstract="true"><Key><PropertyRef Name="YUR_PK" /></Key><Property Name="YUR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YUR_FromDate" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YUR_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="YUR_RestrictionID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="YUR_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUR_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUR_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUR_ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="YUR_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUR_WW_Yard" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="CYDUnitRestrictionLines" Type="Collection(Odyssey.CYDUnitRestrictionLine)" Partner="UnitRestriction" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YUR_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.YURAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YURAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YURLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.YURNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YURAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YUR" /></EntityType><EntityType Name="CYDUnitControlAlert" BaseType="Odyssey.CYDUnitRestriction" /><EntityType Name="CYDUnitControlRestriction" BaseType="Odyssey.CYDUnitRestriction" /><EntityType Name="CYDYardUnitCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ChargeCode" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="ChargeGroup" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TransactionNumber" Type="Edm.String" MaxLength="38" Unicode="false" /><Property Name="TransactionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="InvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SourceReference" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OverseasSellAmount" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="LocalSellAmount" Type="Edm.Decimal" Precision="19" Scale="4" /><Property Name="FromDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="ToDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CreatedBy" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsPosted" Type="Edm.Boolean" /><Property Name="YUS_YUS_YardUnitState" Type="Edm.Guid" Nullable="false" /><Property Name="ES_ES_JobService" Type="Edm.Guid" /><Property Name="MWL_MWL_WorkOrderLine" Type="Edm.Guid" /><NavigationProperty Name="JobService" Type="Odyssey.AdditionalService"><ReferentialConstraint Property="ES_ES_JobService" ReferencedProperty="ES_PK" /></NavigationProperty><NavigationProperty Name="WorkOrderLine" Type="Odyssey.MNRWorkOrderLine"><ReferentialConstraint Property="MWL_MWL_WorkOrderLine" ReferencedProperty="MWL_PK" /></NavigationProperty><NavigationProperty Name="YardUnitState" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="CYDYardUnitCharges"><ReferentialConstraint Property="YUS_YUS_YardUnitState" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="CYDYardUnitDocView"><Key><PropertyRef Name="SC_PK" /></Key><Property Name="SC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SC_DataType" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="SC_DocType" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="SC_FileName" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="SC_Desc" Type="Edm.String" Nullable="false" MaxLength="128" /><Property Name="SC_Date" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SM_ParentFK" Type="Edm.Guid" /><Property Name="SM_DB" Type="Edm.Int32" Nullable="false" /><NavigationProperty Name="CYDYardUnitState" Type="Odyssey.CYDYardUnitState"><ReferentialConstraint Property="SM_ParentFK" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="CYDYardUnitIDHistory"><Key><PropertyRef Name="YUH_PK" /></Key><Property Name="YUH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YUH_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUH_UnitID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="YUH_YUS_YardUnitState" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="YardUnitState" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="CYDYardUnitIDHistories"><ReferentialConstraint Property="YUH_YUS_YardUnitState" ReferencedProperty="YUS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YUHLog)" Partner="Parent" /><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YUHWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YUHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="YUH" /></EntityType><EntityType Name="CYDYardUnitState"><Key><PropertyRef Name="YUS_PK" /></Key><Property Name="YUS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YUS_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="YUS_GS_NKLoadUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_GS_NKUnloadUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_IsHold" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YUS_LoadTime" Type="Edm.DateTimeOffset" /><Property Name="YUS_SplitBillingEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="YUS_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="YUS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_UnitCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="YUS_UnitID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="YUS_UnloadTime" Type="Edm.DateTimeOffset" /><Property Name="YUS_WL_CurrentYardLocation" Type="Edm.Guid" /><Property Name="YUS_WW_CurrentYard" Type="Edm.Guid" Nullable="false" /><Property Name="YUS_YDL_Delivery" Type="Edm.Guid" /><Property Name="YUS_YEL_ReleaseLine" Type="Edm.Guid" /><Property Name="YUS_YLI_UnitLineItem" Type="Edm.Guid" /><Property Name="YUS_YPL_Pickup" Type="Edm.Guid" /><Property Name="YUS_YRL_ReceiveLine" Type="Edm.Guid" /><Property Name="YUS_YTU_DispatchTransportationUnit" Type="Edm.Guid" /><Property Name="YUS_YTU_ReceiveTransportationUnit" Type="Edm.Guid" /><NavigationProperty Name="CYDMovements" Type="Collection(Odyssey.CYDMovement)" Partner="YardUnitState" /><NavigationProperty Name="CYDYardUnitIDHistories" Type="Collection(Odyssey.CYDYardUnitIDHistory)" Partner="YardUnitState" /><NavigationProperty Name="CurrentYardLocation" Type="Odyssey.WhsLocationView"><ReferentialConstraint Property="YUS_WL_CurrentYardLocation" ReferencedProperty="WLV_PK" /></NavigationProperty><NavigationProperty Name="CurrentYard" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="YUS_WW_CurrentYard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="Delivery" Type="Odyssey.CYDDelivery" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YDL_Delivery" ReferencedProperty="YDL_PK" /></NavigationProperty><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="Pickup" Type="Odyssey.CYDPickup" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YPL_Pickup" ReferencedProperty="YPL_PK" /></NavigationProperty><NavigationProperty Name="ReceiveLine" Type="Odyssey.CYDReceiveAdviceLine" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YRL_ReceiveLine" ReferencedProperty="YRL_PK" /></NavigationProperty><NavigationProperty Name="ReleaseLine" Type="Odyssey.CYDReleaseAdviceLine" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YEL_ReleaseLine" ReferencedProperty="YEL_PK" /></NavigationProperty><NavigationProperty Name="DispatchTransportationUnit" Type="Odyssey.CYDTransportationUnit"><ReferentialConstraint Property="YUS_YTU_DispatchTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="ReceiveTransportationUnit" Type="Odyssey.CYDTransportationUnit" Partner="CYDYardUnitStates"><ReferentialConstraint Property="YUS_YTU_ReceiveTransportationUnit" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="LoadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUS_GS_NKLoadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UnloadUser" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUS_GS_NKUnloadUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="YUS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.YUSAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.YUSLog)" Partner="Parent" /><NavigationProperty Name="MNRSurveys" Type="Collection(Odyssey.YUSMNRSurvey)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderHeaders" Type="Collection(Odyssey.YUSMNRWorkOrderHeader)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.YUSNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.YUSProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.YUSReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.YUSWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.YUSWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.YUSWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.YUSWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.YUSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CYDGatedInDeliveryViews" Type="Collection(Odyssey.CYDGatedInDeliveryView)" Partner="CYDYardUnitState" /><NavigationProperty Name="CYDReadyToLoadPickupViews" Type="Collection(Odyssey.CYDReadyToLoadPickupView)" Partner="CYDYardUnitState" /><NavigationProperty Name="CYDYardUnitCharges" Type="Collection(Odyssey.CYDYardUnitCharge)" Partner="YardUnitState" /><Annotation Term="Glow.TableCode" String="YUS" /></EntityType><EntityType Name="ECAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobChargeAttrib" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="EC_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="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="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="JobChargeAttrib"><Key><PropertyRef Name="EC_PK" /></Key><Property Name="EC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EC_Amount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="EC_JR" Type="Edm.Guid" Nullable="false" /><Property Name="EC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_Value" Type="Edm.String" DefaultValue="" Nullable="false" /><NavigationProperty Name="JobCharge" Type="Odyssey.JobCharge" Nullable="false" Partner="JobChargeAttribs"><ReferentialConstraint Property="EC_JR" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.ECAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="EC" /></EntityType><EntityType Name="JobCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_A9_CostVATClass" Type="Edm.Guid" /><Property Name="JR_A9_SellVATClass" Type="Edm.Guid" /><Property Name="JR_AB" Type="Edm.Guid" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AgentDeclaredCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AgentDeclaredSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_AK" Type="Edm.Guid" /><Property Name="JR_AL_APLine" Type="Edm.Guid" /><Property Name="JR_AL_ARLine" Type="Edm.Guid" /><Property Name="JR_AL_CFXLine" Type="Edm.Guid" /><Property Name="JR_APDocumentReceivedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_APInvoiceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_APLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_APNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_ARLinePostingStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ARNumberOfSupportingDocuments" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JR_AT_CostGSTRate" Type="Edm.Guid" /><Property Name="JR_AT_SellGSTRate" Type="Edm.Guid" /><Property Name="JR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JR_AW_CostWHTRate" Type="Edm.Guid" /><Property Name="JR_AW_SellWHTRate" Type="Edm.Guid" /><Property Name="JR_CAL_APLine" Type="Edm.Guid" /><Property Name="JR_CAL_ARLine" Type="Edm.Guid" /><Property Name="JR_ChargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_ChequeNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_CostPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_CostPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_CostRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_CostReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="38" Unicode="false" /><Property Name="JR_CostSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_CostTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_DeclaredOSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="JR_DisplaySequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="JR_E6" Type="Edm.Guid" /><Property Name="JR_E6_GatewaySellHeader" Type="Edm.Guid" /><Property Name="JR_EstimatedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_GB" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GB_CostTaxBranch" Type="Edm.Guid" /><Property Name="JR_GB_InternalBranch" Type="Edm.Guid" /><Property Name="JR_GB_SellTaxBranch" Type="Edm.Guid" /><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE" Type="Edm.Guid" Nullable="false" /><Property Name="JR_GE_InternalDept" Type="Edm.Guid" /><Property Name="JR_InvoiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_IsAPCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsARCashAdvance" Type="Edm.Boolean" /><Property Name="JR_IsCostTaxAmountOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsIncludedInProfitShare" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_IsSpotCost" Type="Edm.Boolean" /><Property Name="JR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_JH" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JH_InternalJob" Type="Edm.Guid" /><Property Name="JR_JR_RevenueLine" Type="Edm.Guid" /><Property Name="JR_LineCFX" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="7" Scale="3" /><Property Name="JR_LineType" Type="Edm.String" DefaultValue="BTH" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_MarginPercentage" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="JR_OA_SellInvoiceAddress" Type="Edm.Guid" /><Property Name="JR_OC_SellInvoiceContact" Type="Edm.Guid" /><Property Name="JR_OH_CostAccount" Type="Edm.Guid" /><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="JR_OP_Product" Type="Edm.Guid" /><Property Name="JR_OrderReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_OSCostAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSCostGSTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSCostWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="CostCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OSSellExRate" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="18" Scale="9" /><Property Name="JR_OSSellWHTAmt" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_PaymentDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JR_PaymentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_PreventInvoicePrintGrouping" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProductQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JR_ProFormaCost" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_ProFormaRevenue" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_RX_NKCostCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_RX_NKSellInvoiceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellGovtChargeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="23" /><Property Name="JR_SellPlaceOfSupply" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JR_SellPlaceOfSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellRated" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverride" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JR_SellRatingOverrideComment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="JR_SellReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JR_SellSupplyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SellTaxDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="JR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="JobChargeAttribs" Type="Collection(Odyssey.JobChargeAttrib)" Partner="JobCharge"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CostVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_CostVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="SellVATClass" Type="Odyssey.AccInvMsgInfo"><ReferentialConstraint Property="JR_A9_SellVATClass" ReferencedProperty="A9_PK" /></NavigationProperty><NavigationProperty Name="AccBankAccount" Type="Odyssey.AccBankAccountInfo"><ReferentialConstraint Property="JR_AB" ReferencedProperty="AB_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCode" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="AccChequeBook" Type="Odyssey.AccChequeBookInfo"><ReferentialConstraint Property="JR_AK" ReferencedProperty="AK_PK" /></NavigationProperty><NavigationProperty Name="APLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_APLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="ARLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_ARLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CFXLine" Type="Odyssey.AccTransactionLineInfo"><ReferentialConstraint Property="JR_AL_CFXLine" ReferencedProperty="AL_PK" /></NavigationProperty><NavigationProperty Name="CostGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_CostGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="SellGSTRate" Type="Odyssey.AccTaxRateInfo"><ReferentialConstraint Property="JR_AT_SellGSTRate" ReferencedProperty="AT_PK" /></NavigationProperty><NavigationProperty Name="CostTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_CostTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="JR_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="InternalBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_InternalBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="SellTaxBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="JR_GB_SellTaxBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="GlbDepartment" Type="Odyssey.GlbDepartmentInfo" Nullable="false"><ReferentialConstraint Property="JR_GE" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="InternalDept" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="JR_GE_InternalDept" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="RevenueLine" Type="Odyssey.JobCharge"><ReferentialConstraint Property="JR_JR_RevenueLine" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JR_OA_SellInvoiceAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="SellInvoiceContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="JR_OC_SellInvoiceContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="CostAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_CostAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Product" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="JR_OP_Product" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CostCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKCostCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="SellInvoiceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellInvoiceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JR" /></EntityType><EntityType Name="JobSailingInfo"><Key><PropertyRef Name="JX_PK" /></Key><Property Name="JX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JX_UniqueReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JX_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JX_JA" Type="Edm.Guid" Nullable="false" /><Property Name="JX_JB" Type="Edm.Guid" Nullable="false" /><Property Name="JX_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><NavigationProperty Name="JobVoyOrigin" Type="Odyssey.JobVoyOriginInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JA" ReferencedProperty="JA_PK" /></NavigationProperty><NavigationProperty Name="JobVoyDestination" Type="Odyssey.JobVoyDestinationInfo" Nullable="false" Partner="JobSailings"><ReferentialConstraint Property="JX_JB" ReferencedProperty="JB_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IJobSailing" /><Annotation Term="Glow.TableCode" String="JX" /></EntityType><EntityType Name="JobVoyDestinationInfo"><Key><PropertyRef Name="JB_PK" /></Key><Property Name="JB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JB_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JB_AvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailingInfo)" Partner="JobVoyDestination" /><Annotation Term="Glow.InfoTypeFor" String="IJobVoyDestination" /><Annotation Term="Glow.TableCode" String="JB" /></EntityType><EntityType Name="JobVoyOriginInfo"><Key><PropertyRef Name="JA_PK" /></Key><Property Name="JA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JA_SendersMessageReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><NavigationProperty Name="JobSailings" Type="Collection(Odyssey.JobSailingInfo)" Partner="JobVoyOrigin" /><Annotation Term="Glow.InfoTypeFor" String="IJobVoyOrigin" /><Annotation Term="Glow.TableCode" String="JA" /></EntityType><EntityType Name="JRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.JobCharge" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="JWAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JobCO2Emission" Abstract="true"><Key><PropertyRef Name="JCO_PK" /></Key><Property Name="JCO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JCO_CO2ePerTEUInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2ePerTonneInKg" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="12" Scale="7" /><Property Name="JCO_CO2eTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2eWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_CO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_DistanceInKM" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="3" /><Property Name="JCO_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JCO_NMHCTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NMHCWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_NOxWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JCO_PM10TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PM10WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGTTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_PNRGWTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2TTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_SO2WTW" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="21" Scale="7" /><Property Name="JCO_Status" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JCO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JCO_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="JCO" /></EntityType><EntityType Name="JWJobCO2Emission" BaseType="Odyssey.JobCO2Emission"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JCO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="JobCO2Emissions"><ReferentialConstraint Property="JCO_ParentID" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="JWLog" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.TransportRouting" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="JW_PK" /></NavigationProperty></EntityType><EntityType Name="MCTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRServiceTemplateContainerType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MCT_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="MNAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderApprovalParty" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MNA_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="MNAAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderApprovalParty" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="MNA_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="MNRClientUOMMapping"><Key><PropertyRef Name="MUM_PK" /></Key><Property Name="MUM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MUM_ClientUOMCode" Type="Edm.String" DefaultValue="CM" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="MUM_OB_Client" Type="Edm.Guid" Nullable="false" /><Property Name="MUM_RCC_ComponentCode" Type="Edm.Guid" Nullable="false" /><Property Name="MUM_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MUM_RRC_RepairCode" Type="Edm.Guid" /><Property Name="MUM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MUM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MUM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MUM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Client" Type="Odyssey.OrgCompanyDataInfo" Nullable="false"><ReferentialConstraint Property="MUM_OB_Client" ReferencedProperty="OB_PK" /></NavigationProperty><NavigationProperty Name="ComponentCode" Type="Odyssey.RefMRComponentCodeInfo" Nullable="false"><ReferentialConstraint Property="MUM_RCC_ComponentCode" ReferencedProperty="RCC_PK" /></NavigationProperty><NavigationProperty Name="RepairCode" Type="Odyssey.RefRepairCodeInfo"><ReferentialConstraint Property="MUM_RRC_RepairCode" ReferencedProperty="RRC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MUM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MUM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MUMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MUM" /></EntityType><EntityType Name="MNRRateMeasurementInfo"><Key><PropertyRef Name="MRM_PK" /></Key><Property Name="MRM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MRM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MRM_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="MRM_TL_RateLine" Type="Edm.Guid" Nullable="false" /><Property Name="MRM_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IMNRRateMeasurement" /><Annotation Term="Glow.TableCode" String="MRM" /></EntityType><EntityType Name="MNRRateMeasurement"><Key><PropertyRef Name="MRM_PK" /></Key><Property Name="MRM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MRM_DimensionUQ" Type="Edm.String" DefaultValue="CM" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="MRM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MRM_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="MRM_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MRM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MRM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MRM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MRM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MRM_TL_RateLine" Type="Edm.Guid" Nullable="false" /><Property Name="MRM_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MRM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MRM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MRMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.InfoType" String="IMNRRateMeasurementInfo" /><Annotation Term="Glow.TableCode" String="MRM" /></EntityType><EntityType Name="MNRServiceTemplateClient"><Key><PropertyRef Name="MTC_PK" /></Key><Property Name="MTC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MTC_IsAutoLoad" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MTC_MST_MNRServiceTemplate" Type="Edm.Guid" Nullable="false" /><Property Name="MTC_OH_Client" Type="Edm.Guid" Nullable="false" /><Property Name="MTC_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MTC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MTC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MTC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MTC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="MNRServiceTemplate" Type="Odyssey.MNRServiceTemplate" Nullable="false" Partner="MNRServiceTemplateClients"><ReferentialConstraint Property="MTC_MST_MNRServiceTemplate" ReferencedProperty="MST_PK" /></NavigationProperty><NavigationProperty Name="Client" Type="Odyssey.OrgHeaderInfo" Nullable="false"><ReferentialConstraint Property="MTC_OH_Client" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MTC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MTC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MTCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MTC" /></EntityType><EntityType Name="MNRServiceTemplateContainerType"><Key><PropertyRef Name="MCT_PK" /></Key><Property Name="MCT_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MCT_MST_MNRServiceTemplate" Type="Edm.Guid" Nullable="false" /><Property Name="MCT_RC_ContainerType" Type="Edm.Guid" Nullable="false" /><Property Name="MCT_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MCT_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MCT_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MCT_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MCT_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="MNRServiceTemplate" Type="Odyssey.MNRServiceTemplate" Nullable="false" Partner="MNRServiceTemplateContainerTypes"><ReferentialConstraint Property="MCT_MST_MNRServiceTemplate" ReferencedProperty="MST_PK" /></NavigationProperty><NavigationProperty Name="ContainerType" Type="Odyssey.RefContainerInfo" Nullable="false"><ReferentialConstraint Property="MCT_RC_ContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MCT_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MCT_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MCTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MCT" /></EntityType><EntityType Name="MNRServiceTemplateGroupAssociation"><Key><PropertyRef Name="MSA_PK" /></Key><Property Name="MSA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MSA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MSA_MSG_MNRServiceTemplateGroup" Type="Edm.Guid" Nullable="false" /><Property Name="MSA_MST_MNRServiceTemplate" Type="Edm.Guid" Nullable="false" /><Property Name="MSA_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MSA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MSA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MSA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MSA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="MNRServiceTemplateGroup" Type="Odyssey.MNRServiceTemplateGroup" Nullable="false" Partner="MNRServiceTemplateGroupAssociations"><ReferentialConstraint Property="MSA_MSG_MNRServiceTemplateGroup" ReferencedProperty="MSG_PK" /></NavigationProperty><NavigationProperty Name="MNRServiceTemplate" Type="Odyssey.MNRServiceTemplate" Nullable="false" Partner="MNRServiceTemplateGroupAssociations"><ReferentialConstraint Property="MSA_MST_MNRServiceTemplate" ReferencedProperty="MST_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MSA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MSA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MSAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MSA" /></EntityType><EntityType Name="MNRServiceTemplateGroup"><Key><PropertyRef Name="MSG_PK" /></Key><Property Name="MSG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MSG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="MSG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MSG_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MSG_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="MSG_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MSG_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MSG_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MSG_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MSG_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MSG_WW_Yard" Type="Edm.Guid" /><NavigationProperty Name="MNRServiceTemplateGroupAssociations" Type="Collection(Odyssey.MNRServiceTemplateGroupAssociation)" Partner="MNRServiceTemplateGroup" /><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo"><ReferentialConstraint Property="MSG_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MSG_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MSG_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MSGAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MSG" /></EntityType><EntityType Name="MNRServiceTemplate"><Key><PropertyRef Name="MST_PK" /></Key><Property Name="MST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="MST_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MST_IsSystem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MST_LaborHours" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="MST_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="MST_MaterialQuantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="MST_MNRGroup" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="MST_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="18"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="MST_RCC_ComponentCode" Type="Edm.Guid" /><Property Name="MST_RFM_Damage" Type="Edm.Guid" /><Property Name="MST_RMC_Material" Type="Edm.Guid" /><Property Name="MST_RMM_MachineryMake" Type="Edm.Guid" /><Property Name="MST_RMP_PartNumber" Type="Edm.Guid" /><Property Name="MST_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MST_RRC_RepairCode" Type="Edm.Guid" /><Property Name="MST_RUS_UnitSection" Type="Edm.Guid" /><Property Name="MST_SurveyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MST_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="MST_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="MST_WW_Yard" Type="Edm.Guid" /><NavigationProperty Name="MNRServiceTemplateClients" Type="Collection(Odyssey.MNRServiceTemplateClient)" Partner="MNRServiceTemplate" /><NavigationProperty Name="MNRServiceTemplateContainerTypes" Type="Collection(Odyssey.MNRServiceTemplateContainerType)" Partner="MNRServiceTemplate" /><NavigationProperty Name="MNRServiceTemplateGroupAssociations" Type="Collection(Odyssey.MNRServiceTemplateGroupAssociation)" Partner="MNRServiceTemplate" /><NavigationProperty Name="ComponentCode" Type="Odyssey.RefMRComponentCodeInfo"><ReferentialConstraint Property="MST_RCC_ComponentCode" ReferencedProperty="RCC_PK" /></NavigationProperty><NavigationProperty Name="Damage" Type="Odyssey.RefDamageInfo"><ReferentialConstraint Property="MST_RFM_Damage" ReferencedProperty="RFM_PK" /></NavigationProperty><NavigationProperty Name="Material" Type="Odyssey.RefMaterialInfo"><ReferentialConstraint Property="MST_RMC_Material" ReferencedProperty="RMC_PK" /></NavigationProperty><NavigationProperty Name="RepairCode" Type="Odyssey.RefRepairCodeInfo"><ReferentialConstraint Property="MST_RRC_RepairCode" ReferencedProperty="RRC_PK" /></NavigationProperty><NavigationProperty Name="UnitSection" Type="Odyssey.RefUnitSectionInfo"><ReferentialConstraint Property="MST_RUS_UnitSection" ReferencedProperty="RUS_PK" /></NavigationProperty><NavigationProperty Name="Yard" Type="Odyssey.WhsWarehouseInfo"><ReferentialConstraint Property="MST_WW_Yard" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MSTAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MST" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="MST_Width" /><PropertyValue Property="UnitProperty" PropertyPath="MST_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="MST_Length" /><PropertyValue Property="UnitProperty" PropertyPath="MST_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="MNRSurvey" Abstract="true"><Key><PropertyRef Name="MRS_PK" /></Key><Property Name="MRS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MRS_IsArchived" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MRS_IsCompleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MRS_MWO_MNRWorkOrderHeader" Type="Edm.Guid" /><Property Name="MRS_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="MRS_RequireEstimate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MRS_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MRS_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MRS_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MRS_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MRS_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MRS_Type" Type="Edm.String" DefaultValue="STL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MRS_WW_Facility" Type="Edm.Guid" Nullable="false" /><Property Name="MRS_YLI_UnitLineItem" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="MNRWorkOrderHeader" Type="Odyssey.MNRWorkOrderHeader" Partner="MNRSurveys"><ReferentialConstraint Property="MRS_MWO_MNRWorkOrderHeader" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="Facility" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="MRS_WW_Facility" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="UnitLineItem" Type="Odyssey.CYDUnitLineItem" Nullable="false"><ReferentialConstraint Property="MRS_YLI_UnitLineItem" ReferencedProperty="YLI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MRS_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MRS_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.MRSNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MRSAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MRS" /></EntityType><EntityType Name="YUSMNRSurvey" BaseType="Odyssey.MNRSurvey"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="MNRSurveys"><ReferentialConstraint Property="MRS_ParentID" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="MNRWorkOrderApprovalParty"><Key><PropertyRef Name="MNA_PK" /></Key><Property Name="MNA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MNA_ApprovalCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="MNA_ApprovalParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MNA_ApprovalRequestedTime" Type="Edm.DateTimeOffset" Nullable="false" /><Property Name="MNA_ApprovalResult" Type="Edm.String" DefaultValue="PEN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MNA_ApprovalResultTime" Type="Edm.DateTimeOffset" /><Property Name="MNA_MWO_WorkOrder" Type="Edm.Guid" Nullable="false" /><Property Name="MNA_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MNA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MNA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MNA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MNA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WorkOrder" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="MNRWorkOrderApprovalParties"><ReferentialConstraint Property="MNA_MWO_WorkOrder" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MNA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MNA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.MNAAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MNAAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="MNA" /></EntityType><EntityType Name="MNRWorkOrderCharge"><Key><PropertyRef Name="JR_PK" /></Key><Property Name="JR_GC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JR_JR_JobCharge" Type="Edm.Guid" Nullable="false" /><Property Name="JR_AC" Type="Edm.Guid" Nullable="false" /><Property Name="JR_OSSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_RX_NKSellCurrency" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JR_LocalSellAmt" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JH_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="JR_EstimatedRevenue" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4"><Annotation Term="Glow.DynamicScalePath" PropertyPath="SellCurrency/RX_SubUnitRatio" /></Property><Property Name="JR_OH_SellAccount" Type="Edm.Guid" /><Property Name="AC_CODE" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="AC_ChargeGroup" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EC_ValueAsGuid" Type="Edm.Guid" /><Property Name="EC_LaborHourlyRate" Type="Edm.String" /><Property Name="EC_Units" Type="Edm.String" /><Property Name="EC_MaterialAmount" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><NavigationProperty Name="SellCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="JR_RX_NKSellCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="JR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="JobCharge" Type="Odyssey.JobCharge" Nullable="false"><ReferentialConstraint Property="JR_JR_JobCharge" ReferencedProperty="JR_PK" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderHeader" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="MNRWorkOrderCharges"><ReferentialConstraint Property="JH_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="AccChargeCodeInfo" Type="Odyssey.AccChargeCodeInfo" Nullable="false"><ReferentialConstraint Property="JR_AC" ReferencedProperty="AC_PK" /></NavigationProperty><NavigationProperty Name="SellAccount" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="JR_OH_SellAccount" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderLine" Type="Odyssey.MNRWorkOrderLine"><ReferentialConstraint Property="EC_ValueAsGuid" ReferencedProperty="MWL_PK" /></NavigationProperty></EntityType><EntityType Name="MNRWorkOrderHeader" Abstract="true"><Key><PropertyRef Name="MWO_PK" /></Key><Property Name="MWO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MWO_FinalizedDate" Type="Edm.DateTimeOffset" /><Property Name="MWO_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MWO_IsInternal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MWO_IsMachineryEstimateSubmitted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MWO_IsRejected" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MWO_IsStructuralEstimateSubmitted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MWO_JobNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="MWO_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="MWO_REG_EndEquipmentGrade" Type="Edm.Guid" Nullable="false" /><Property Name="MWO_REG_StartEquipmentGrade" Type="Edm.Guid" Nullable="false" /><Property Name="MWO_Revision" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="MWO_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MWO_SplitBillingEnabled" Type="Edm.Boolean" /><Property Name="MWO_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWO_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWO_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MWO_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWO_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MWO_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWO_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWO_WorkOrderApprovedTime" Type="Edm.DateTimeOffset" /><Property Name="MWO_WW_Facility" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="MNRSurveys" Type="Collection(Odyssey.MNRSurvey)" Partner="MNRWorkOrderHeader" /><NavigationProperty Name="MNRWorkOrderApprovalParties" Type="Collection(Odyssey.MNRWorkOrderApprovalParty)" Partner="WorkOrder" /><NavigationProperty Name="EndEquipmentGrade" Type="Odyssey.RefEquipmentGradeInfo" Nullable="false"><ReferentialConstraint Property="MWO_REG_EndEquipmentGrade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="StartEquipmentGrade" Type="Odyssey.RefEquipmentGradeInfo" Nullable="false"><ReferentialConstraint Property="MWO_REG_StartEquipmentGrade" ReferencedProperty="REG_PK" /></NavigationProperty><NavigationProperty Name="Facility" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="MWO_WW_Facility" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderLines" Type="Collection(Odyssey.MNRWorkOrderLine)" Partner="MNRWorkOrderHeader" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MWO_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MWO_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="AddOnValues" Type="Collection(Odyssey.MWOAddOnValue)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.MWOAddress)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.MWOLog)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.MWONote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.MWOProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.MWOReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowAuditLogs" Type="Collection(Odyssey.MWOWorkflowAuditLog)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowEvents" Type="Collection(Odyssey.MWOWorkflowEvent)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.MWOWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowTasks" Type="Collection(Odyssey.MWOWorkflowTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MWOAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderCharges" Type="Collection(Odyssey.MNRWorkOrderCharge)" Partner="MNRWorkOrderHeader" /><Annotation Term="Glow.TableCode" String="MWO" /></EntityType><EntityType Name="YUSMNRWorkOrderHeader" BaseType="Odyssey.MNRWorkOrderHeader"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="MNRWorkOrderHeaders"><ReferentialConstraint Property="MWO_ParentID" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="MNRWorkOrderLine"><Key><PropertyRef Name="MWL_PK" /></Key><Property Name="MWL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MWL_ClientUOMCode" Type="Edm.String" DefaultValue="CM" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="MWL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="MWL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="MWL_LaborHours" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="MWL_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="MWL_ManuallyAdjusted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="MWL_MaterialAmount" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="MWL_MaterialQuantity" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="MWL_MWL_RevisedWorkOrderLine" Type="Edm.Guid" /><Property Name="MWL_MWO_MNRWorkOrderHeader" Type="Edm.Guid" Nullable="false" /><Property Name="MWL_RCC_ComponentCode" Type="Edm.Guid" /><Property Name="MWL_ResponsibleParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWL_RFM_Damage" Type="Edm.Guid" /><Property Name="MWL_RMC_Material" Type="Edm.Guid" /><Property Name="MWL_RMM_MachineryMake" Type="Edm.Guid" /><Property Name="MWL_RMP_PartNumber" Type="Edm.Guid" /><Property Name="MWL_RowVersion" Type="Edm.Binary" DefaultValue="" Nullable="false" MaxLength="8"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="MWL_RRC_RepairCode" Type="Edm.Guid" /><Property Name="MWL_RUS_UnitSection" Type="Edm.Guid" /><Property Name="MWL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MWL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="MWL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWL_TaskEndTime" Type="Edm.DateTimeOffset" /><Property Name="MWL_TaskStartTime" Type="Edm.DateTimeOffset" /><Property Name="MWL_Type" Type="Edm.String" DefaultValue="STL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="MWL_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="MWL_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="RevisedWorkOrderLine" Type="Odyssey.MNRWorkOrderLine"><ReferentialConstraint Property="MWL_MWL_RevisedWorkOrderLine" ReferencedProperty="MWL_PK" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderHeader" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="MNRWorkOrderLines"><ReferentialConstraint Property="MWL_MWO_MNRWorkOrderHeader" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="ComponentCode" Type="Odyssey.RefMRComponentCodeInfo"><ReferentialConstraint Property="MWL_RCC_ComponentCode" ReferencedProperty="RCC_PK" /></NavigationProperty><NavigationProperty Name="Damage" Type="Odyssey.RefDamageInfo"><ReferentialConstraint Property="MWL_RFM_Damage" ReferencedProperty="RFM_PK" /></NavigationProperty><NavigationProperty Name="Material" Type="Odyssey.RefMaterialInfo"><ReferentialConstraint Property="MWL_RMC_Material" ReferencedProperty="RMC_PK" /></NavigationProperty><NavigationProperty Name="RepairCode" Type="Odyssey.RefRepairCodeInfo"><ReferentialConstraint Property="MWL_RRC_RepairCode" ReferencedProperty="RRC_PK" /></NavigationProperty><NavigationProperty Name="UnitSection" Type="Odyssey.RefUnitSectionInfo"><ReferentialConstraint Property="MWL_RUS_UnitSection" ReferencedProperty="RUS_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MWL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="MWL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Notes" Type="Collection(Odyssey.MWLNote)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.MWLAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="MNRWorkOrderLineYardUnitStateInfoViews" Type="Collection(Odyssey.MNRWorkOrderLineYardUnitStateInfoView)" Partner="MNRWorkOrderLine" /><Annotation Term="Glow.TableCode" String="MWL" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="MWL_Width" /><PropertyValue Property="UnitProperty" PropertyPath="MWL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="MWL_Length" /><PropertyValue Property="UnitProperty" PropertyPath="MWL_UnitOfDimension" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Dimension</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="MNRWorkOrderLineYardUnitStateInfoView"><Key><PropertyRef Name="MWL_PK" /></Key><Property Name="MWL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="MWL_PKAsFK" Type="Edm.Guid" Nullable="false" /><Property Name="MWL_UnitNumber" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="MWL_UnitType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="MWL_TypeSize" Type="Edm.String" MaxLength="10" Unicode="false" /><Property Name="MWL_Client" Type="Edm.String" MaxLength="100" /><Property Name="MWL_Lessee" Type="Edm.String" MaxLength="100" /><NavigationProperty Name="MNRWorkOrderLine" Type="Odyssey.MNRWorkOrderLine" Nullable="false" Partner="MNRWorkOrderLineYardUnitStateInfoViews"><ReferentialConstraint Property="MWL_PKAsFK" ReferencedProperty="MWL_PK" /></NavigationProperty></EntityType><EntityType Name="MRMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRRateMeasurement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MRM_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="MRSAcknowledgement" 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.MNRSurvey" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MRS_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="MRSNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.MNRSurvey" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="MRS_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="MSAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRServiceTemplateGroupAssociation" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MSA_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="MSGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRServiceTemplateGroup" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MSG_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="MSTAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRServiceTemplate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MST_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="MTCAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRServiceTemplateClient" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MTC_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="MUMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRClientUOMMapping" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MUM_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="MWLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MWL_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="MWLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderLine" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="MWL_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="MWOAcknowledgement" 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.MNRWorkOrderHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="MWOAddOnValue" BaseType="Odyssey.AddOnValue"><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><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="MWOAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_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><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="MWOLog" 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.MNRWorkOrderHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="MWONote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="MWO_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="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="MWOReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="WorkflowAuditLog" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="MWOWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="MWO_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="MWOWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="MWO_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="WorkflowTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Duration</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Outcome" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><Property Name="P9_Notes" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="MWOWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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="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="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="OrgSupplierPartInfo"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgSupplierPart" /><Annotation Term="Glow.TableCode" String="OP" /></EntityType><EntityType Name="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="StyleColor" Type="Odyssey.WhsProductStyleColourInfo"><ReferentialConstraint Property="OP_WSC_WhsProductStyleColour" ReferencedProperty="WSC_PK" /></NavigationProperty><NavigationProperty Name="StyleSize" Type="Odyssey.WhsProductStyleSizeInfo"><ReferentialConstraint Property="OP_WSZ_WhsProductStyleSize" ReferencedProperty="WSZ_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="OP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="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="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="PQAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTaskNotification" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="PQ_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ProcessTaskNotification"><Key><PropertyRef Name="PQ_PK" /></Key><Property Name="PQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PQ_Code1" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_DisplayTipTextOverride" Type="Edm.String" MaxLength="500" /><Property Name="PQ_ECS_MessageDeliveryContextSelector" Type="Edm.Guid" /><Property Name="PQ_EmailAddr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="PQ_EmailText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="PQ_ExceptionCategory" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_ExceptionType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_GG_Group" Type="Edm.Guid" /><Property Name="PQ_GS_NKStaff" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_MessagePurpose" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_Offset" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="PQ_OH_Recipient" Type="Edm.Guid" /><Property Name="PQ_P0_WorkflowTemplate" Type="Edm.Guid" /><Property Name="PQ_P9" Type="Edm.Guid" /><Property Name="PQ_P9T_Trigger" Type="Edm.Guid" /><Property Name="PQ_PEA_ExecutionResultAction" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityId" Type="Edm.Guid" /><Property Name="PQ_RelatedEntityTableCode" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="PQ_RFR_IRType" Type="Edm.Guid" /><Property Name="PQ_RQT_RequestType" Type="Edm.Guid" /><Property Name="PQ_SourceTemplateNotification" Type="Edm.Guid" /><Property Name="PQ_SQ" Type="Edm.Guid" /><Property Name="PQ_SU_Document" Type="Edm.Guid" /><Property Name="PQ_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="PQ_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerParty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerPartyService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_TriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PQ_WAA_AutomationTaskResultAction" Type="Edm.Guid" /><NavigationProperty Name="Group" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="PQ_GG_Group" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="Recipient" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="PQ_OH_Recipient" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="ProcessTask" Type="Odyssey.ProcessTask" Partner="TriggerActions"><ReferentialConstraint Property="PQ_P9" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="StmPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="PQ_SQ" ReferencedProperty="SQ_PK" /></NavigationProperty><NavigationProperty Name="Document" Type="Odyssey.StmMenuItemInfo"><ReferentialConstraint Property="PQ_SU_Document" ReferencedProperty="SU_PK" /></NavigationProperty><NavigationProperty Name="Staff" Type="Odyssey.GlbStaffInfo"><ReferentialConstraint Property="PQ_GS_NKStaff" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="PQ_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.PQAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="PQ" /></EntityType><EntityType Name="ProcessTask" Abstract="true"><Key><PropertyRef Name="P9_PK" /></Key><Property Name="P9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P9_ActualDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ActualDateUpdateType" Type="Edm.String" DefaultValue="AD1" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ActualDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ActualDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_AndOr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="P9_CardNote" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" /><Property Name="P9_CascadedEventsContext" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" Unicode="false" /><Property Name="P9_CompletedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Condition1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Condition2Value" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_DelayDurationSeconds" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="P9_EffectiveEndDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EffectiveStartDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedDefaultedFrom" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_EstimatedDefaultFromPredecessor" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_EstimatedDefaultTimeDelta" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimatedHandoverTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_EstimatedTimeToComplete" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_EstimateVariationFactor" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="5" Scale="2" /><Property Name="P9_ExceptionAddedUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_ExceptionDurationHours" Type="Edm.Int32" /><Property Name="P9_ExceptionEndDate" Type="Edm.DateTimeOffset" /><Property Name="P9_FC_CurrentComponent" Type="Edm.Guid" /><Property Name="P9_FH_ProcessHeader" Type="Edm.Guid" /><Property Name="P9_FormFlowType" Type="Edm.String" MaxLength="3" Unicode="false" /><Property Name="P9_G4_RequiredCapability" Type="Edm.Guid" /><Property Name="P9_GB_TriggerBranch" Type="Edm.Guid" /><Property Name="P9_GC" Type="Edm.Guid" /><Property Name="P9_GE_TriggerDepartment" Type="Edm.Guid" /><Property Name="P9_GG_AssignedGroup" Type="Edm.Guid" /><Property Name="P9_GS_NKAssignedStaffMember" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_IsCalendarItem" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsInterruptable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsPublished" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_IsResetBeingAppliedToThisTask" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_LineTriggerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_MilestoneCompletionPivotKey" Type="Edm.String" MaxLength="200" /><Property Name="P9_MilestoneExceptionAdded" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_NonWorkHours" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_Notes" Type="Edm.Binary" /><Property Name="P9_OA" Type="Edm.Guid" /><Property Name="P9_OC" Type="Edm.Guid" /><Property Name="P9_OriginalScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_Outcome" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_ParentID" Type="Edm.Guid" /><Property Name="P9_ParentTemplateID" Type="Edm.Guid" /><Property Name="P9_PTE_ProcessTaskAutomation" Type="Edm.Guid" /><Property Name="P9_RecalculateScheduledDate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P9_ReferencedID" Type="Edm.Guid" /><Property Name="P9_ReferencedTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_RespondToCascadedEvents" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_RL_NKExceptionLocation" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="P9_RN_NKDestinationCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_RN_NKOriginCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="P9_ScheduledDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_ScheduledDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SE_NKExceptionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKMilestoneEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SE_NKTaskCompletionEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_Sequence" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="P9_Status" Type="Edm.String" DefaultValue="OPN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SuppressDuplicates" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_SuspendedAt" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_SuspendedAtUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="P9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TaskCannotBeDeleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_TaskID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="P9_TotalSuspendedDuration" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="P9_TriggerCondition" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerContext" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_TriggerField" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" Unicode="false" /><Property Name="P9_TriggerFiredCountdown" Type="Edm.Int16" DefaultValue="100" Nullable="false" /><Property Name="P9_TriggeringEventLog" Type="Edm.Guid" /><Property Name="P9_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="P9_UseTemplateNotifications" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="P9_WAT_AutomationTask" Type="Edm.Guid" /><Property Name="IsSelf" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged1" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged2" Type="Edm.Boolean" Nullable="false" /><Property Name="IsManaged3" Type="Edm.Boolean" Nullable="false" /><NavigationProperty Name="TriggerActions" Type="Collection(Odyssey.ProcessTaskNotification)" Partner="ProcessTask"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="RequiredCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="P9_G4_RequiredCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="TriggerBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="P9_GB_TriggerBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="P9_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="TriggerDepartment" Type="Odyssey.GlbDepartmentInfo"><ReferentialConstraint Property="P9_GE_TriggerDepartment" ReferencedProperty="GE_PK" /></NavigationProperty><NavigationProperty Name="AssignedGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="P9_GG_AssignedGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="P9_OA" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="P9_OC" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ExceptionLocation" Type="Odyssey.RefUNLOCOInfo"><ReferentialConstraint Property="P9_RL_NKExceptionLocation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="DestinationCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKDestinationCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="OriginCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="P9_RN_NKOriginCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="ExceptionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKExceptionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="MilestoneEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKMilestoneEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.P9Log)" Partner="Parent" /><NavigationProperty Name="Notes" Type="Collection(Odyssey.P9Note)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Tags" Type="Collection(Odyssey.P9Tag)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.P9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="P9" /></EntityType><EntityType Name="AIHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ASTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="ACHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CPOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CLHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="COPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="CSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YAO_PK" /></NavigationProperty></EntityType><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty></EntityType><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YPH_PK" /></NavigationProperty></EntityType><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRA_PK" /></NavigationProperty></EntityType><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRE_PK" /></NavigationProperty></EntityType><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YTU_PK" /></NavigationProperty></EntityType><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefDamageInfo"><Key><PropertyRef Name="RFM_PK" /></Key><Property Name="RFM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RFM_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RFM_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="240" Unicode="false" /><Property Name="RFM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefDamage" /><Annotation Term="Glow.TableCode" String="RFM" /></EntityType><EntityType Name="RefEquipmentGradeInfo"><Key><PropertyRef Name="REG_PK" /></Key><Property Name="REG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="REG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="REG_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="REG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefEquipmentGrade" /><Annotation Term="Glow.TableCode" String="REG" /></EntityType><EntityType Name="RefEquipmentInfo"><Key><PropertyRef Name="RQ_PK" /></Key><Property Name="RQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RQ_ShortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RQ_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_CubicUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RQ_EquipmentType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_GS_NKPreferredDriver" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RQ_IsVehicle" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RQ_LoadingMetersCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_PalletSpacesCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_RC_RoadContainerType" Type="Edm.Guid" /><Property Name="RQ_Registration" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RQ_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RQ_WeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="RoadContainerType" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="RQ_RC_RoadContainerType" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="PreferredDriver" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="RQ_GS_NKPreferredDriver" ReferencedProperty="GS_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefEquipment" /><Annotation Term="Glow.TableCode" String="RQ" /></EntityType><EntityType Name="RefMaterialInfo"><Key><PropertyRef Name="RMC_PK" /></Key><Property Name="RMC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RMC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RMC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="240" Unicode="false" /><Property Name="RMC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefMaterial" /><Annotation Term="Glow.TableCode" String="RMC" /></EntityType><EntityType Name="RefMRComponentCodeInfo"><Key><PropertyRef Name="RCC_PK" /></Key><Property Name="RCC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RCC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RCC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="RCC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefMRComponentCode" /><Annotation Term="Glow.TableCode" String="RCC" /></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="RefRepairCodeInfo"><Key><PropertyRef Name="RRC_PK" /></Key><Property Name="RRC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RRC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RRC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="RRC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RRC_Group" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="RRC_ServiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefRepairCode" /><Annotation Term="Glow.TableCode" String="RRC" /></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="RefUnitSectionInfo"><Key><PropertyRef Name="RUS_PK" /></Key><Property Name="RUS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RUS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RUS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefUnitSection" /><Annotation Term="Glow.TableCode" String="RUS" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><EntityType Name="RefVesselInfo"><Key><PropertyRef Name="RV_PK" /></Key><Property Name="RV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RV_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="RV_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RV_LloydsNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="RV_RG" Type="Edm.Guid" /><Property Name="RV_RN_NKCountryOfReg" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CountryOfReg" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RV_RN_NKCountryOfReg" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefVessel" /><Annotation Term="Glow.TableCode" String="RV" /></EntityType><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmMenuItemInfo"><Key><PropertyRef Name="SU_PK" /></Key><Property Name="SU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SU_MenuName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmMenuItem" /><Annotation Term="Glow.TableCode" String="SU" /></EntityType><EntityType Name="StmPrintQueueInfo"><Key><PropertyRef Name="SQ_PK" /></Key><Property Name="SQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SQ_DisplayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Annotation Term="Glow.InfoTypeFor" String="IStmPrintQueue" /><Annotation Term="Glow.TableCode" String="SQ" /></EntityType><EntityType Name="TransportRouting" Abstract="true"><Key><PropertyRef Name="JW_PK" /></Key><Property Name="JW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="JW_AdditionalTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_AircraftType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ArrivalPortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JW_ATA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ATD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="JW_CarrierBookingReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JW_CustomDecimal1" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JW_CustomFlag1" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_CustomLink1" Type="Edm.Guid" /><Property Name="JW_DeparturePortRouteId" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="JW_DepotAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DepotStorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DGCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_DGReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_Distance" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="JW_DistanceUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_DocumentaryCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_EmptyCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_EmptyReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ETD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_IsCargoOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsCharter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsLinked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="JW_JX" Type="Edm.Guid" /><Property Name="JW_LegOrder" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="JW_OA_ArrivalLocation" Type="Edm.Guid" /><Property Name="JW_OA_CarrierAddress" Type="Edm.Guid" /><Property Name="JW_OA_CreditorAddress" Type="Edm.Guid" /><Property Name="JW_OA_DepartureLocation" Type="Edm.Guid" /><Property Name="JW_OnlineScheduleStatus" Type="Edm.String" DefaultValue="UNK" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ParentGUID" Type="Edm.Guid" /><Property Name="JW_PL_NKCarrierServiceLevel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_ReeferCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_ReeferReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_RL_NKDiscPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JW_RL_NKLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="JW_RQ_TruckType" Type="Edm.Guid" /><Property Name="JW_RV_Vessel" Type="Edm.Guid" /><Property Name="JW_ServiceString" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="200" Unicode="false" /><Property Name="JW_STA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_Status" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_STD" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="JW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_TerminalAvailabilityDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalReceivalCommences" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TerminalStorageDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_TransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_TransportType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_Vessel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="JW_VesselScreeningStatus" Type="Edm.String" DefaultValue="NOT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="JW_VGMCutOff" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="JW_VoyageFlight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="JobSailing" Type="Odyssey.JobSailingInfo"><ReferentialConstraint Property="JW_JX" ReferencedProperty="JX_PK" /></NavigationProperty><NavigationProperty Name="ArrivalLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_ArrivalLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CarrierAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_CarrierAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CreditorAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_CreditorAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DepartureLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="JW_OA_DepartureLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="TruckType" Type="Odyssey.RefEquipmentInfo"><ReferentialConstraint Property="JW_RQ_TruckType" ReferencedProperty="RQ_PK" /></NavigationProperty><NavigationProperty Name="Vessel" Type="Odyssey.RefVesselInfo"><ReferentialConstraint Property="JW_RV_Vessel" ReferencedProperty="RV_PK" /></NavigationProperty><NavigationProperty Name="DiscPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JW_RL_NKDiscPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="JW_RL_NKLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JW_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="JW_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="JobCO2Emissions" Type="Collection(Odyssey.JWJobCO2Emission)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.JWLog)" Partner="Parent" /><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.JWAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="JW" /></EntityType><EntityType Name="COTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="BFTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="YRATransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="YRA_PK" /></NavigationProperty></EntityType><EntityType Name="YRETransportRouting" BaseType="Odyssey.TransportRouting"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Partner="TransportRoutings"><ReferentialConstraint Property="JW_ParentGUID" ReferencedProperty="YRE_PK" /></NavigationProperty></EntityType><EntityType Name="KBTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="LTCTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JKTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JETransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="JSTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="EFTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WDLTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRPTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRCTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WRHTransportRouting" BaseType="Odyssey.TransportRouting" /><EntityType Name="WhsAreaInfo"><Key><PropertyRef Name="WA_PK" /></Key><Property Name="WA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WA_AreaType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WA_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WA_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsArea" /><Annotation Term="Glow.TableCode" String="WA" /></EntityType><EntityType Name="WhsLocationInfo"><Key><PropertyRef Name="WL_PK" /></Key><Property Name="WL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WL_Column" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Level" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_Tray" Type="Edm.Int16" DefaultValue="1" Nullable="false" /><Property Name="WL_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WL_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WL_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false" Partner="WhsLocations"><ReferentialConstraint Property="WL_WR" ReferencedProperty="WR_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsLocation" /><Annotation Term="Glow.TableCode" String="WL" /></EntityType><EntityType Name="WhsLocationViewForTPUWaitingBay"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_AvailableQuantity" Type="Edm.Decimal" Precision="19" Scale="3" /><Property Name="WLV_IsAvailable" Type="Edm.Boolean" /><Property Name="WLV_IsValid" Type="Edm.Boolean" 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_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_UsedQuantity" Type="Edm.Int32" /><Property Name="WLV_WarehouseCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WarehousePK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WarehouseType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WarehousePK" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLV" /></EntityType><EntityType Name="WhsLocationView"><Key><PropertyRef Name="WLV_PK" /></Key><Property Name="WLV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_ApprovedKnownLocation" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_CheckDigit" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_Column" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_CycleCountLastPerformed" Type="Edm.DateTimeOffset" /><Property Name="WLV_CycleCountPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FinalisedPickCount" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_FormattedColumn" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedLevel" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_FormattedTray" Type="Edm.String" MaxLength="5" Unicode="false" /><Property Name="WLV_IsOutboundLocation" Type="Edm.Boolean" /><Property Name="WLV_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_IsValidLocationForProductWarehousePutaway" Type="Edm.Boolean" /><Property Name="WLV_IsVirtualWarehouse" Type="Edm.Boolean" Nullable="false" /><Property Name="WLV_LastAllocatedOrChangedDateUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastAllocatedOrChangedID" Type="Edm.Guid" /><Property Name="WLV_LastConfigChangedUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_LastInventoryChangeDate" Type="Edm.DateTimeOffset" /><Property Name="WLV_Level" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_LocationClass" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_LocationString" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationString_UserFriendly" Type="Edm.String" MaxLength="43" Unicode="false" /><Property Name="WLV_LocationTypeCode" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxCubic" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxCubicUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxDepth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxDimensionUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxHeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaximumPickCountBeforeAutomatedStocktake" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_MaxQuantity" Type="Edm.Decimal" Nullable="false" Precision="18" Scale="3" /><Property Name="WLV_MaxQuantityUnit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_MaxWeight" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_MaxWeightUnit" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="WLV_MaxWidth" Type="Edm.Decimal" Nullable="false" Precision="9" Scale="3" /><Property Name="WLV_PalletFloorSpaces" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PalletStackHeight" Type="Edm.Byte" Nullable="false" /><Property Name="WLV_PickingAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickMethod" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PickPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_PutawayAreaType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_PutawayPathSequence" Type="Edm.Int32" Nullable="false" /><Property Name="WLV_RowName" Type="Edm.String" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WLV_RS_NKTransitServiceLevel" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SQ_DefaultPrintQueue" Type="Edm.Guid" /><Property Name="WLV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WLV_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_TransitDischargeAndServiceLevelFakeColumnForUX" Type="Edm.String" MaxLength="36" Unicode="false" /><Property Name="WLV_TransitDischargeLRC" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WLV_Tray" Type="Edm.Int16" Nullable="false" /><Property Name="WLV_WA_PickingArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WA_PutawayArea" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WarehouseType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WLV_WLT_LocationType" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WR" Type="Edm.Guid" Nullable="false" /><Property Name="WLV_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="TransitServiceLevel" Type="Odyssey.RefServiceLevelInfo" Nullable="false"><ReferentialConstraint Property="WLV_RS_NKTransitServiceLevel" ReferencedProperty="RS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="WLV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Warehouse" Type="Odyssey.WhsWarehouseInfo" Nullable="false"><ReferentialConstraint Property="WLV_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><NavigationProperty Name="PickingArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PickingArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="PutawayArea" Type="Odyssey.WhsAreaInfo" Nullable="false"><ReferentialConstraint Property="WLV_WA_PutawayArea" ReferencedProperty="WA_PK" /></NavigationProperty><NavigationProperty Name="WhsRow" Type="Odyssey.WhsRowInfo" Nullable="false"><ReferentialConstraint Property="WLV_WR" ReferencedProperty="WR_PK" /></NavigationProperty><NavigationProperty Name="DefaultPrintQueue" Type="Odyssey.StmPrintQueueInfo"><ReferentialConstraint Property="WLV_SQ_DefaultPrintQueue" ReferencedProperty="SQ_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="WLV" /></EntityType><EntityType Name="WhsProductStyleColourInfo"><Key><PropertyRef Name="WSC_PK" /></Key><Property Name="WSC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WSC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleColour" /><Annotation Term="Glow.TableCode" String="WSC" /></EntityType><EntityType Name="WhsProductStyleSizeInfo"><Key><PropertyRef Name="WSZ_PK" /></Key><Property Name="WSZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WSZ_Size" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="WSZ_Sequence" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IWhsProductStyleSize" /><Annotation Term="Glow.TableCode" String="WSZ" /></EntityType><EntityType Name="WhsRowInfo"><Key><PropertyRef Name="WR_PK" /></Key><Property Name="WR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WR_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" Unicode="false" /><Property Name="WR_Columns" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Levels" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_PickPathSequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_Trays" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WR_WW_Whs" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="WhsLocations" Type="Collection(Odyssey.WhsLocationInfo)" Partner="WhsRow" /><NavigationProperty Name="Whs" Type="Odyssey.WhsWarehouseInfo" Nullable="false" Partner="WhsRows"><ReferentialConstraint Property="WR_WW_Whs" ReferencedProperty="WW_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsRow" /><Annotation Term="Glow.TableCode" String="WR" /></EntityType><EntityType Name="WhsWarehouseInfo"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="WhsRows" Type="Collection(Odyssey.WhsRowInfo)" Partner="Whs" /><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IWhsWarehouse" /><Annotation Term="Glow.TableCode" String="WW" /></EntityType><EntityType Name="WhsWarehouse"><Key><PropertyRef Name="WW_PK" /></Key><Property Name="WW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="WW_ABCAnalysisEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AllowPartialLoadingDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_AutoPrintOrderCopyForMOPOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintOrderSummaryOnPick" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPackingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingNonPickedItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingShortfallItems" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoPrintPickingSlip" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="WW_DefaultInboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DefaultOutboundDockDoor" Type="Edm.Guid" /><Property Name="WW_DGContactPhoneType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_DGThresholdPercentage" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZDetailedTrackingMethod" Type="Edm.String" DefaultValue="UIN" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_FTZDetailedTrackingWarningPercentage" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="WW_FTZIsDetailedTrackingEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_G4_DefaultCapability" Type="Edm.Guid" /><Property Name="WW_GB_RelatedCompanyBranch" Type="Edm.Guid" Nullable="false" /><Property Name="WW_GG_ReleaseGroup" Type="Edm.Guid" /><Property Name="WW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_IsBondedWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsCustomsControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDangerousGoodsManagementEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsDomestic" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsImport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPickByUOMEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsPortAuthorityControlled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_IsVirtualWarehouse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationColumnsFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationColumnsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationComponentDelimiter" Type="Edm.String" DefaultValue="-" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="WW_LocationLevelsAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationLevelsFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationLevelsZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationsHaveLeadingZeros" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysAlpha" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_LocationTraysFixedWidth" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="WW_LocationTraysZeroBased" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_NumberOfCycleCountLocationsToAutoAssign" Type="Edm.Byte" DefaultValue="5" Nullable="false" /><Property Name="WW_OA_WarehouseAddress" Type="Edm.Guid" Nullable="false" /><Property Name="WW_OC_DGContact" Type="Edm.Guid" /><Property Name="WW_PreventReleaseOfPackageIfNotPicked" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_ScanAll" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="WW_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_TransitSecurityProcessingIncludesAllOutboundAir" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_TransitSecurityProcessingRequired" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="WW_UseArrivalDateForInwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseGS1PrefixFallback" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UseRequiredDateForOutwardsFinalisedDate" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_UsesVehicleBookingIntegration" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_VerifyEmptyLocations" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="WW_WarehouseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="WW_WarehouseName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="WW_WarehouseType" Type="Edm.String" DefaultValue="PRW" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="WW_WLT_DefaultLocationType" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="DefaultCapability" Type="Odyssey.GlbCapabilityInfo"><ReferentialConstraint Property="WW_G4_DefaultCapability" ReferencedProperty="G4_PK" /></NavigationProperty><NavigationProperty Name="RelatedCompanyBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="WW_GB_RelatedCompanyBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="ReleaseGroup" Type="Odyssey.GlbGroupInfo"><ReferentialConstraint Property="WW_GG_ReleaseGroup" ReferencedProperty="GG_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo" Nullable="false"><ReferentialConstraint Property="WW_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="WW_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="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="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"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YAO_PK" /></NavigationProperty></EntityType><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty></EntityType><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YPH_PK" /></NavigationProperty></EntityType><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRA_PK" /></NavigationProperty></EntityType><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRE_PK" /></NavigationProperty></EntityType><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YTU_PK" /></NavigationProperty></EntityType><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YUS_PK" /></NavigationProperty></EntityType><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><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"><NavigationProperty Name="Parent" Type="Odyssey.MNRWorkOrderHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="MWO_PK" /></NavigationProperty></EntityType><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><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="YAOAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YAO_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="YAOAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YAO_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="YAOLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YAO_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="YAONote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YAO_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="YAOReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YAO_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="YAOWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YAO_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="YAOWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YAO_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="YAOWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocServiceOrder" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YAO_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YardUnloadFactMetadataProxy"><Key><PropertyRef Name="YUF_PK" /></Key><Property Name="YUF_PK" Type="Edm.Guid" Nullable="false" /><Property Name="YUF_OH_BookingParty" Type="Edm.Guid" /><Property Name="YUF_OH_LesseeParty" Type="Edm.Guid" /><NavigationProperty Name="BookingParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="YUF_OH_BookingParty" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="LesseeParty" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="YUF_OH_LesseeParty" ReferencedProperty="OH_PK" /></NavigationProperty></EntityType><EntityType Name="YASAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDAdHocService" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YAS_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="YDHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YDH_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="YDHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="YDH_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="YDHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YDH_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="YDHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YDH_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="YDHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YDH_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="YDHReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="CE_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="CE_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="UniversalJobLink" Abstract="true"><Key><PropertyRef Name="UCL_PK" /></Key><Property Name="UCL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="UCL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="UCL_CompanyCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_EnterpriseCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_OH_Owner" Type="Edm.Guid" /><Property Name="UCL_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="UCL_ServerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_SourceKey" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="UCL_SourceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="UCL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="UCL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="UCL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="UCL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="UCL" /></EntityType><EntityType Name="YDHUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YDHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YDH_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="YDHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YDH_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="YDHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDDeliveryHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YDH_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YDLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDDelivery" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YDL_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="YDLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDDelivery" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YDL_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="YDLUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDDelivery" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="YDL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YDLWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDDelivery" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YDL_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="YECAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineContainerType" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YEC_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="YECLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineContainerType" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEC_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="YECWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineContainerType" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEC_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="YEDAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineReadyDate" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YED_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="YEGAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineGrade" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YEG_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="YEGLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineGrade" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEG_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="YEGWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineGrade" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEG_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="YELAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YEL_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="YELLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEL_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="YELWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdviceLine" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEL_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="YEUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineUnitCondition" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YEU_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="YEULog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineUnitCondition" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEU_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="YEUWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseLineUnitCondition" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YEU_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="YLIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YLI_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="YLILog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YLI_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="YLIWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitLineItem" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YLI_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="YMHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovementHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YMH_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="YMHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovementHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YMH_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="YMHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDMovementHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YMH_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="YMHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovementHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YMH_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="YMIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDMachineryLineItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YMI_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="YMILog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDMachineryLineItem" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YMI_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="YMIWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDMachineryLineItem" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YMI_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="YMLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovement" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YML_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="YMLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovement" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YML_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="YMLWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDMovement" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YML_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="YPHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YPH_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="YPHAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="YPH_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="YPHAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YPH_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="YPHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YPH_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="YPHNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YPH_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="YPHReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YPH_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="YPHUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="YPH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YPHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YPH_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="YPHWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YPH_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="YPHWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickupHeader" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YPH_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YPLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickup" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YPL_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="YPLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickup" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YPL_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="YPLUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDPickup" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="YPL_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YPLWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDPickup" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YPL_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="YRAAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YRA_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="YRAAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YRA_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="YRALog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRA_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="YRANote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YRA_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="YRAReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YRA_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="YRAWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRA_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="YRAWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRA_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="YRAWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdvice" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRA_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YREAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YRE_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="YREAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YRE_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="YRELog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRE_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="YRENote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YRE_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="YREReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YRE_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="YREWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRE_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="YREWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRE_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="YREWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDReleaseAdvice" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YRE_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YRLAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdviceLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YRL_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="YRLLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdviceLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRL_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="YRLNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdviceLine" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YRL_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="YRLWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDReceiveAdviceLine" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YRL_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="YTUAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YTU_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="YTUAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="YTU_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="YTUAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YTU_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="YTULog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YTU_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="YTUNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YTU_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="YTUReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YTU_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="YTUUniversalJobLink" BaseType="Odyssey.UniversalJobLink"><NavigationProperty Name="Owner" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="UCL_OH_Owner" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="UniversalJobLinks"><ReferentialConstraint Property="UCL_ParentID" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="UCL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YTUWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YTU_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="YTUWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YTU_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="YTUWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDTransportationUnit" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YTU_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="YUHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitIDHistory" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YUH_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="YUHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitIDHistory" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUH_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="YUHWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitIDHistory" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUH_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="YULAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestrictionLine" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YUL_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="YULLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestrictionLine" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUL_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="YURAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestriction" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YUR_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="YURAddOnValue" BaseType="Odyssey.AddOnValue"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestriction" Nullable="false" Partner="AddOnValues"><ReferentialConstraint Property="XV_ParentID" ReferencedProperty="YUR_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="YURAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestriction" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YUR_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="YURLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestriction" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUR_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="YURNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDUnitRestriction" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YUR_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="YUSAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="YUS_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="YUSAddress" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="YUS_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="YUSLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUS_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="YUSNote" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="YUS_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="YUSReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="YUS_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="YUSWorkflowAuditLog" BaseType="Odyssey.WorkflowAuditLog"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="WorkflowAuditLogs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUS_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="YUSWorkflowEvent" BaseType="Odyssey.WorkflowEvent"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Nullable="false" Partner="WorkflowEvents"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="YUS_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="YUSWorkflowTask" BaseType="Odyssey.WorkflowTask"><NavigationProperty Name="Parent" Type="Odyssey.CYDYardUnitState" Partner="WorkflowTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="YUS_PK" /></NavigationProperty><NavigationProperty Name="AssignedStaffMember" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_GS_NKAssignedStaffMember" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="TaskCompletionEvent" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="P9_SE_NKTaskCompletionEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="P9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><Annotations Target="Odyssey.AccBankAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccBankAccountInfo" String="IAccBankAccountInfo" /></Annotations><Annotations Target="Odyssey.AccChargeCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChargeCodeInfo" String="IAccChargeCodeInfo" /></Annotations><Annotations Target="Odyssey.AccChequeBookInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccChequeBookInfo" String="IAccChequeBookInfo" /></Annotations><Annotations Target="Odyssey.AccInvMsgInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccInvMsgInfo" String="IAccInvMsgInfo" /></Annotations><Annotations Target="Odyssey.AccTaxRateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTaxRateInfo" String="IAccTaxRateInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionHeaderInfo" String="IAccTransactionHeaderInfo" /></Annotations><Annotations Target="Odyssey.AccTransactionLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="AccTransactionLineInfo" String="IAccTransactionLineInfo" /></Annotations><Annotations Target="Odyssey.AdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="AdditionalService" String="IAdditionalService" /></Annotations><Annotations Target="Odyssey.YAOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="YAOAdditionalService" String="IAdditionalService[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.KMAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KMAdditionalService" String="IAdditionalService[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.KNAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KNAdditionalService" String="IAdditionalService[[IDtbBookingInstruction]]" /></Annotations><Annotations Target="Odyssey.LTCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTCAdditionalService" String="IAdditionalService[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.LTSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="LTSAdditionalService" String="IAdditionalService[[IDtbConsignmentAddress]]" /></Annotations><Annotations Target="Odyssey.KGAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="KGAdditionalService" String="IAdditionalService[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.JKAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JKAdditionalService" String="IAdditionalService[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JCAdditionalService" String="IAdditionalService[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JSAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JSAdditionalService" String="IAdditionalService[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.WSJAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WSJAdditionalService" String="IAdditionalService[[IWhsAdHocServiceJob]]" /></Annotations><Annotations Target="Odyssey.WDAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDAdditionalService" String="IAdditionalService[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WDCAdditionalService" String="IAdditionalService[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WRCAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WRCAdditionalService" String="IAdditionalService[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WVOAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="WVOAdditionalService" String="IAdditionalService[[IWhsVASOrder]]" /></Annotations><Annotations Target="Odyssey.JPAdditionalService"><Annotation Term="Glow.FriendlyName" Qualifier="JPAdditionalService" String="IAdditionalService[[IDocsAndCartageDetail]]" /></Annotations><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.CNRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CNRAcknowledgement" String="IAcknowledgement[[ICYDReleaseUnitRule]]" /></Annotations><Annotations Target="Odyssey.CYDAdHocServiceCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CYDAdHocServiceCharge" String="ICYDAdHocServiceCharge" /></Annotations><Annotations Target="Odyssey.CYDAdHocServiceOrder"><Annotation Term="Glow.FriendlyName" Qualifier="CYDAdHocServiceOrder" String="ICYDAdHocServiceOrder" /></Annotations><Annotations Target="Odyssey.CYDAdHocService"><Annotation Term="Glow.FriendlyName" Qualifier="CYDAdHocService" String="ICYDAdHocService" /></Annotations><Annotations Target="Odyssey.CYDDelivery"><Annotation Term="Glow.FriendlyName" Qualifier="CYDDelivery" String="ICYDDelivery" /></Annotations><Annotations Target="Odyssey.CYDDeliveryCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CYDDeliveryCharge" String="ICYDDeliveryCharge" /></Annotations><Annotations Target="Odyssey.CYDDeliveryHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CYDDeliveryHeader" String="ICYDDeliveryHeader" /></Annotations><Annotations Target="Odyssey.CYDDeliveryInvoice"><Annotation Term="Glow.FriendlyName" Qualifier="CYDDeliveryInvoice" String="ICYDDeliveryInvoice" /></Annotations><Annotations Target="Odyssey.CYDGatedInDeliveryView"><Annotation Term="Glow.FriendlyName" Qualifier="CYDGatedInDeliveryView" String="ICYDGatedInDeliveryView" /></Annotations><Annotations Target="Odyssey.CYDMachineryLineItem"><Annotation Term="Glow.FriendlyName" Qualifier="CYDMachineryLineItem" String="ICYDMachineryLineItem" /></Annotations><Annotations Target="Odyssey.CYDMovementHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CYDMovementHeader" String="ICYDMovementHeader" /></Annotations><Annotations Target="Odyssey.CYDMovement"><Annotation Term="Glow.FriendlyName" Qualifier="CYDMovement" String="ICYDMovement" /></Annotations><Annotations Target="Odyssey.CYDPickupCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CYDPickupCharge" String="ICYDPickupCharge" /></Annotations><Annotations Target="Odyssey.CYDPickupHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CYDPickupHeader" String="ICYDPickupHeader" /></Annotations><Annotations Target="Odyssey.CYDPickupInvoice"><Annotation Term="Glow.FriendlyName" Qualifier="CYDPickupInvoice" String="ICYDPickupInvoice" /></Annotations><Annotations Target="Odyssey.CYDPickup"><Annotation Term="Glow.FriendlyName" Qualifier="CYDPickup" String="ICYDPickup" /></Annotations><Annotations Target="Odyssey.CYDReadyToLoadPickupView"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReadyToLoadPickupView" String="ICYDReadyToLoadPickupView" /></Annotations><Annotations Target="Odyssey.CYDReceiveAdviceLineQuantityInfoView"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReceiveAdviceLineQuantityInfoView" String="ICYDReceiveAdviceLineQuantityInfoView" /></Annotations><Annotations Target="Odyssey.CYDReceiveAdviceLine"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReceiveAdviceLine" String="ICYDReceiveAdviceLine" /></Annotations><Annotations Target="Odyssey.CYDReceiveAdvice"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReceiveAdvice" String="ICYDReceiveAdvice" /></Annotations><Annotations Target="Odyssey.CYDReleaseAdviceLineQuantityInfoView"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseAdviceLineQuantityInfoView" String="ICYDReleaseAdviceLineQuantityInfoView" /></Annotations><Annotations Target="Odyssey.CYDReleaseAdviceLine"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseAdviceLine" String="ICYDReleaseAdviceLine" /></Annotations><Annotations Target="Odyssey.CYDReleaseAdvice"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseAdvice" String="ICYDReleaseAdvice" /></Annotations><Annotations Target="Odyssey.CYDReleaseLineContainerType"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseLineContainerType" String="ICYDReleaseLineContainerType" /></Annotations><Annotations Target="Odyssey.CYDReleaseLineGrade"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseLineGrade" String="ICYDReleaseLineGrade" /></Annotations><Annotations Target="Odyssey.CYDReleaseLineReadyDate"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseLineReadyDate" String="ICYDReleaseLineReadyDate" /></Annotations><Annotations Target="Odyssey.CYDReleaseLineUnitCondition"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseLineUnitCondition" String="ICYDReleaseLineUnitCondition" /></Annotations><Annotations Target="Odyssey.CYDReleaseUnitRule"><Annotation Term="Glow.FriendlyName" Qualifier="CYDReleaseUnitRule" String="ICYDReleaseUnitRule" /></Annotations><Annotations Target="Odyssey.CYDTransportationUnit"><Annotation Term="Glow.FriendlyName" Qualifier="CYDTransportationUnit" String="ICYDTransportationUnit" /></Annotations><Annotations Target="Odyssey.CYDUnitLineItem"><Annotation Term="Glow.FriendlyName" Qualifier="CYDUnitLineItem" String="ICYDUnitLineItem" /></Annotations><Annotations Target="Odyssey.CYDUnitRestrictionLine"><Annotation Term="Glow.FriendlyName" Qualifier="CYDUnitRestrictionLine" String="ICYDUnitRestrictionLine" /></Annotations><Annotations Target="Odyssey.CYDUnitRestriction"><Annotation Term="Glow.FriendlyName" Qualifier="CYDUnitRestriction" String="ICYDUnitRestriction" /></Annotations><Annotations Target="Odyssey.CYDUnitControlAlert"><Annotation Term="Glow.FriendlyName" Qualifier="CYDUnitControlAlert" String="ICYDUnitControlAlert" /></Annotations><Annotations Target="Odyssey.CYDUnitControlRestriction"><Annotation Term="Glow.FriendlyName" Qualifier="CYDUnitControlRestriction" String="ICYDUnitControlRestriction" /></Annotations><Annotations Target="Odyssey.CYDYardUnitCharge"><Annotation Term="Glow.FriendlyName" Qualifier="CYDYardUnitCharge" String="ICYDYardUnitCharge" /></Annotations><Annotations Target="Odyssey.CYDYardUnitDocView"><Annotation Term="Glow.FriendlyName" Qualifier="CYDYardUnitDocView" String="ICYDYardUnitDocView" /></Annotations><Annotations Target="Odyssey.CYDYardUnitIDHistory"><Annotation Term="Glow.FriendlyName" Qualifier="CYDYardUnitIDHistory" String="ICYDYardUnitIDHistory" /></Annotations><Annotations Target="Odyssey.CYDYardUnitState"><Annotation Term="Glow.FriendlyName" Qualifier="CYDYardUnitState" String="ICYDYardUnitState" /></Annotations><Annotations Target="Odyssey.ECAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="ECAcknowledgement" String="IAcknowledgement[[IJobChargeAttrib]]" /></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.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.JobChargeAttrib"><Annotation Term="Glow.FriendlyName" Qualifier="JobChargeAttrib" String="IJobChargeAttrib" /></Annotations><Annotations Target="Odyssey.JobCharge"><Annotation Term="Glow.FriendlyName" Qualifier="JobCharge" String="IJobCharge" /></Annotations><Annotations Target="Odyssey.JobSailingInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobSailingInfo" String="IJobSailingInfo" /></Annotations><Annotations Target="Odyssey.JobVoyDestinationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyDestinationInfo" String="IJobVoyDestinationInfo" /></Annotations><Annotations Target="Odyssey.JobVoyOriginInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JobVoyOriginInfo" String="IJobVoyOriginInfo" /></Annotations><Annotations Target="Odyssey.JRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JRAcknowledgement" String="IAcknowledgement[[IJobCharge]]" /></Annotations><Annotations Target="Odyssey.JWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="JWAcknowledgement" String="IAcknowledgement[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JobCO2Emission" String="IJobCO2Emission" /></Annotations><Annotations Target="Odyssey.JWJobCO2Emission"><Annotation Term="Glow.FriendlyName" Qualifier="JWJobCO2Emission" String="IJobCO2Emission[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.JWLog"><Annotation Term="Glow.FriendlyName" Qualifier="JWLog" String="ILog[[ITransportRouting]]" /></Annotations><Annotations Target="Odyssey.MCTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MCTAcknowledgement" String="IAcknowledgement[[IMNRServiceTemplateContainerType]]" /></Annotations><Annotations Target="Odyssey.MNAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MNAAcknowledgement" String="IAcknowledgement[[IMNRWorkOrderApprovalParty]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.MNAAddress"><Annotation Term="Glow.FriendlyName" Qualifier="MNAAddress" String="IAddress[[IMNRWorkOrderApprovalParty]]" /></Annotations><Annotations Target="Odyssey.MNRClientUOMMapping"><Annotation Term="Glow.FriendlyName" Qualifier="MNRClientUOMMapping" String="IMNRClientUOMMapping" /></Annotations><Annotations Target="Odyssey.MNRRateMeasurementInfo"><Annotation Term="Glow.FriendlyName" Qualifier="MNRRateMeasurementInfo" String="IMNRRateMeasurementInfo" /></Annotations><Annotations Target="Odyssey.MNRRateMeasurement"><Annotation Term="Glow.FriendlyName" Qualifier="MNRRateMeasurement" String="IMNRRateMeasurement" /></Annotations><Annotations Target="Odyssey.MNRServiceTemplateClient"><Annotation Term="Glow.FriendlyName" Qualifier="MNRServiceTemplateClient" String="IMNRServiceTemplateClient" /></Annotations><Annotations Target="Odyssey.MNRServiceTemplateContainerType"><Annotation Term="Glow.FriendlyName" Qualifier="MNRServiceTemplateContainerType" String="IMNRServiceTemplateContainerType" /></Annotations><Annotations Target="Odyssey.MNRServiceTemplateGroupAssociation"><Annotation Term="Glow.FriendlyName" Qualifier="MNRServiceTemplateGroupAssociation" String="IMNRServiceTemplateGroupAssociation" /></Annotations><Annotations Target="Odyssey.MNRServiceTemplateGroup"><Annotation Term="Glow.FriendlyName" Qualifier="MNRServiceTemplateGroup" String="IMNRServiceTemplateGroup" /></Annotations><Annotations Target="Odyssey.MNRServiceTemplate"><Annotation Term="Glow.FriendlyName" Qualifier="MNRServiceTemplate" String="IMNRServiceTemplate" /></Annotations><Annotations Target="Odyssey.MNRSurvey"><Annotation Term="Glow.FriendlyName" Qualifier="MNRSurvey" String="IMNRSurvey" /></Annotations><Annotations Target="Odyssey.YUSMNRSurvey"><Annotation Term="Glow.FriendlyName" Qualifier="YUSMNRSurvey" String="IMNRSurvey[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.MNRWorkOrderApprovalParty"><Annotation Term="Glow.FriendlyName" Qualifier="MNRWorkOrderApprovalParty" String="IMNRWorkOrderApprovalParty" /></Annotations><Annotations Target="Odyssey.MNRWorkOrderCharge"><Annotation Term="Glow.FriendlyName" Qualifier="MNRWorkOrderCharge" String="IMNRWorkOrderCharge" /></Annotations><Annotations Target="Odyssey.MNRWorkOrderHeader"><Annotation Term="Glow.FriendlyName" Qualifier="MNRWorkOrderHeader" String="IMNRWorkOrderHeader" /></Annotations><Annotations Target="Odyssey.YUSMNRWorkOrderHeader"><Annotation Term="Glow.FriendlyName" Qualifier="YUSMNRWorkOrderHeader" String="IMNRWorkOrderHeader[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.MNRWorkOrderLine"><Annotation Term="Glow.FriendlyName" Qualifier="MNRWorkOrderLine" String="IMNRWorkOrderLine" /></Annotations><Annotations Target="Odyssey.MNRWorkOrderLineYardUnitStateInfoView"><Annotation Term="Glow.FriendlyName" Qualifier="MNRWorkOrderLineYardUnitStateInfoView" String="IMNRWorkOrderLineYardUnitStateInfoView" /></Annotations><Annotations Target="Odyssey.MRMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MRMAcknowledgement" String="IAcknowledgement[[IMNRRateMeasurement]]" /></Annotations><Annotations Target="Odyssey.MRSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MRSAcknowledgement" String="IAcknowledgement[[IMNRSurvey]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.MRSNote"><Annotation Term="Glow.FriendlyName" Qualifier="MRSNote" String="INote[[IMNRSurvey]]" /></Annotations><Annotations Target="Odyssey.MSAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MSAAcknowledgement" String="IAcknowledgement[[IMNRServiceTemplateGroupAssociation]]" /></Annotations><Annotations Target="Odyssey.MSGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MSGAcknowledgement" String="IAcknowledgement[[IMNRServiceTemplateGroup]]" /></Annotations><Annotations Target="Odyssey.MSTAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MSTAcknowledgement" String="IAcknowledgement[[IMNRServiceTemplate]]" /></Annotations><Annotations Target="Odyssey.MTCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MTCAcknowledgement" String="IAcknowledgement[[IMNRServiceTemplateClient]]" /></Annotations><Annotations Target="Odyssey.MUMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MUMAcknowledgement" String="IAcknowledgement[[IMNRClientUOMMapping]]" /></Annotations><Annotations Target="Odyssey.MWLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MWLAcknowledgement" String="IAcknowledgement[[IMNRWorkOrderLine]]" /></Annotations><Annotations Target="Odyssey.MWLNote"><Annotation Term="Glow.FriendlyName" Qualifier="MWLNote" String="INote[[IMNRWorkOrderLine]]" /></Annotations><Annotations Target="Odyssey.MWOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="MWOAcknowledgement" String="IAcknowledgement[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.MWOAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="MWOAddOnValue" String="IAddOnValue[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.MWOAddress"><Annotation Term="Glow.FriendlyName" Qualifier="MWOAddress" String="IAddress[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.MWOLog"><Annotation Term="Glow.FriendlyName" Qualifier="MWOLog" String="ILog[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.MWONote"><Annotation Term="Glow.FriendlyName" Qualifier="MWONote" String="INote[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.MWOReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="MWOReferenceNumber" String="IReferenceNumber[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowAuditLog" String="IWorkflowAuditLog" /></Annotations><Annotations Target="Odyssey.MWOWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowAuditLog" String="IWorkflowAuditLog[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowEvent" String="IWorkflowEvent" /></Annotations><Annotations Target="Odyssey.MWOWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowEvent" String="IWorkflowEvent[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.WorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowTask" String="IWorkflowTask" /></Annotations><Annotations Target="Odyssey.MWOWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowTask" String="IWorkflowTask[[IMNRWorkOrderHeader]]" /></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.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.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.OrgSupplierPartInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartInfo" String="IOrgSupplierPartInfo" /></Annotations><Annotations Target="Odyssey.OrgSupplierPart"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPart" String="IOrgSupplierPart" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.PQAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="PQAcknowledgement" String="IAcknowledgement[[IProcessTaskNotification]]" /></Annotations><Annotations Target="Odyssey.ProcessTaskNotification"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTaskNotification" String="IProcessTaskNotification" /></Annotations><Annotations Target="Odyssey.ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ProcessTask" String="IProcessTask" /></Annotations><Annotations Target="Odyssey.AIHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="AIHProcessTask" String="IProcessTask[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ASTProcessTask" String="IProcessTask[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="ACHProcessTask" String="IProcessTask[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSCProcessTask" String="IProcessTask[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSHProcessTask" String="IProcessTask[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CVOProcessTask" String="IProcessTask[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CPOProcessTask" String="IProcessTask[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CLHProcessTask" String="IProcessTask[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.COPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="COPProcessTask" String="IProcessTask[[ICrmOpportunity]]" /></Annotations><Annotations Target="Odyssey.CSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="CSProcessTask" String="IProcessTask[[ICusHAWB]]" /></Annotations><Annotations Target="Odyssey.BHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BHProcessTask" String="IProcessTask[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="BFProcessTask" String="IProcessTask[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOProcessTask" String="IProcessTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHProcessTask" String="IProcessTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHProcessTask" String="IProcessTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAProcessTask" String="IProcessTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREProcessTask" String="IProcessTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUProcessTask" String="IProcessTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSProcessTask" String="IProcessTask[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KMProcessTask" String="IProcessTask[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="LTCProcessTask" String="IProcessTask[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="KGProcessTask" String="IProcessTask[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="K1ProcessTask" String="IProcessTask[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.EMHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EMHProcessTask" String="IProcessTask[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.GAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="GAProcessTask" String="IProcessTask[[IGlbStaffHoliday]]" /></Annotations><Annotations Target="Odyssey.HRRProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HRRProcessTask" String="IProcessTask[[IHRHiringRequest]]" /></Annotations><Annotations Target="Odyssey.HVHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVHProcessTask" String="IProcessTask[[IHVLVBookingHeader]]" /></Annotations><Annotations Target="Odyssey.HVCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVCProcessTask" String="IProcessTask[[IHVLVConsignment]]" /></Annotations><Annotations Target="Odyssey.HVIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVIProcessTask" String="IProcessTask[[IHVLVItem]]" /></Annotations><Annotations Target="Odyssey.HVSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVSProcessTask" String="IProcessTask[[IHVLVItemLine]]" /></Annotations><Annotations Target="Odyssey.HVLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVLProcessTask" String="IProcessTask[[IHVLVOriginLoadList]]" /></Annotations><Annotations Target="Odyssey.HVOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="HVOProcessTask" String="IProcessTask[[IHVLVOuterPackage]]" /></Annotations><Annotations Target="Odyssey.JJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JJProcessTask" String="IProcessTask[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JKProcessTask" String="IProcessTask[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JCProcessTask" String="IProcessTask[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JEProcessTask" String="IProcessTask[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JDProcessTask" String="IProcessTask[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JOProcessTask" String="IProcessTask[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JXProcessTask" String="IProcessTask[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSProcessTask" String="IProcessTask[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="EFProcessTask" String="IProcessTask[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JSBProcessTask" String="IProcessTask[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JVProcessTask" String="IProcessTask[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JBProcessTask" String="IProcessTask[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JAProcessTask" String="IProcessTask[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.P0ProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="P0ProcessTask" String="IProcessTask[[IProcessTaskTemplate]]" /></Annotations><Annotations Target="Odyssey.RCTProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RCTProcessTask" String="IProcessTask[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="THProcessTask" String="IProcessTask[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="RQProcessTask" String="IProcessTask[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.VBProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="VBProcessTask" String="IProcessTask[[IViewQuotedBooking]]" /></Annotations><Annotations Target="Odyssey.WCWProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WCWProcessTask" String="IProcessTask[[IWhsCycleCountWave]]" /></Annotations><Annotations Target="Odyssey.WDProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDProcessTask" String="IProcessTask[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDCProcessTask" String="IProcessTask[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDLProcessTask" String="IProcessTask[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WDHProcessTask" String="IProcessTask[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPSProcessTask" String="IProcessTask[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRPProcessTask" String="IProcessTask[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRCProcessTask" String="IProcessTask[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WRHProcessTask" String="IProcessTask[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WLOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WLOProcessTask" String="IProcessTask[[IWhsLoad]]" /></Annotations><Annotations Target="Odyssey.WPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WPProcessTask" String="IProcessTask[[IWhsPick]]" /></Annotations><Annotations Target="Odyssey.WTKProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTKProcessTask" String="IProcessTask[[IWhsPickByLabelJob]]" /></Annotations><Annotations Target="Odyssey.WTJProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WTJProcessTask" String="IProcessTask[[IWhsPickTrolleyJob]]" /></Annotations><Annotations Target="Odyssey.WKIProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKIProcessTask" String="IProcessTask[[IWorkItem]]" /></Annotations><Annotations Target="Odyssey.WKPProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="WKPProcessTask" String="IProcessTask[[IWorkProject]]" /></Annotations><Annotations Target="Odyssey.JHProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="JHProcessTask" String="IProcessTask[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="MWOProcessTask" String="IProcessTask[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQProcessTask"><Annotation Term="Glow.FriendlyName" Qualifier="DRQProcessTask" String="IProcessTask[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.RefAirlineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefAirlineInfo" String="IRefAirlineInfo" /></Annotations><Annotations Target="Odyssey.RefCommodityCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCommodityCodeInfo" String="IRefCommodityCodeInfo" /></Annotations><Annotations Target="Odyssey.RefContainerInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefContainerInfo" String="IRefContainerInfo" /></Annotations><Annotations Target="Odyssey.RefCountryInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryInfo" String="IRefCountryInfo" /></Annotations><Annotations Target="Odyssey.RefCountryStateInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCountryStateInfo" String="IRefCountryStateInfo" /></Annotations><Annotations Target="Odyssey.RefCurrencyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefCurrencyInfo" String="IRefCurrencyInfo" /></Annotations><Annotations Target="Odyssey.RefDamageInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefDamageInfo" String="IRefDamageInfo" /></Annotations><Annotations Target="Odyssey.RefEquipmentGradeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefEquipmentGradeInfo" String="IRefEquipmentGradeInfo" /></Annotations><Annotations Target="Odyssey.RefEquipmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefEquipmentInfo" String="IRefEquipmentInfo" /></Annotations><Annotations Target="Odyssey.RefMaterialInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefMaterialInfo" String="IRefMaterialInfo" /></Annotations><Annotations Target="Odyssey.RefMRComponentCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefMRComponentCodeInfo" String="IRefMRComponentCodeInfo" /></Annotations><Annotations Target="Odyssey.RefPackTypeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefPackTypeInfo" String="IRefPackTypeInfo" /></Annotations><Annotations Target="Odyssey.RefRepairCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefRepairCodeInfo" String="IRefRepairCodeInfo" /></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.RefUnitSectionInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUnitSectionInfo" String="IRefUnitSectionInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations><Annotations Target="Odyssey.RefVesselInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefVesselInfo" String="IRefVesselInfo" /></Annotations><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmMenuItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmMenuItemInfo" String="IStmMenuItemInfo" /></Annotations><Annotations Target="Odyssey.StmPrintQueueInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmPrintQueueInfo" String="IStmPrintQueueInfo" /></Annotations><Annotations Target="Odyssey.TransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="TransportRouting" String="ITransportRouting" /></Annotations><Annotations Target="Odyssey.COTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="COTransportRouting" String="ITransportRouting[[ICusContainer]]" /></Annotations><Annotations Target="Odyssey.BFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="BFTransportRouting" String="ITransportRouting[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YRATransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="YRATransportRouting" String="ITransportRouting[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRETransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="YRETransportRouting" String="ITransportRouting[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.KBTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="KBTransportRouting" String="ITransportRouting[[IDtbBookingConsolidation]]" /></Annotations><Annotations Target="Odyssey.LTCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="LTCTransportRouting" String="ITransportRouting[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.JKTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JKTransportRouting" String="ITransportRouting[[IJobConsol]]" /></Annotations><Annotations Target="Odyssey.JETransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JETransportRouting" String="ITransportRouting[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JSTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="JSTransportRouting" String="ITransportRouting[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="EFTransportRouting" String="ITransportRouting[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.WDLTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WDLTransportRouting" String="ITransportRouting[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WRPTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRPTransportRouting" String="ITransportRouting[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRCTransportRouting" String="ITransportRouting[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHTransportRouting"><Annotation Term="Glow.FriendlyName" Qualifier="WRHTransportRouting" String="ITransportRouting[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WhsAreaInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsAreaInfo" String="IWhsAreaInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationInfo" String="IWhsLocationInfo" /></Annotations><Annotations Target="Odyssey.WhsLocationViewForTPUWaitingBay"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationViewForTPUWaitingBay" String="IWhsLocationViewForTPUWaitingBay" /></Annotations><Annotations Target="Odyssey.WhsLocationView"><Annotation Term="Glow.FriendlyName" Qualifier="WhsLocationView" String="IWhsLocationView" /></Annotations><Annotations Target="Odyssey.WhsProductStyleColourInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleColourInfo" String="IWhsProductStyleColourInfo" /></Annotations><Annotations Target="Odyssey.WhsProductStyleSizeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsProductStyleSizeInfo" String="IWhsProductStyleSizeInfo" /></Annotations><Annotations Target="Odyssey.WhsRowInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsRowInfo" String="IWhsRowInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouseInfo"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouseInfo" String="IWhsWarehouseInfo" /></Annotations><Annotations Target="Odyssey.WhsWarehouse"><Annotation Term="Glow.FriendlyName" Qualifier="WhsWarehouse" String="IWhsWarehouse" /></Annotations><Annotations Target="Odyssey.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.WWAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="WWAcknowledgement" String="IAcknowledgement[[IWhsWarehouse]]" /></Annotations><Annotations Target="Odyssey.YAOAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YAOAcknowledgement" String="IAcknowledgement[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YAOAddress" String="IAddress[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOLog"><Annotation Term="Glow.FriendlyName" Qualifier="YAOLog" String="ILog[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAONote"><Annotation Term="Glow.FriendlyName" Qualifier="YAONote" String="INote[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YAOReferenceNumber" String="IReferenceNumber[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowEvent" String="IWorkflowEvent[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowTask" String="IWorkflowTask[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YardUnloadFactMetadataProxy"><Annotation Term="Glow.FriendlyName" Qualifier="YardUnloadFactMetadataProxy" String="IYardUnloadFactMetadataProxy" /></Annotations><Annotations Target="Odyssey.YASAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YASAcknowledgement" String="IAcknowledgement[[ICYDAdHocService]]" /></Annotations><Annotations Target="Odyssey.YDHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YDHAcknowledgement" String="IAcknowledgement[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="YDHAddOnValue" String="IAddOnValue[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YDHAddress" String="IAddress[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHLog"><Annotation Term="Glow.FriendlyName" Qualifier="YDHLog" String="ILog[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHNote"><Annotation Term="Glow.FriendlyName" Qualifier="YDHNote" String="INote[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YDHReferenceNumber" String="IReferenceNumber[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.UniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="UniversalJobLink" String="IUniversalJobLink" /></Annotations><Annotations Target="Odyssey.YDHUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="YDHUniversalJobLink" String="IUniversalJobLink[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowEvent" String="IWorkflowEvent[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowTask" String="IWorkflowTask[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YDLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YDLAcknowledgement" String="IAcknowledgement[[ICYDDelivery]]" /></Annotations><Annotations Target="Odyssey.YDLLog"><Annotation Term="Glow.FriendlyName" Qualifier="YDLLog" String="ILog[[ICYDDelivery]]" /></Annotations><Annotations Target="Odyssey.YDLUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="YDLUniversalJobLink" String="IUniversalJobLink[[ICYDDelivery]]" /></Annotations><Annotations Target="Odyssey.YDLWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YDLWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDDelivery]]" /></Annotations><Annotations Target="Odyssey.YECAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YECAcknowledgement" String="IAcknowledgement[[ICYDReleaseLineContainerType]]" /></Annotations><Annotations Target="Odyssey.YECLog"><Annotation Term="Glow.FriendlyName" Qualifier="YECLog" String="ILog[[ICYDReleaseLineContainerType]]" /></Annotations><Annotations Target="Odyssey.YECWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YECWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReleaseLineContainerType]]" /></Annotations><Annotations Target="Odyssey.YEDAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YEDAcknowledgement" String="IAcknowledgement[[ICYDReleaseLineReadyDate]]" /></Annotations><Annotations Target="Odyssey.YEGAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YEGAcknowledgement" String="IAcknowledgement[[ICYDReleaseLineGrade]]" /></Annotations><Annotations Target="Odyssey.YEGLog"><Annotation Term="Glow.FriendlyName" Qualifier="YEGLog" String="ILog[[ICYDReleaseLineGrade]]" /></Annotations><Annotations Target="Odyssey.YEGWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YEGWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReleaseLineGrade]]" /></Annotations><Annotations Target="Odyssey.YELAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YELAcknowledgement" String="IAcknowledgement[[ICYDReleaseAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YELLog"><Annotation Term="Glow.FriendlyName" Qualifier="YELLog" String="ILog[[ICYDReleaseAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YELWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YELWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReleaseAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YEUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YEUAcknowledgement" String="IAcknowledgement[[ICYDReleaseLineUnitCondition]]" /></Annotations><Annotations Target="Odyssey.YEULog"><Annotation Term="Glow.FriendlyName" Qualifier="YEULog" String="ILog[[ICYDReleaseLineUnitCondition]]" /></Annotations><Annotations Target="Odyssey.YEUWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YEUWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReleaseLineUnitCondition]]" /></Annotations><Annotations Target="Odyssey.YLIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YLIAcknowledgement" String="IAcknowledgement[[ICYDUnitLineItem]]" /></Annotations><Annotations Target="Odyssey.YLILog"><Annotation Term="Glow.FriendlyName" Qualifier="YLILog" String="ILog[[ICYDUnitLineItem]]" /></Annotations><Annotations Target="Odyssey.YLIWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YLIWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDUnitLineItem]]" /></Annotations><Annotations Target="Odyssey.YMHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YMHAcknowledgement" String="IAcknowledgement[[ICYDMovementHeader]]" /></Annotations><Annotations Target="Odyssey.YMHLog"><Annotation Term="Glow.FriendlyName" Qualifier="YMHLog" String="ILog[[ICYDMovementHeader]]" /></Annotations><Annotations Target="Odyssey.YMHNote"><Annotation Term="Glow.FriendlyName" Qualifier="YMHNote" String="INote[[ICYDMovementHeader]]" /></Annotations><Annotations Target="Odyssey.YMHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YMHWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDMovementHeader]]" /></Annotations><Annotations Target="Odyssey.YMIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YMIAcknowledgement" String="IAcknowledgement[[ICYDMachineryLineItem]]" /></Annotations><Annotations Target="Odyssey.YMILog"><Annotation Term="Glow.FriendlyName" Qualifier="YMILog" String="ILog[[ICYDMachineryLineItem]]" /></Annotations><Annotations Target="Odyssey.YMIWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YMIWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDMachineryLineItem]]" /></Annotations><Annotations Target="Odyssey.YMLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YMLAcknowledgement" String="IAcknowledgement[[ICYDMovement]]" /></Annotations><Annotations Target="Odyssey.YMLLog"><Annotation Term="Glow.FriendlyName" Qualifier="YMLLog" String="ILog[[ICYDMovement]]" /></Annotations><Annotations Target="Odyssey.YMLWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YMLWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDMovement]]" /></Annotations><Annotations Target="Odyssey.YPHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YPHAcknowledgement" String="IAcknowledgement[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="YPHAddOnValue" String="IAddOnValue[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YPHAddress" String="IAddress[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHLog"><Annotation Term="Glow.FriendlyName" Qualifier="YPHLog" String="ILog[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHNote"><Annotation Term="Glow.FriendlyName" Qualifier="YPHNote" String="INote[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YPHReferenceNumber" String="IReferenceNumber[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="YPHUniversalJobLink" String="IUniversalJobLink[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowEvent" String="IWorkflowEvent[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowTask" String="IWorkflowTask[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YPLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YPLAcknowledgement" String="IAcknowledgement[[ICYDPickup]]" /></Annotations><Annotations Target="Odyssey.YPLLog"><Annotation Term="Glow.FriendlyName" Qualifier="YPLLog" String="ILog[[ICYDPickup]]" /></Annotations><Annotations Target="Odyssey.YPLUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="YPLUniversalJobLink" String="IUniversalJobLink[[ICYDPickup]]" /></Annotations><Annotations Target="Odyssey.YPLWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YPLWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDPickup]]" /></Annotations><Annotations Target="Odyssey.YRAAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YRAAcknowledgement" String="IAcknowledgement[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRAAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YRAAddress" String="IAddress[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRALog"><Annotation Term="Glow.FriendlyName" Qualifier="YRALog" String="ILog[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRANote"><Annotation Term="Glow.FriendlyName" Qualifier="YRANote" String="INote[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRAReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YRAReferenceNumber" String="IReferenceNumber[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowEvent" String="IWorkflowEvent[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowTask" String="IWorkflowTask[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YREAcknowledgement" String="IAcknowledgement[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YREAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YREAddress" String="IAddress[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YRELog"><Annotation Term="Glow.FriendlyName" Qualifier="YRELog" String="ILog[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YRENote"><Annotation Term="Glow.FriendlyName" Qualifier="YRENote" String="INote[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YREReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YREReferenceNumber" String="IReferenceNumber[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowEvent" String="IWorkflowEvent[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowTask" String="IWorkflowTask[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YRLAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YRLAcknowledgement" String="IAcknowledgement[[ICYDReceiveAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YRLLog"><Annotation Term="Glow.FriendlyName" Qualifier="YRLLog" String="ILog[[ICYDReceiveAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YRLNote"><Annotation Term="Glow.FriendlyName" Qualifier="YRLNote" String="INote[[ICYDReceiveAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YRLWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YRLWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDReceiveAdviceLine]]" /></Annotations><Annotations Target="Odyssey.YTUAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YTUAcknowledgement" String="IAcknowledgement[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="YTUAddOnValue" String="IAddOnValue[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YTUAddress" String="IAddress[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTULog"><Annotation Term="Glow.FriendlyName" Qualifier="YTULog" String="ILog[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUNote"><Annotation Term="Glow.FriendlyName" Qualifier="YTUNote" String="INote[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YTUReferenceNumber" String="IReferenceNumber[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUUniversalJobLink"><Annotation Term="Glow.FriendlyName" Qualifier="YTUUniversalJobLink" String="IUniversalJobLink[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowEvent" String="IWorkflowEvent[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowTask" String="IWorkflowTask[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YUHAcknowledgement" String="IAcknowledgement[[ICYDYardUnitIDHistory]]" /></Annotations><Annotations Target="Odyssey.YUHLog"><Annotation Term="Glow.FriendlyName" Qualifier="YUHLog" String="ILog[[ICYDYardUnitIDHistory]]" /></Annotations><Annotations Target="Odyssey.YUHWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YUHWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDYardUnitIDHistory]]" /></Annotations><Annotations Target="Odyssey.YULAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YULAcknowledgement" String="IAcknowledgement[[ICYDUnitRestrictionLine]]" /></Annotations><Annotations Target="Odyssey.YULLog"><Annotation Term="Glow.FriendlyName" Qualifier="YULLog" String="ILog[[ICYDUnitRestrictionLine]]" /></Annotations><Annotations Target="Odyssey.YURAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YURAcknowledgement" String="IAcknowledgement[[ICYDUnitRestriction]]" /></Annotations><Annotations Target="Odyssey.YURAddOnValue"><Annotation Term="Glow.FriendlyName" Qualifier="YURAddOnValue" String="IAddOnValue[[ICYDUnitRestriction]]" /></Annotations><Annotations Target="Odyssey.YURAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YURAddress" String="IAddress[[ICYDUnitRestriction]]" /></Annotations><Annotations Target="Odyssey.YURLog"><Annotation Term="Glow.FriendlyName" Qualifier="YURLog" String="ILog[[ICYDUnitRestriction]]" /></Annotations><Annotations Target="Odyssey.YURNote"><Annotation Term="Glow.FriendlyName" Qualifier="YURNote" String="INote[[ICYDUnitRestriction]]" /></Annotations><Annotations Target="Odyssey.YUSAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="YUSAcknowledgement" String="IAcknowledgement[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSAddress"><Annotation Term="Glow.FriendlyName" Qualifier="YUSAddress" String="IAddress[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSLog"><Annotation Term="Glow.FriendlyName" Qualifier="YUSLog" String="ILog[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSNote"><Annotation Term="Glow.FriendlyName" Qualifier="YUSNote" String="INote[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="YUSReferenceNumber" String="IReferenceNumber[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowAuditLog"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowAuditLog" String="IWorkflowAuditLog[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowEvent"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowEvent" String="IWorkflowEvent[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowTask"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowTask" String="IWorkflowTask[[ICYDYardUnitState]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="AccBankAccountInfos" EntityType="Odyssey.AccBankAccountInfo"><NavigationPropertyBinding Path="AccountCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccChargeCodeInfos" EntityType="Odyssey.AccChargeCodeInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /></EntitySet><EntitySet Name="AccChequeBookInfos" EntityType="Odyssey.AccChequeBookInfo" /><EntitySet Name="AccInvMsgInfos" EntityType="Odyssey.AccInvMsgInfo" /><EntitySet Name="AccTaxRateInfos" EntityType="Odyssey.AccTaxRateInfo" /><EntitySet Name="AccTransactionHeaderInfos" EntityType="Odyssey.AccTransactionHeaderInfo"><NavigationPropertyBinding Path="AccTransactionLines" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="TransactionCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="AccTransactionLineInfos" EntityType="Odyssey.AccTransactionLineInfo"><NavigationPropertyBinding Path="AccTransactionHeader" Target="AccTransactionHeaderInfos" /></EntitySet><EntitySet Name="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.YAOAdditionalService/Parent" Target="CYDAdHocServiceOrders" /><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="CNRAcknowledgements" EntityType="Odyssey.CNRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseUnitRules" /></EntitySet><EntitySet Name="CYDAdHocServiceCharges" EntityType="Odyssey.CYDAdHocServiceCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="CYDAdHocService" Target="CYDAdHocServices" /><NavigationPropertyBinding Path="CYDAdHocServiceOrder" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharge" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="CYDAdHocServiceOrders" EntityType="Odyssey.CYDAdHocServiceOrder"><NavigationPropertyBinding Path="Acknowledgements" Target="YAOAcknowledgements" /><NavigationPropertyBinding Path="AdditionalServices" Target="AdditionalServices" /><NavigationPropertyBinding Path="Addresses" Target="YAOAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDAdHocServiceCharges" Target="CYDAdHocServiceCharges" /><NavigationPropertyBinding Path="CYDAdHocServices" Target="CYDAdHocServices" /><NavigationPropertyBinding Path="Facility" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YAOLogs" /><NavigationPropertyBinding Path="Notes" Target="YAONotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YAOReferenceNumbers" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YAOWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YAOWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YAOWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YAO_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDAdHocServices" EntityType="Odyssey.CYDAdHocService"><NavigationPropertyBinding Path="Acknowledgements" Target="YASAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobService" Target="AdditionalServices" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ServiceOrder" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="YardUnitState" Target="CYDYardUnitStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YAS_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDDeliveries" EntityType="Odyssey.CYDDelivery"><NavigationPropertyBinding Path="Acknowledgements" Target="YDLAcknowledgements" /><NavigationPropertyBinding Path="ChildDeliveryCollection" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="DeliveryHeader" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="DeliveryTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YDLLogs" /><NavigationPropertyBinding Path="ParentDelivery" Target="CYDDeliveries" /><NavigationPropertyBinding Path="ReceiveAdviceLine" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="YDLUniversalJobLinks" /><NavigationPropertyBinding Path="UnloadUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YDLWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YDL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDDeliveryCharges" EntityType="Odyssey.CYDDeliveryCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="CYDDelivery" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CYDDeliveryHeader" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharge" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="CYDDeliveryHeaders" EntityType="Odyssey.CYDDeliveryHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="YDHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="YDHAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="YDHAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDDeliveries" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CYDDeliveryCharges" Target="CYDDeliveryCharges" /><NavigationPropertyBinding Path="CYDDeliveryInvoices" Target="CYDDeliveryInvoices" /><NavigationPropertyBinding Path="CYDGatedInDeliveryViews" Target="CYDGatedInDeliveryViews" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YDHLogs" /><NavigationPropertyBinding Path="Notes" Target="YDHNotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YDHReferenceNumbers" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="YDHUniversalJobLinks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YDHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YDHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YDHWorkflowTasks" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YDH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDDeliveryInvoices" EntityType="Odyssey.CYDDeliveryInvoice"><NavigationPropertyBinding Path="CYDDeliveryHeader" Target="CYDDeliveryHeaders" /></EntitySet><EntitySet Name="CYDGatedInDeliveryViews" EntityType="Odyssey.CYDGatedInDeliveryView"><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDYardUnitState" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="DeliveryHeader" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="DeliveryTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReceiveAdviceLine" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="UnloadUser" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YDL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDMachineryLineItems" EntityType="Odyssey.CYDMachineryLineItem"><NavigationPropertyBinding Path="Acknowledgements" Target="YMIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDUnitLineItems" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YMILogs" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YMIWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YMI_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDMovementHeaders" EntityType="Odyssey.CYDMovementHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="YMHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDMovements" Target="CYDMovements" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YMHLogs" /><NavigationPropertyBinding Path="Notes" Target="YMHNotes" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YMHWorkflowAuditLogs" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YMH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDMovements" EntityType="Odyssey.CYDMovement"><NavigationPropertyBinding Path="Acknowledgements" Target="YMLAcknowledgements" /><NavigationPropertyBinding Path="AssignedUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="FromLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="FromTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YMLLogs" /><NavigationPropertyBinding Path="MovementHeader" Target="CYDMovementHeaders" /><NavigationPropertyBinding Path="ToLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="ToTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YMLWorkflowAuditLogs" /><NavigationPropertyBinding Path="YardUnitState" Target="CYDYardUnitStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YML_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDPickupCharges" EntityType="Odyssey.CYDPickupCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="CYDPickup" Target="CYDPickups" /><NavigationPropertyBinding Path="CYDPickupHeader" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharge" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="CYDPickupHeaders" EntityType="Odyssey.CYDPickupHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="YPHAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="YPHAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="YPHAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDPickupCharges" Target="CYDPickupCharges" /><NavigationPropertyBinding Path="CYDPickupInvoices" Target="CYDPickupInvoices" /><NavigationPropertyBinding Path="CYDPickups" Target="CYDPickups" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YPHLogs" /><NavigationPropertyBinding Path="Notes" Target="YPHNotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YPHReferenceNumbers" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="YPHUniversalJobLinks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YPHWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YPHWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YPHWorkflowTasks" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YPH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDPickupInvoices" EntityType="Odyssey.CYDPickupInvoice"><NavigationPropertyBinding Path="CYDPickupHeader" Target="CYDPickupHeaders" /></EntitySet><EntitySet Name="CYDPickups" EntityType="Odyssey.CYDPickup"><NavigationPropertyBinding Path="Acknowledgements" Target="YPLAcknowledgements" /><NavigationPropertyBinding Path="ChildPickupsCollection" Target="CYDPickups" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YPLLogs" /><NavigationPropertyBinding Path="ParentPickup" Target="CYDPickups" /><NavigationPropertyBinding Path="PickupHeader" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="PickupTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="YPLUniversalJobLinks" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YPLWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YPL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReadyToLoadPickupViews" EntityType="Odyssey.CYDReadyToLoadPickupView"><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDYardUnitState" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="InventoryContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PickupHeader" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="PickupTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YPL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReceiveAdviceLineQuantityInfoViews" EntityType="Odyssey.CYDReceiveAdviceLineQuantityInfoView"><NavigationPropertyBinding Path="CYDReceiveAdviceLine" Target="CYDReceiveAdviceLines" /></EntitySet><EntitySet Name="CYDReceiveAdviceLines" EntityType="Odyssey.CYDReceiveAdviceLine"><NavigationPropertyBinding Path="Acknowledgements" Target="YRLAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDDeliveries" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CYDGatedInDeliveryViews" Target="CYDGatedInDeliveryViews" /><NavigationPropertyBinding Path="CYDReceiveAdviceLineQuantityInfoViews" Target="CYDReceiveAdviceLineQuantityInfoViews" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastOnHireLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="YRLLogs" /><NavigationPropertyBinding Path="Notes" Target="YRLNotes" /><NavigationPropertyBinding Path="ReceiveAdvice" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YRLWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YRL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReceiveAdvices" EntityType="Odyssey.CYDReceiveAdvice"><NavigationPropertyBinding Path="Acknowledgements" Target="YRAAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="YRAAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDReceiveAdviceLines" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YRALogs" /><NavigationPropertyBinding Path="Notes" Target="YRANotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YRAReferenceNumbers" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YRAWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YRAWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YRAWorkflowTasks" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YRA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseAdviceLineQuantityInfoViews" EntityType="Odyssey.CYDReleaseAdviceLineQuantityInfoView"><NavigationPropertyBinding Path="CYDReleaseAdviceLine" Target="CYDReleaseAdviceLines" /></EntitySet><EntitySet Name="CYDReleaseAdviceLines" EntityType="Odyssey.CYDReleaseAdviceLine"><NavigationPropertyBinding Path="Acknowledgements" Target="YELAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDPickups" Target="CYDPickups" /><NavigationPropertyBinding Path="CYDReadyToLoadPickupViews" Target="CYDReadyToLoadPickupViews" /><NavigationPropertyBinding Path="CYDReleaseAdviceLineQuantityInfoViews" Target="CYDReleaseAdviceLineQuantityInfoViews" /><NavigationPropertyBinding Path="CYDReleaseLineContainerTypes" Target="CYDReleaseLineContainerTypes" /><NavigationPropertyBinding Path="CYDReleaseLineGrades" Target="CYDReleaseLineGrades" /><NavigationPropertyBinding Path="CYDReleaseLineReadyDates" Target="CYDReleaseLineReadyDates" /><NavigationPropertyBinding Path="CYDReleaseLineUnitConditions" Target="CYDReleaseLineUnitConditions" /><NavigationPropertyBinding Path="CYDReleaseUnitRules" Target="CYDReleaseUnitRules" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YELLogs" /><NavigationPropertyBinding Path="ReleaseAdvice" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YELWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YEL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseAdvices" EntityType="Odyssey.CYDReleaseAdvice"><NavigationPropertyBinding Path="Acknowledgements" Target="YREAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="YREAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDReleaseAdviceLines" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YRELogs" /><NavigationPropertyBinding Path="Notes" Target="YRENotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YREReferenceNumbers" /><NavigationPropertyBinding Path="TransportRoutings" Target="TransportRoutings" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YREWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YREWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YREWorkflowTasks" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YRE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseLineContainerTypes" EntityType="Odyssey.CYDReleaseLineContainerType"><NavigationPropertyBinding Path="Acknowledgements" Target="YECAcknowledgements" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YECLogs" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YECWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YEC_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseLineGrades" EntityType="Odyssey.CYDReleaseLineGrade"><NavigationPropertyBinding Path="Acknowledgements" Target="YEGAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Grade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YEGLogs" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YEGWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YEG_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseLineReadyDates" EntityType="Odyssey.CYDReleaseLineReadyDate"><NavigationPropertyBinding Path="Acknowledgements" Target="YEDAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YED_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseLineUnitConditions" EntityType="Odyssey.CYDReleaseLineUnitCondition"><NavigationPropertyBinding Path="Acknowledgements" Target="YEUAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YEULogs" /><NavigationPropertyBinding Path="ReleaseAdviceLine" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YEUWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YEU_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDReleaseUnitRules" EntityType="Odyssey.CYDReleaseUnitRule"><NavigationPropertyBinding Path="Acknowledgements" Target="CNRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ReleaseLine" Target="CYDReleaseAdviceLines" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CNR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDTransportationUnits" EntityType="Odyssey.CYDTransportationUnit"><NavigationPropertyBinding Path="Acknowledgements" Target="YTUAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="YTUAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="YTUAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDDeliveries" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CYDGatedInDeliveryViews" Target="CYDGatedInDeliveryViews" /><NavigationPropertyBinding Path="CYDPickups" Target="CYDPickups" /><NavigationPropertyBinding Path="CYDReadyToLoadPickupViews" Target="CYDReadyToLoadPickupViews" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YTULogs" /><NavigationPropertyBinding Path="Notes" Target="YTUNotes" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YTUReferenceNumbers" /><NavigationPropertyBinding Path="UniversalJobLinks" Target="YTUUniversalJobLinks" /><NavigationPropertyBinding Path="WaitingBayLocation" Target="WhsLocationViewForTPUWaitingBays" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YTUWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YTUWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YTUWorkflowTasks" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YTU_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDUnitLineItems" EntityType="Odyssey.CYDUnitLineItem"><NavigationPropertyBinding Path="Acknowledgements" Target="YLIAcknowledgements" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDDeliveries" Target="CYDDeliveries" /><NavigationPropertyBinding Path="CYDPickups" Target="CYDPickups" /><NavigationPropertyBinding Path="CYDReceiveAdviceLines" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="CYDReleaseAdviceLines" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="CYDYardUnitStates" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="DPPCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Grade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YLILogs" /><NavigationPropertyBinding Path="MachineryLineItem" Target="CYDMachineryLineItems" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YLIWorkflowAuditLogs" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YLI_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDUnitRestrictionLines" EntityType="Odyssey.CYDUnitRestrictionLine"><NavigationPropertyBinding Path="Acknowledgements" Target="YULAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YULLogs" /><NavigationPropertyBinding Path="UnitRestriction" Target="CYDUnitRestrictions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YUL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDUnitRestrictions" EntityType="Odyssey.CYDUnitRestriction"><NavigationPropertyBinding Path="Acknowledgements" Target="YURAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="YURAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="YURAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CYDUnitRestrictionLines" Target="CYDUnitRestrictionLines" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YURLogs" /><NavigationPropertyBinding Path="Notes" Target="YURNotes" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YUR_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDYardUnitCharges" EntityType="Odyssey.CYDYardUnitCharge"><NavigationPropertyBinding Path="JobService" Target="AdditionalServices" /><NavigationPropertyBinding Path="WorkOrderLine" Target="MNRWorkOrderLines" /><NavigationPropertyBinding Path="YardUnitState" Target="CYDYardUnitStates" /></EntitySet><EntitySet Name="CYDYardUnitDocViews" EntityType="Odyssey.CYDYardUnitDocView"><NavigationPropertyBinding Path="CYDYardUnitState" Target="CYDYardUnitStates" /></EntitySet><EntitySet Name="CYDYardUnitIDHistories" EntityType="Odyssey.CYDYardUnitIDHistory"><NavigationPropertyBinding Path="Acknowledgements" Target="YUHAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YUHLogs" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YUHWorkflowAuditLogs" /><NavigationPropertyBinding Path="YardUnitState" Target="CYDYardUnitStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YUH_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYDYardUnitStates" EntityType="Odyssey.CYDYardUnitState"><NavigationPropertyBinding Path="Acknowledgements" Target="YUSAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="YUSAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CurrentYard" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="CurrentYardLocation" Target="WhsLocationViews" /><NavigationPropertyBinding Path="CYDGatedInDeliveryViews" Target="CYDGatedInDeliveryViews" /><NavigationPropertyBinding Path="CYDMovements" Target="CYDMovements" /><NavigationPropertyBinding Path="CYDReadyToLoadPickupViews" Target="CYDReadyToLoadPickupViews" /><NavigationPropertyBinding Path="CYDYardUnitCharges" Target="CYDYardUnitCharges" /><NavigationPropertyBinding Path="CYDYardUnitIDHistories" Target="CYDYardUnitIDHistories" /><NavigationPropertyBinding Path="Delivery" Target="CYDDeliveries" /><NavigationPropertyBinding Path="DispatchTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="YUSLogs" /><NavigationPropertyBinding Path="MNRSurveys" Target="MNRSurveys" /><NavigationPropertyBinding Path="MNRWorkOrderHeaders" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="Notes" Target="YUSNotes" /><NavigationPropertyBinding Path="Pickup" Target="CYDPickups" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReceiveLine" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="ReceiveTransportationUnit" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="YUSReferenceNumbers" /><NavigationPropertyBinding Path="ReleaseLine" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="UnloadUser" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="YUSWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="YUSWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="YUSWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>YUS_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="ECAcknowledgements" EntityType="Odyssey.ECAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobChargeAttribs" /></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="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="JobChargeAttribs" EntityType="Odyssey.JobChargeAttrib"><NavigationPropertyBinding Path="Acknowledgements" Target="ECAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="JobCharge" Target="JobCharges" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="JobCharges" EntityType="Odyssey.JobCharge"><NavigationPropertyBinding Path="AccBankAccount" Target="AccBankAccountInfos" /><NavigationPropertyBinding Path="AccChargeCode" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="AccChequeBook" Target="AccChequeBookInfos" /><NavigationPropertyBinding Path="Acknowledgements" Target="JRAcknowledgements" /><NavigationPropertyBinding Path="APLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="ARLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CFXLine" Target="AccTransactionLineInfos" /><NavigationPropertyBinding Path="CostAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CostCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="CostGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="CostTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="CostVATClass" Target="AccInvMsgInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="GlbDepartment" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="InternalBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="InternalDept" Target="GlbDepartmentInfos" /><NavigationPropertyBinding Path="JobChargeAttribs" Target="JobChargeAttribs" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Product" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="RevenueLine" Target="JobCharges" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellGSTRate" Target="AccTaxRateInfos" /><NavigationPropertyBinding Path="SellInvoiceAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="SellInvoiceContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="SellInvoiceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="SellTaxBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="SellVATClass" Target="AccInvMsgInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JobSailingInfos" EntityType="Odyssey.JobSailingInfo"><NavigationPropertyBinding Path="JobVoyDestination" Target="JobVoyDestinationInfos" /><NavigationPropertyBinding Path="JobVoyOrigin" Target="JobVoyOriginInfos" /></EntitySet><EntitySet Name="JobVoyDestinationInfos" EntityType="Odyssey.JobVoyDestinationInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></EntitySet><EntitySet Name="JobVoyOriginInfos" EntityType="Odyssey.JobVoyOriginInfo"><NavigationPropertyBinding Path="JobSailings" Target="JobSailingInfos" /></EntitySet><EntitySet Name="JRAcknowledgements" EntityType="Odyssey.JRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="JobCharges" /></EntitySet><EntitySet Name="JWAcknowledgements" EntityType="Odyssey.JWAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /></EntitySet><EntitySet Name="JWJobCO2Emissions" EntityType="Odyssey.JWJobCO2Emission"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JCO_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="JWLogs" EntityType="Odyssey.JWLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="TransportRoutings" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="MCTAcknowledgements" EntityType="Odyssey.MCTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRServiceTemplateContainerTypes" /></EntitySet><EntitySet Name="MNAAcknowledgements" EntityType="Odyssey.MNAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderApprovalParties" /></EntitySet><EntitySet Name="MNAAddresses" EntityType="Odyssey.MNAAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderApprovalParties" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRClientUOMMappings" EntityType="Odyssey.MNRClientUOMMapping"><NavigationPropertyBinding Path="Acknowledgements" Target="MUMAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="ComponentCode" Target="RefMRComponentCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RepairCode" Target="RefRepairCodeInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MUM_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRRateMeasurementInfos" EntityType="Odyssey.MNRRateMeasurementInfo" /><EntitySet Name="MNRRateMeasurements" EntityType="Odyssey.MNRRateMeasurement"><NavigationPropertyBinding Path="Acknowledgements" Target="MRMAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MRM_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRServiceTemplateClients" EntityType="Odyssey.MNRServiceTemplateClient"><NavigationPropertyBinding Path="Acknowledgements" Target="MTCAcknowledgements" /><NavigationPropertyBinding Path="Client" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MNRServiceTemplate" Target="MNRServiceTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MTC_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRServiceTemplateContainerTypes" EntityType="Odyssey.MNRServiceTemplateContainerType"><NavigationPropertyBinding Path="Acknowledgements" Target="MCTAcknowledgements" /><NavigationPropertyBinding Path="ContainerType" Target="RefContainerInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MNRServiceTemplate" Target="MNRServiceTemplates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MCT_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRServiceTemplateGroupAssociations" EntityType="Odyssey.MNRServiceTemplateGroupAssociation"><NavigationPropertyBinding Path="Acknowledgements" Target="MSAAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MNRServiceTemplate" Target="MNRServiceTemplates" /><NavigationPropertyBinding Path="MNRServiceTemplateGroup" Target="MNRServiceTemplateGroups" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MSA_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRServiceTemplateGroups" EntityType="Odyssey.MNRServiceTemplateGroup"><NavigationPropertyBinding Path="Acknowledgements" Target="MSGAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MNRServiceTemplateGroupAssociations" Target="MNRServiceTemplateGroupAssociations" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MSG_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRServiceTemplates" EntityType="Odyssey.MNRServiceTemplate"><NavigationPropertyBinding Path="Acknowledgements" Target="MSTAcknowledgements" /><NavigationPropertyBinding Path="ComponentCode" Target="RefMRComponentCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Damage" Target="RefDamageInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Material" Target="RefMaterialInfos" /><NavigationPropertyBinding Path="MNRServiceTemplateClients" Target="MNRServiceTemplateClients" /><NavigationPropertyBinding Path="MNRServiceTemplateContainerTypes" Target="MNRServiceTemplateContainerTypes" /><NavigationPropertyBinding Path="MNRServiceTemplateGroupAssociations" Target="MNRServiceTemplateGroupAssociations" /><NavigationPropertyBinding Path="RepairCode" Target="RefRepairCodeInfos" /><NavigationPropertyBinding Path="UnitSection" Target="RefUnitSectionInfos" /><NavigationPropertyBinding Path="Yard" Target="WhsWarehouseInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MST_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRSurveys" EntityType="Odyssey.MNRSurvey"><NavigationPropertyBinding Path="Acknowledgements" Target="MRSAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Facility" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="MNRWorkOrderHeader" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="Notes" Target="MRSNotes" /><NavigationPropertyBinding Path="Odyssey.YUSMNRSurvey/Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="UnitLineItem" Target="CYDUnitLineItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MRS_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRWorkOrderApprovalParties" EntityType="Odyssey.MNRWorkOrderApprovalParty"><NavigationPropertyBinding Path="Acknowledgements" Target="MNAAcknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="MNAAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="WorkOrder" Target="MNRWorkOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MNA_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRWorkOrderCharges" EntityType="Odyssey.MNRWorkOrderCharge"><NavigationPropertyBinding Path="AccChargeCodeInfo" Target="AccChargeCodeInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="JobCharge" Target="JobCharges" /><NavigationPropertyBinding Path="MNRWorkOrderHeader" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="MNRWorkOrderLine" Target="MNRWorkOrderLines" /><NavigationPropertyBinding Path="SellAccount" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="SellCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="MNRWorkOrderHeaders" EntityType="Odyssey.MNRWorkOrderHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="MWOAcknowledgements" /><NavigationPropertyBinding Path="AddOnValues" Target="MWOAddOnValues" /><NavigationPropertyBinding Path="Addresses" Target="MWOAddresses" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="EndEquipmentGrade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="Facility" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="MWOLogs" /><NavigationPropertyBinding Path="MNRSurveys" Target="MNRSurveys" /><NavigationPropertyBinding Path="MNRWorkOrderApprovalParties" Target="MNRWorkOrderApprovalParties" /><NavigationPropertyBinding Path="MNRWorkOrderCharges" Target="MNRWorkOrderCharges" /><NavigationPropertyBinding Path="MNRWorkOrderLines" Target="MNRWorkOrderLines" /><NavigationPropertyBinding Path="Notes" Target="MWONotes" /><NavigationPropertyBinding Path="Odyssey.YUSMNRWorkOrderHeader/Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="MWOReferenceNumbers" /><NavigationPropertyBinding Path="StartEquipmentGrade" Target="RefEquipmentGradeInfos" /><NavigationPropertyBinding Path="WorkflowAuditLogs" Target="MWOWorkflowAuditLogs" /><NavigationPropertyBinding Path="WorkflowEvents" Target="MWOWorkflowEvents" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><NavigationPropertyBinding Path="WorkflowTasks" Target="MWOWorkflowTasks" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MWO_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRWorkOrderLines" EntityType="Odyssey.MNRWorkOrderLine"><NavigationPropertyBinding Path="Acknowledgements" Target="MWLAcknowledgements" /><NavigationPropertyBinding Path="ComponentCode" Target="RefMRComponentCodeInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Damage" Target="RefDamageInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Material" Target="RefMaterialInfos" /><NavigationPropertyBinding Path="MNRWorkOrderHeader" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="MNRWorkOrderLineYardUnitStateInfoViews" Target="MNRWorkOrderLineYardUnitStateInfoViews" /><NavigationPropertyBinding Path="Notes" Target="MWLNotes" /><NavigationPropertyBinding Path="RepairCode" Target="RefRepairCodeInfos" /><NavigationPropertyBinding Path="RevisedWorkOrderLine" Target="MNRWorkOrderLines" /><NavigationPropertyBinding Path="UnitSection" Target="RefUnitSectionInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>MWL_RowVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MNRWorkOrderLineYardUnitStateInfoViews" EntityType="Odyssey.MNRWorkOrderLineYardUnitStateInfoView"><NavigationPropertyBinding Path="MNRWorkOrderLine" Target="MNRWorkOrderLines" /></EntitySet><EntitySet Name="MRMAcknowledgements" EntityType="Odyssey.MRMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRRateMeasurements" /></EntitySet><EntitySet Name="MRSAcknowledgements" EntityType="Odyssey.MRSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRSurveys" /></EntitySet><EntitySet Name="MRSNotes" EntityType="Odyssey.MRSNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRSurveys" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MSAAcknowledgements" EntityType="Odyssey.MSAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRServiceTemplateGroupAssociations" /></EntitySet><EntitySet Name="MSGAcknowledgements" EntityType="Odyssey.MSGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRServiceTemplateGroups" /></EntitySet><EntitySet Name="MSTAcknowledgements" EntityType="Odyssey.MSTAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRServiceTemplates" /></EntitySet><EntitySet Name="MTCAcknowledgements" EntityType="Odyssey.MTCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRServiceTemplateClients" /></EntitySet><EntitySet Name="MUMAcknowledgements" EntityType="Odyssey.MUMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRClientUOMMappings" /></EntitySet><EntitySet Name="MWLAcknowledgements" EntityType="Odyssey.MWLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderLines" /></EntitySet><EntitySet Name="MWLNotes" EntityType="Odyssey.MWLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderLines" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MWOAcknowledgements" EntityType="Odyssey.MWOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /></EntitySet><EntitySet Name="MWOAddOnValues" EntityType="Odyssey.MWOAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MWOAddresses" EntityType="Odyssey.MWOAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MWOLogs" EntityType="Odyssey.MWOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="MWONotes" EntityType="Odyssey.MWONote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MWOReferenceNumbers" EntityType="Odyssey.MWOReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="MWOWorkflowAuditLogs" EntityType="Odyssey.MWOWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="MWOWorkflowEvents" EntityType="Odyssey.MWOWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="MWOWorkflowTasks" EntityType="Odyssey.MWOWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></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="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="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="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="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="StyleColor" Target="WhsProductStyleColourInfos" /><NavigationPropertyBinding Path="StyleSize" Target="WhsProductStyleSizeInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>OP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="ProcessTaskNotifications" EntityType="Odyssey.ProcessTaskNotification"><NavigationPropertyBinding Path="Acknowledgements" Target="PQAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Document" Target="StmMenuItemInfos" /><NavigationPropertyBinding Path="Group" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="ProcessTask" Target="ProcessTasks" /><NavigationPropertyBinding Path="Recipient" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Staff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="StmPrintQueue" Target="StmPrintQueueInfos" /></EntitySet><EntitySet Name="ProcessTasks" EntityType="Odyssey.ProcessTask"><NavigationPropertyBinding Path="Acknowledgements" Target="P9Acknowledgements" /><NavigationPropertyBinding Path="AssignedGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DestinationCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="ExceptionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="ExceptionLocation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="P9Logs" /><NavigationPropertyBinding Path="MilestoneEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="Notes" Target="P9Notes" /><NavigationPropertyBinding Path="Odyssey.MWOProcessTask/Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.YAOProcessTask/Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="Odyssey.YDHProcessTask/Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="Odyssey.YPHProcessTask/Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="Odyssey.YRAProcessTask/Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="Odyssey.YREProcessTask/Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="Odyssey.YTUProcessTask/Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.YUSProcessTask/Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="OriginCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RequiredCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="Tags" Target="P9Tags" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /><NavigationPropertyBinding Path="TriggerActions" Target="ProcessTaskNotifications" /><NavigationPropertyBinding Path="TriggerBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="TriggerDepartment" Target="GlbDepartmentInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>P9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="RefAirlineInfos" EntityType="Odyssey.RefAirlineInfo" /><EntitySet Name="RefCommodityCodeInfos" EntityType="Odyssey.RefCommodityCodeInfo" /><EntitySet Name="RefContainerInfos" EntityType="Odyssey.RefContainerInfo" /><EntitySet Name="RefCountryInfos" EntityType="Odyssey.RefCountryInfo" /><EntitySet Name="RefCountryStateInfos" EntityType="Odyssey.RefCountryStateInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /></EntitySet><EntitySet Name="RefCurrencyInfos" EntityType="Odyssey.RefCurrencyInfo" /><EntitySet Name="RefDamageInfos" EntityType="Odyssey.RefDamageInfo" /><EntitySet Name="RefEquipmentGradeInfos" EntityType="Odyssey.RefEquipmentGradeInfo" /><EntitySet Name="RefEquipmentInfos" EntityType="Odyssey.RefEquipmentInfo"><NavigationPropertyBinding Path="PreferredDriver" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RoadContainerType" Target="RefContainerInfos" /></EntitySet><EntitySet Name="RefMaterialInfos" EntityType="Odyssey.RefMaterialInfo" /><EntitySet Name="RefMRComponentCodeInfos" EntityType="Odyssey.RefMRComponentCodeInfo" /><EntitySet Name="RefPackTypeInfos" EntityType="Odyssey.RefPackTypeInfo" /><EntitySet Name="RefRepairCodeInfos" EntityType="Odyssey.RefRepairCodeInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefUnitSectionInfos" EntityType="Odyssey.RefUnitSectionInfo" /><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet><EntitySet Name="RefVesselInfos" EntityType="Odyssey.RefVesselInfo"><NavigationPropertyBinding Path="CountryOfReg" Target="RefCountryInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="TransportRoutings" EntityType="Odyssey.TransportRouting"><NavigationPropertyBinding Path="Acknowledgements" Target="JWAcknowledgements" /><NavigationPropertyBinding Path="ArrivalLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CarrierAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreditorAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DepartureLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="DiscPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="JobCO2Emissions" Target="JWJobCO2Emissions" /><NavigationPropertyBinding Path="JobSailing" Target="JobSailingInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="Logs" Target="JWLogs" /><NavigationPropertyBinding Path="Odyssey.YRATransportRouting/Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="Odyssey.YRETransportRouting/Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="TruckType" Target="RefEquipmentInfos" /><NavigationPropertyBinding Path="Vessel" Target="RefVesselInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>JW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="WhsAreaInfos" EntityType="Odyssey.WhsAreaInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationInfos" EntityType="Odyssey.WhsLocationInfo"><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsLocationViewForTPUWaitingBays" EntityType="Odyssey.WhsLocationViewForTPUWaitingBay"><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /></EntitySet><EntitySet Name="WhsLocationViews" EntityType="Odyssey.WhsLocationView"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultPrintQueue" Target="StmPrintQueueInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PickingArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="PutawayArea" Target="WhsAreaInfos" /><NavigationPropertyBinding Path="TransitServiceLevel" Target="RefServiceLevelInfos" /><NavigationPropertyBinding Path="Warehouse" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsRow" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsProductStyleColourInfos" EntityType="Odyssey.WhsProductStyleColourInfo" /><EntitySet Name="WhsProductStyleSizeInfos" EntityType="Odyssey.WhsProductStyleSizeInfo" /><EntitySet Name="WhsRowInfos" EntityType="Odyssey.WhsRowInfo"><NavigationPropertyBinding Path="Whs" Target="WhsWarehouseInfos" /><NavigationPropertyBinding Path="WhsLocations" Target="WhsLocationInfos" /></EntitySet><EntitySet Name="WhsWarehouseInfos" EntityType="Odyssey.WhsWarehouseInfo"><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="WhsRows" Target="WhsRowInfos" /></EntitySet><EntitySet Name="WhsWarehouses" EntityType="Odyssey.WhsWarehouse"><NavigationPropertyBinding Path="Acknowledgements" Target="WWAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DefaultCapability" Target="GlbCapabilityInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="RelatedCompanyBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="ReleaseGroup" Target="GlbGroupInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>WW_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="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.MWOWorkflowException/Parent" Target="MNRWorkOrderHeaders" /><NavigationPropertyBinding Path="Odyssey.YAOWorkflowException/Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="Odyssey.YDHWorkflowException/Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="Odyssey.YPHWorkflowException/Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="Odyssey.YRAWorkflowException/Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="Odyssey.YREWorkflowException/Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="Odyssey.YTUWorkflowException/Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="Odyssey.YUSWorkflowException/Parent" Target="CYDYardUnitStates" /></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="YAOAcknowledgements" EntityType="Odyssey.YAOAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /></EntitySet><EntitySet Name="YAOAddresses" EntityType="Odyssey.YAOAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YAOLogs" EntityType="Odyssey.YAOLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YAONotes" EntityType="Odyssey.YAONote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YAOReferenceNumbers" EntityType="Odyssey.YAOReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YAOWorkflowAuditLogs" EntityType="Odyssey.YAOWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YAOWorkflowEvents" EntityType="Odyssey.YAOWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YAOWorkflowTasks" EntityType="Odyssey.YAOWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServiceOrders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YardUnloadFactMetadataProxies" EntityType="Odyssey.YardUnloadFactMetadataProxy"><NavigationPropertyBinding Path="BookingParty" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="LesseeParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="YASAcknowledgements" EntityType="Odyssey.YASAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDAdHocServices" /></EntitySet><EntitySet Name="YDHAcknowledgements" EntityType="Odyssey.YDHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /></EntitySet><EntitySet Name="YDHAddOnValues" EntityType="Odyssey.YDHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDHAddresses" EntityType="Odyssey.YDHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDHLogs" EntityType="Odyssey.YDHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YDHNotes" EntityType="Odyssey.YDHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDHReferenceNumbers" EntityType="Odyssey.YDHReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDHUniversalJobLinks" EntityType="Odyssey.YDHUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDHWorkflowAuditLogs" EntityType="Odyssey.YDHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YDHWorkflowEvents" EntityType="Odyssey.YDHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YDHWorkflowTasks" EntityType="Odyssey.YDHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveryHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YDLAcknowledgements" EntityType="Odyssey.YDLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveries" /></EntitySet><EntitySet Name="YDLLogs" EntityType="Odyssey.YDLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveries" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YDLUniversalJobLinks" EntityType="Odyssey.YDLUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveries" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YDLWorkflowAuditLogs" EntityType="Odyssey.YDLWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDDeliveries" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YECAcknowledgements" EntityType="Odyssey.YECAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineContainerTypes" /></EntitySet><EntitySet Name="YECLogs" EntityType="Odyssey.YECLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineContainerTypes" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YECWorkflowAuditLogs" EntityType="Odyssey.YECWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineContainerTypes" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YEDAcknowledgements" EntityType="Odyssey.YEDAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineReadyDates" /></EntitySet><EntitySet Name="YEGAcknowledgements" EntityType="Odyssey.YEGAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineGrades" /></EntitySet><EntitySet Name="YEGLogs" EntityType="Odyssey.YEGLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineGrades" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YEGWorkflowAuditLogs" EntityType="Odyssey.YEGWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineGrades" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YELAcknowledgements" EntityType="Odyssey.YELAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdviceLines" /></EntitySet><EntitySet Name="YELLogs" EntityType="Odyssey.YELLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YELWorkflowAuditLogs" EntityType="Odyssey.YELWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdviceLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YEUAcknowledgements" EntityType="Odyssey.YEUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineUnitConditions" /></EntitySet><EntitySet Name="YEULogs" EntityType="Odyssey.YEULog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineUnitConditions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YEUWorkflowAuditLogs" EntityType="Odyssey.YEUWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseLineUnitConditions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YLIAcknowledgements" EntityType="Odyssey.YLIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitLineItems" /></EntitySet><EntitySet Name="YLILogs" EntityType="Odyssey.YLILog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YLIWorkflowAuditLogs" EntityType="Odyssey.YLIWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitLineItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMHAcknowledgements" EntityType="Odyssey.YMHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovementHeaders" /></EntitySet><EntitySet Name="YMHLogs" EntityType="Odyssey.YMHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovementHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMHNotes" EntityType="Odyssey.YMHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovementHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YMHWorkflowAuditLogs" EntityType="Odyssey.YMHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovementHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMIAcknowledgements" EntityType="Odyssey.YMIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMachineryLineItems" /></EntitySet><EntitySet Name="YMILogs" EntityType="Odyssey.YMILog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMachineryLineItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMIWorkflowAuditLogs" EntityType="Odyssey.YMIWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMachineryLineItems" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMLAcknowledgements" EntityType="Odyssey.YMLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovements" /></EntitySet><EntitySet Name="YMLLogs" EntityType="Odyssey.YMLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YMLWorkflowAuditLogs" EntityType="Odyssey.YMLWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDMovements" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YPHAcknowledgements" EntityType="Odyssey.YPHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /></EntitySet><EntitySet Name="YPHAddOnValues" EntityType="Odyssey.YPHAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPHAddresses" EntityType="Odyssey.YPHAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPHLogs" EntityType="Odyssey.YPHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YPHNotes" EntityType="Odyssey.YPHNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPHReferenceNumbers" EntityType="Odyssey.YPHReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPHUniversalJobLinks" EntityType="Odyssey.YPHUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPHWorkflowAuditLogs" EntityType="Odyssey.YPHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YPHWorkflowEvents" EntityType="Odyssey.YPHWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YPHWorkflowTasks" EntityType="Odyssey.YPHWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickupHeaders" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YPLAcknowledgements" EntityType="Odyssey.YPLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickups" /></EntitySet><EntitySet Name="YPLLogs" EntityType="Odyssey.YPLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickups" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YPLUniversalJobLinks" EntityType="Odyssey.YPLUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickups" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YPLWorkflowAuditLogs" EntityType="Odyssey.YPLWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDPickups" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRAAcknowledgements" EntityType="Odyssey.YRAAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /></EntitySet><EntitySet Name="YRAAddresses" EntityType="Odyssey.YRAAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YRALogs" EntityType="Odyssey.YRALog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRANotes" EntityType="Odyssey.YRANote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YRAReferenceNumbers" EntityType="Odyssey.YRAReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YRAWorkflowAuditLogs" EntityType="Odyssey.YRAWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRAWorkflowEvents" EntityType="Odyssey.YRAWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRAWorkflowTasks" EntityType="Odyssey.YRAWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdvices" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YREAcknowledgements" EntityType="Odyssey.YREAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /></EntitySet><EntitySet Name="YREAddresses" EntityType="Odyssey.YREAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YRELogs" EntityType="Odyssey.YRELog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRENotes" EntityType="Odyssey.YRENote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YREReferenceNumbers" EntityType="Odyssey.YREReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YREWorkflowAuditLogs" EntityType="Odyssey.YREWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YREWorkflowEvents" EntityType="Odyssey.YREWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YREWorkflowTasks" EntityType="Odyssey.YREWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReleaseAdvices" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YRLAcknowledgements" EntityType="Odyssey.YRLAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdviceLines" /></EntitySet><EntitySet Name="YRLLogs" EntityType="Odyssey.YRLLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YRLNotes" EntityType="Odyssey.YRLNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YRLWorkflowAuditLogs" EntityType="Odyssey.YRLWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDReceiveAdviceLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YTUAcknowledgements" EntityType="Odyssey.YTUAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /></EntitySet><EntitySet Name="YTUAddOnValues" EntityType="Odyssey.YTUAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YTUAddresses" EntityType="Odyssey.YTUAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YTULogs" EntityType="Odyssey.YTULog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YTUNotes" EntityType="Odyssey.YTUNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YTUReferenceNumbers" EntityType="Odyssey.YTUReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YTUUniversalJobLinks" EntityType="Odyssey.YTUUniversalJobLink"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Owner" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>UCL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YTUWorkflowAuditLogs" EntityType="Odyssey.YTUWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YTUWorkflowEvents" EntityType="Odyssey.YTUWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YTUWorkflowTasks" EntityType="Odyssey.YTUWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDTransportationUnits" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet><EntitySet Name="YUHAcknowledgements" EntityType="Odyssey.YUHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitIDHistories" /></EntitySet><EntitySet Name="YUHLogs" EntityType="Odyssey.YUHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitIDHistories" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YUHWorkflowAuditLogs" EntityType="Odyssey.YUHWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitIDHistories" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YULAcknowledgements" EntityType="Odyssey.YULAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictionLines" /></EntitySet><EntitySet Name="YULLogs" EntityType="Odyssey.YULLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictionLines" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YURAcknowledgements" EntityType="Odyssey.YURAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictions" /></EntitySet><EntitySet Name="YURAddOnValues" EntityType="Odyssey.YURAddOnValue"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YURAddresses" EntityType="Odyssey.YURAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YURLogs" EntityType="Odyssey.YURLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictions" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YURNotes" EntityType="Odyssey.YURNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDUnitRestrictions" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YUSAcknowledgements" EntityType="Odyssey.YUSAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /></EntitySet><EntitySet Name="YUSAddresses" EntityType="Odyssey.YUSAddress"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YUSLogs" EntityType="Odyssey.YUSLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YUSNotes" EntityType="Odyssey.YUSNote"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YUSReferenceNumbers" EntityType="Odyssey.YUSReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="YUSWorkflowAuditLogs" EntityType="Odyssey.YUSWorkflowAuditLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YUSWorkflowEvents" EntityType="Odyssey.YUSWorkflowEvent"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="YUSWorkflowTasks" EntityType="Odyssey.YUSWorkflowTask"><NavigationPropertyBinding Path="AssignedStaffMember" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CYDYardUnitStates" /><NavigationPropertyBinding Path="TaskCompletionEvent" Target="StmEventInfos" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>