<?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="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="B0Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondBill" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="B0_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="B0Address" BaseType="Odyssey.Address"><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="E2_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CusInBondBill" Nullable="false" Partner="Addresses"><ReferentialConstraint Property="E2_ParentID" ReferencedProperty="B0_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="B7Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty></EntityType><EntityType Name="GenAddOnColumn" Abstract="true"><Key><PropertyRef Name="XA_PK" /></Key><Property Name="XA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="XA_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="XA_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="XA_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="32" Unicode="false" /><Property Name="XA_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="XA_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XA_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XA_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="XA_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="XA_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="XA" /></EntityType><EntityType Name="B7GenAddOnColumn" BaseType="Odyssey.GenAddOnColumn"><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="GenAddOnColumns"><ReferentialConstraint Property="XA_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XA_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="B9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondMoveDetail" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="B9_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="BCAcknowledgement" 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.CusInBondContainer" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BC_PK" /></NavigationProperty></EntityType><EntityType Name="BHAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BH_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="Log" Abstract="true"><Key><PropertyRef Name="SL_PK" /></Key><Property Name="SL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SL_DataSource" Type="Edm.String" DefaultValue="G" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_EventTime" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="SL_EventTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_FireWorkflow" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SL_GB_NKBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GE_NKDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_GS_NKUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SL_IsCancelled" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_IsEstimate" Type="Edm.String" DefaultValue="N" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="SL_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="SL_PostedTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="SL_Reference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SL_SE_NKEvent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="SL" /></EntityType><EntityType Name="BHLog" BaseType="Odyssey.Log"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="BH_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="BMAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondMoveHeader" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BM_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="ReferenceNumber" Abstract="true"><Key><PropertyRef Name="CE_PK" /></Key><Property Name="CE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CE_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CE_Category" Type="Edm.String" DefaultValue="CUS" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryIsSystemGenerated" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="CE_EntryLineReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="CE_EntryNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="CE_EntryStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_EntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_ExpiryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CE_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CE_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CE_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="CE_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CE_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CE_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.TableCode" String="CE" /></EntityType><EntityType Name="BMReferenceNumber" BaseType="Odyssey.ReferenceNumber"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondMoveHeader" Nullable="false" Partner="ReferenceNumbers"><ReferentialConstraint Property="CE_ParentID" ReferencedProperty="BM_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="BRAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInbondBillAddRef" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BR_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="BVAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondVehicleCtrl" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BV_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="BYAcknowledgement" 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.CusInBondCargoDesc" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="BY_PK" /></NavigationProperty></EntityType><EntityType Name="CusAddInfo" Abstract="true"><Key><PropertyRef Name="B7_PK" /></Key><Property Name="B7_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B7_AddInfoData" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="B7_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="B7_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B7_NAddInfoData" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" /><Property Name="B7_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="B7_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B7_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B7_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B7_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B7_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B7_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B7_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.B7CusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusCodeDatas" Type="Collection(Odyssey.B7CusCodeData)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="GenAddOnColumns" Type="Collection(Odyssey.B7GenAddOnColumn)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.B7Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="B7" /></EntityType><EntityType Name="CUCusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="B0CusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondBill" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="B0_PK" /></NavigationProperty></EntityType><EntityType Name="BHCusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="JICusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="JECusAddInfo" BaseType="Odyssey.CusAddInfo" /><EntityType Name="B7CusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty></EntityType><EntityType Name="CYCusAddInfo" BaseType="Odyssey.CusAddInfo"><NavigationProperty Name="Parent" Type="Odyssey.CusCodeData" Nullable="false" Partner="CusAddInfos"><ReferentialConstraint Property="B7_ParentID" ReferencedProperty="CY_PK" /></NavigationProperty></EntityType><EntityType Name="CusCodeData" Abstract="true"><Key><PropertyRef Name="CY_PK" /></Key><Property Name="CY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="CY_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="CY_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="CY_Data" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="CY_Date" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="CY_IsOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CY_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="CY_Order" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="CY_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="CY_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CY_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CY_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="CY_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="CY_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.CYCusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.CYAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="CY" /></EntityType><EntityType Name="ABLCusCodeData" BaseType="Odyssey.CusCodeData" /><EntityType Name="AMACusCodeData" BaseType="Odyssey.CusCodeData" /><EntityType Name="B0CusCodeData" BaseType="Odyssey.CusCodeData"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondBill" Nullable="false" Partner="CusCodeDatas"><ReferentialConstraint Property="CY_ParentID" ReferencedProperty="B0_PK" /></NavigationProperty></EntityType><EntityType Name="JICusCodeData" BaseType="Odyssey.CusCodeData" /><EntityType Name="JECusCodeData" BaseType="Odyssey.CusCodeData" /><EntityType Name="B7CusCodeData" BaseType="Odyssey.CusCodeData"><NavigationProperty Name="Parent" Type="Odyssey.CusAddInfo" Nullable="false" Partner="CusCodeDatas"><ReferentialConstraint Property="CY_ParentID" ReferencedProperty="B7_PK" /></NavigationProperty></EntityType><EntityType Name="CusInbondBillAddRef"><Key><PropertyRef Name="BR_PK" /></Key><Property Name="BR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BR_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BR_B0" Type="Edm.Guid" Nullable="false" /><Property Name="BR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BR_Qualifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BR_ReferenceNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="BR_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BR_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BR_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BR_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusInBondBill" Type="Odyssey.CusInBondBill" Nullable="false" Partner="CusInbondBillAddRefs"><ReferentialConstraint Property="BR_B0" ReferencedProperty="B0_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BR_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BR_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BRAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="BR" /></EntityType><EntityType Name="CusInBondBillMoveDetail"><Key><PropertyRef Name="B9_PK" /></Key><Property Name="B9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B9_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="B9_SeqNo" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_PreviousITNumber" Type="Edm.String" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="B9_PreviousITDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B9_PreviousITType" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_RL_NKPreviousITPort" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_PreviousITPortDCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B9_InBoundQty" Type="Edm.Int32" Nullable="false" /><Property Name="B9_MonetaryValue" Type="Edm.Decimal" Nullable="false" Precision="19" Scale="4" /><Property Name="B9_MethodOfPayment" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="B9_CommercialReferenceNumber" Type="Edm.String" Nullable="false" MaxLength="70" Unicode="false" /><Property Name="B9_ForeignDestPortKCode" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_ExportDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B9_ExportLadenOn" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_CustomsStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_MessageStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_BM" Type="Edm.Guid" Nullable="false" /><Property Name="B9_B0" Type="Edm.Guid" /><NavigationProperty Name="PreviousITPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B9_RL_NKPreviousITPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CusInBondManifestBill" Type="Odyssey.CusInBondManifestBill" Partner="CusInBondBillMoveDetails"><ReferentialConstraint Property="B9_B0" ReferencedProperty="B0_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondBill" Abstract="true"><Key><PropertyRef Name="B0_PK" /></Key><Property Name="B0_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B0_A_ARV" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B0_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="B0_BH" Type="Edm.Guid" Nullable="false" /><Property Name="B0_BillActionCode" Type="Edm.String" MaxLength="1" Unicode="false" /><Property Name="B0_BillAmendmentCode" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="B0_BillStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_BoardedQuantity" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="B0_CarnetExpirationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B0_CarnetNumber" Type="Edm.String" MaxLength="11" Unicode="false" /><Property Name="B0_DateOfDischarge" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="B0_DateOfExport" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B0_DateOfSailing" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B0_ExportInformationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_Firms" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_ForeignPortOfContractKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_GoodsValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="B0_GrossWeightUnloaded" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="B0_HouseBillIssuerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_HouseBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B0_InBondPortOfDestDCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_InBondType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_IsFDAFreight" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B0_IssuerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_IssuerSCAC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B0_LastForeignPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_ManifestQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="B0_ManifestUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_MasterBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B0_MasterInBondIndicator" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B0_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_PlaceOfReceipt" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="B0_PortOfLadingKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_ReferenceID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="B0_ReferenceQualifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_ReleaseStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_ReleaseStatusDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B0_RL_NKForeignPortOfContract" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_RL_NKInBondPortOfDest" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_RL_NKLastForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_RL_NKPortOfLading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_RN_NKCountryOfDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_RN_NKCountryOfExport" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_RX_NKGoodsValueCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_RX_NKLinePriceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_SecondNotifyPartyCode1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_SecondNotifyPartyCode2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_SecurityIndicatorFromExport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B0_ServiceType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_SubHouseBillNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B0_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B0_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B0_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_TransportModeToPortOfLading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_TransportPaymentMethod" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_Volume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="15" Scale="4" /><Property Name="B0_VolumeUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_WasOutOfUSFor45DaysOrLess" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B0_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="B0_WeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CusInbondBillAddRefs" Type="Collection(Odyssey.CusInbondBillAddRef)" Partner="CusInBondBill" /><NavigationProperty Name="ForeignPortOfContract" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B0_RL_NKForeignPortOfContract" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="InBondPortOfDest" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B0_RL_NKInBondPortOfDest" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="LastForeignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B0_RL_NKLastForeignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfLading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B0_RL_NKPortOfLading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CountryOfDestination" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="B0_RN_NKCountryOfDestination" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfExport" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="B0_RN_NKCountryOfExport" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="GoodsValueCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="B0_RX_NKGoodsValueCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="LinePriceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="B0_RX_NKLinePriceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B0_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B0_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Addresses" Type="Collection(Odyssey.B0Address)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.B0CusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusCodeDatas" Type="Collection(Odyssey.B0CusCodeData)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.B0Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="B0" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="B0_Weight" /><PropertyValue Property="UnitProperty" PropertyPath="B0_WeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="B0_Volume" /><PropertyValue Property="UnitProperty" PropertyPath="B0_VolumeUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="CusInBondRegularBill" BaseType="Odyssey.CusInBondBill"><NavigationProperty Name="CusInBondHeader" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="CusInBondRegularBills"><ReferentialConstraint Property="B0_BH" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondOceanBill" BaseType="Odyssey.CusInBondBill"><NavigationProperty Name="CusInBondHeader" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="CusInBondOceanBills"><ReferentialConstraint Property="B0_BH" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondCargoDesc" Abstract="true"><Key><PropertyRef Name="BY_PK" /></Key><Property Name="BY_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BY_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BY_BJ_Equipment" Type="Edm.Guid" /><Property Name="BY_BondedWHSOrderLineNumber" Type="Edm.Int16" /><Property Name="BY_BondedWHSOrderNumber" Type="Edm.String" MaxLength="25" Unicode="false" /><Property Name="BY_BondedWhsQuantity" Type="Edm.Decimal" Precision="19" Scale="5" /><Property Name="BY_BondedWhsUnitQty" Type="Edm.String" MaxLength="4" Unicode="false" /><Property Name="BY_BY_Commodity" Type="Edm.Guid" /><Property Name="BY_CommercialReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="70" Unicode="false" /><Property Name="BY_CusC4Number" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="14" Unicode="false" /><Property Name="BY_CustomsFourthQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="BY_CustomsFourthUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BY_CustomsQuantity" Type="Edm.Decimal" Precision="19" Scale="6" /><Property Name="BY_CustomsSecondQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="BY_CustomsSecondUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BY_CustomsThirdQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="6" /><Property Name="BY_CustomsThirdUnitQty" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BY_CustomsUnitQty" Type="Edm.String" MaxLength="4" Unicode="false" /><Property Name="BY_DeclarationGoodsItemNumber" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="BY_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="BY_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="BY_GrossWeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BY_HarmonisedTariff" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="22" Unicode="false" /><Property Name="BY_InvoiceQuantity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="5" /><Property Name="BY_IsMainPack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BY_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BY_LineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="BY_LinePrice" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="BY_ManifestUnitCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_MarksAndNumbers" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" Unicode="false" /><Property Name="BY_MonetaryValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="BY_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="BY_NetWeightUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BY_OH_Supplier" Type="Edm.Guid" /><Property Name="BY_OP_Part" Type="Edm.Guid" /><Property Name="BY_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="BY_PartAttrib1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BY_PartAttrib2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BY_PartAttrib3" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BY_PartNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BY_PieceCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="BY_Procedure" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="BY_RN_NKCountryOfDestination" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BY_RN_NKCountryOfDispatch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BY_RN_NKCountryOfOrigin" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BY_RX_NKCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_RX_NKLinePriceCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_SerialNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="BY_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BY_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BY_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_TransportChargesMethodOfPayment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BY_Type" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BY_UnloadedState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BY_WarehouseEntryLineNo" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="BY_WarehouseEntryNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BY_ZZF_NKTaxType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><NavigationProperty Name="Commodity" Type="Odyssey.CusInBondCargoDesc"><ReferentialConstraint Property="BY_BY_Commodity" ReferencedProperty="BY_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="BY_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Part" Type="Odyssey.OrgSupplierPartInfo"><ReferentialConstraint Property="BY_OP_Part" ReferencedProperty="OP_PK" /></NavigationProperty><NavigationProperty Name="CountryOfDestination" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BY_RN_NKCountryOfDestination" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfDispatch" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BY_RN_NKCountryOfDispatch" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CountryOfOrigin" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BY_RN_NKCountryOfOrigin" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="Currency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="BY_RX_NKCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="LinePriceCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="BY_RX_NKLinePriceCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BY_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BY_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BYAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="BY" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="BY_GrossWeight" /><PropertyValue Property="UnitProperty" PropertyPath="BY_GrossWeightUnit" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="BCCusInBondCargoDesc" BaseType="Odyssey.CusInBondCargoDesc"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondContainer" Nullable="false" Partner="CusInBondCargoDescs"><ReferentialConstraint Property="BY_ParentID" ReferencedProperty="BC_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondContainer" Abstract="true"><Key><PropertyRef Name="BC_PK" /></Key><Property Name="BC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BC_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BC_ContainerNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BC_DataModel" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BC_ForeignPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BC_IsEmpty" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BC_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BC_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BC_Mode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BC_NAddInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2048" /><Property Name="BC_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="BC_PieceCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="BC_RC" Type="Edm.Guid" /><Property Name="BC_RL_NKForeignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BC_Seal1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BC_Seal2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BC_SequenceNumber" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="BC_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BC_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BC_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BC_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BC_TypeOfService" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BC_UnloadedState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="RefContainer" Type="Odyssey.RefContainerInfo"><ReferentialConstraint Property="BC_RC" ReferencedProperty="RC_PK" /></NavigationProperty><NavigationProperty Name="CusInBondVehicleCtrls" Type="Collection(Odyssey.CusInBondVehicleCtrl)" Partner="CusInBondContainer" /><NavigationProperty Name="ForeignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BC_RL_NKForeignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BC_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BC_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusInBondCargoDescs" Type="Collection(Odyssey.BCCusInBondCargoDesc)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="UNDGDataItems" Type="Collection(Odyssey.BCUNDGDataItem)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BCAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="BC" /></EntityType><EntityType Name="BHCusInBondContainer" BaseType="Odyssey.CusInBondContainer"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="CusInBondContainers"><ReferentialConstraint Property="BC_ParentID" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="B9CusInBondContainer" BaseType="Odyssey.CusInBondContainer"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondMoveDetail" Nullable="false" Partner="CusInBondContainers"><ReferentialConstraint Property="BC_ParentID" ReferencedProperty="B9_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondEDIMessage"><Key><PropertyRef Name="EM_PK" /></Key><Property Name="EM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="EM_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_IsTestMessage" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_MessageOwner" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="EM_MessageType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_MessageSubType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_ReceiveTransmit" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_MessageNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="EM_Status" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_HeldUntilDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="EM_SendWithMessageErrors" Type="Edm.Boolean" Nullable="false" /><Property Name="EM_MessageText" Type="Edm.String" Nullable="false" /><Property Name="EM_EI" Type="Edm.Guid" /><Property Name="EM_GB" Type="Edm.Guid" Nullable="false" /><Property Name="EM_GE" Type="Edm.Guid" Nullable="false" /><Property Name="EM_LinkUniqueID" Type="Edm.Guid" /><Property Name="EM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EM_SystemCreateUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="EM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="EM_SystemLastEditUser" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="EM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusInBondMoveHeader" Type="Odyssey.CusInBondMoveHeader" Partner="CusInBondEDIMessages"><ReferentialConstraint Property="EM_LinkUniqueID" ReferencedProperty="BM_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondHeader" Abstract="true"><Key><PropertyRef Name="BH_PK" /></Key><Property Name="BH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BH_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BH_CarrierSCAC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BH_CommunicationLanguage" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="BH_CustomsProfile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BH_ETA" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BH_ExportFlag" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_FIRMS" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BH_FirstExportDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BH_FTZMove" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BH_GB" Type="Edm.Guid" Nullable="false" /><Property Name="BH_HeaderType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_ImportConveyanceCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BH_ImportConveyanceName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BH_ImportLoadPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BH_ImportTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BH_InBondCarrierID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="BH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="BH_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BH_JobReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BH_LloydsNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="BH_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_NoOfBOL" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="BH_OA_Importer" Type="Edm.Guid" /><Property Name="BH_OH_Carrier" Type="Edm.Guid" /><Property Name="BH_OH_Supplier" Type="Edm.Guid" /><Property Name="BH_OverrideFreightDefaults" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BH_ParentID" Type="Edm.Guid" /><Property Name="BH_ParentTableCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_PortUnladingDCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BH_PostDepartureOnly" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BH_ReleaseStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_RL_NKImportLoadPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BH_RL_NKPortUnlading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BH_RN_NKFirstExportCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BH_SailingDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BH_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BH_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BH_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BH_TransitDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BH_UniqueVoyageIdentifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="BH_VoyageNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><NavigationProperty Name="CusInBondRegularBills" Type="Collection(Odyssey.CusInBondRegularBill)" Partner="CusInBondHeader" /><NavigationProperty Name="CusInBondOceanBills" Type="Collection(Odyssey.CusInBondOceanBill)" Partner="CusInBondHeader" /><NavigationProperty Name="GlbBranch" Type="Odyssey.GlbBranchInfo" Nullable="false"><ReferentialConstraint Property="BH_GB" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="Importer" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="BH_OA_Importer" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="BH_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="Supplier" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="BH_OH_Supplier" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="AMSMoveHeaders" Type="Collection(Odyssey.AMSMoveHeader)" Partner="CusInBondHeader" /><NavigationProperty Name="PTTMoveHeaders" Type="Collection(Odyssey.PTTMoveHeader)" Partner="CusInBondHeader" /><NavigationProperty Name="ImportLoadPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BH_RL_NKImportLoadPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortUnlading" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BH_RL_NKPortUnlading" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="FirstExportCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BH_RN_NKFirstExportCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BH_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BH_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusAddInfos" Type="Collection(Odyssey.BHCusAddInfo)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusInBondContainers" Type="Collection(Odyssey.BHCusInBondContainer)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Logs" Type="Collection(Odyssey.BHLog)" Partner="Parent" /><NavigationProperty Name="ProcessTasks" Type="Collection(Odyssey.BHProcessTask)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="WorkflowExceptions" Type="Collection(Odyssey.BHWorkflowException)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BHAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusInBondManifestBills" Type="Collection(Odyssey.CusInBondManifestBill)" Partner="CusInBondHeader" /><Annotation Term="Glow.TableCode" String="BH" /></EntityType><EntityType Name="AMSHeader" BaseType="Odyssey.CusInBondHeader" /><EntityType Name="InbondHeader" BaseType="Odyssey.CusInBondHeader" /><EntityType Name="NCTMHeader" BaseType="Odyssey.CusInBondHeader" /><EntityType Name="CusInBondManifestBill"><Key><PropertyRef Name="B0_PK" /></Key><Property Name="B0_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B0_ActionCode" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="B0_AmendmentCode" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_BH" Type="Edm.Guid" Nullable="false" /><Property Name="B0_BillStatus" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_HouseBillNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B0_IssuerCode" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B0_IsValid" Type="Edm.Boolean" Nullable="false" /><Property Name="B0_ManifestQty" Type="Edm.Int32" Nullable="false" /><Property Name="B0_ManifestUQ" Type="Edm.String" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B0_MasterBillNum" Type="Edm.String" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B0_SendBill" Type="Edm.Boolean" Nullable="false" /><Property Name="B0_ShipmentType" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B0_Volume" Type="Edm.Decimal" Nullable="false" Precision="15" Scale="4" /><Property Name="B0_VolumeUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B0_Weight" Type="Edm.Decimal" Nullable="false" Precision="22" Scale="6" /><Property Name="B0_WeightUQ" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="CusInBondBillMoveDetails" Type="Collection(Odyssey.CusInBondBillMoveDetail)" Partner="CusInBondManifestBill" /><NavigationProperty Name="CusInBondHeader" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="CusInBondManifestBills"><ReferentialConstraint Property="B0_BH" ReferencedProperty="BH_PK" /></NavigationProperty><Annotation Term="Glow.TableCode" String="B0" /></EntityType><EntityType Name="CusInBondMoveDetail"><Key><PropertyRef Name="B9_PK" /></Key><Property Name="B9_PK" Type="Edm.Guid" Nullable="false" /><Property Name="B9_AircraftIDAtDeparture" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="B9_B0" Type="Edm.Guid" /><Property Name="B9_B9_InBondMoveDetail" Type="Edm.Guid" /><Property Name="B9_BM" Type="Edm.Guid" Nullable="false" /><Property Name="B9_CommercialReferenceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="70" Unicode="false" /><Property Name="B9_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_ExportDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B9_ExportLadenOn" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_FirstAcceptedTime" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B9_ForeignDestPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_InBoundQty" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="B9_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="B9_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_MethodOfPayment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="B9_MonetaryValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="B9_PreviousITDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="B9_PreviousITNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="B9_PreviousITPortDCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="B9_PreviousITType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_RL_NKPreviousITPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_RN_NKTransportAtDepartureIDNationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_RN_NKTransportAtDepartureTrailer1Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_RN_NKTransportAtDepartureTrailer2Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_SeqNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="B9_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B9_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="B9_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="B9_TransportAtDepartureID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_TransportAtDepartureTrailer1RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_TransportAtDepartureTrailer2RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="B9_TransportAtDepartureType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="B9_UnloadedState" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusInBondBill" Type="Odyssey.CusInBondBill"><ReferentialConstraint Property="B9_B0" ReferencedProperty="B0_PK" /></NavigationProperty><NavigationProperty Name="InBondMoveDetail" Type="Odyssey.CusInBondMoveDetail"><ReferentialConstraint Property="B9_B9_InBondMoveDetail" ReferencedProperty="B9_PK" /></NavigationProperty><NavigationProperty Name="CusInBondMoveHeader" Type="Odyssey.CusInBondMoveHeader" Nullable="false" Partner="CusInBondMoveDetails"><ReferentialConstraint Property="B9_BM" ReferencedProperty="BM_PK" /></NavigationProperty><NavigationProperty Name="PreviousITPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="B9_RL_NKPreviousITPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureIDNationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="B9_RN_NKTransportAtDepartureIDNationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureTrailer1Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="B9_RN_NKTransportAtDepartureTrailer1Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureTrailer2Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="B9_RN_NKTransportAtDepartureTrailer2Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B9_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="B9_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CusInBondContainers" Type="Collection(Odyssey.B9CusInBondContainer)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.B9Acknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="B9" /></EntityType><EntityType Name="CusInBondMoveHeader" Abstract="true"><Key><PropertyRef Name="BM_PK" /></Key><Property Name="BM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BM_ActiveBorderIdentificationType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_AdditionalDeclarationType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_AdditionalText" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="BM_AircraftIDAtBorder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_AircraftIDAtDeparture" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_ArrivalDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BM_BH" Type="Edm.Guid" Nullable="false" /><Property Name="BM_BM_ArrivalMovement" Type="Edm.Guid" /><Property Name="BM_BM_DepartureMovement" Type="Edm.Guid" /><Property Name="BM_BTAIndicator" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_CarnetTotalPages" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="BM_ConveyanceNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_CustomsOfficeAtBorder" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="BM_CustomsQuantity" Type="Edm.Decimal" Precision="19" Scale="5" /><Property Name="BM_CustomsStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_CustomsSubPlace" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="BM_DestinationPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="BM_DischargeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_EntryDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_ExpectedNextCustomsProcedure" Type="Edm.String" MaxLength="1" Unicode="false" /><Property Name="BM_ExportDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_ExportLadenOn" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_ExportTimeLimit" Type="Edm.Int16" /><Property Name="BM_ExportTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_FIRMS" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BM_ForeignDestPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="BM_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="BM_GONumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="BM_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="BM_GrossWeightUnloaded" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="22" Scale="6" /><Property Name="BM_GrossWeightUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_GS_NKCusAgent" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_InBondCarrierID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="BM_InBondCarrierSCAC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BM_InBondClosedDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_InBondEntryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="9" Unicode="false" /><Property Name="BM_InlandTransportMode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="BM_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BM_LocationAuthorizationNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_LocationOfGoods" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_LocationOfGoodsCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="17" Unicode="false" /><Property Name="BM_LocationQualifier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_MessageStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_MethodOfPayment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_MonetaryValue" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="BM_MoveToFTZ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_NetWeight" Type="Edm.Decimal" Precision="15" Scale="2" /><Property Name="BM_NoChangesToReport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BM_OA_InBondCarrier" Type="Edm.Guid" /><Property Name="BM_OA_OperatorLocation" Type="Edm.Guid" /><Property Name="BM_OA_TOLCarrier" Type="Edm.Guid" /><Property Name="BM_OA_WarehouseAddress" Type="Edm.Guid" /><Property Name="BM_OnwardCarrier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BM_PaperlessInbondNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="22" Unicode="false" /><Property Name="BM_PedimentoNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BM_Phase" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_PlaceOfLoading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_PlaceOfUnloading" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_PortOfPresentationCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="BM_PresentationDateTime" Type="Edm.DateTimeOffset" /><Property Name="BM_ReducedDatasetIndicator" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BM_RL_NKDestinationPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BM_RL_NKForeignDestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BM_RL_NKPortOfPresentation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BM_RN_NKCountryOfDispatch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTOLCarrierNationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtArrivalIDNationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtArrivalTrailer1Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtArrivalTrailer2Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtDepartureCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtDepartureTrailer1Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_RN_NKTransportAtDepartureTrailer2Nationality" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_SealQty" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="BM_Seals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="BM_SealType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_SpecificCircumstance" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_SplitCarrierSCAC" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BM_SplitFlightNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="BM_StateOfSeals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_SystemCreateBranch" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_SystemCreateDepartment" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BM_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BM_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_TOLCarrierCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="BM_TOLCarrierID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TOLCityName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="19" Unicode="false" /><Property Name="BM_TOLDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_TOLStateCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_TransferCarrier" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12" Unicode="false" /><Property Name="BM_TransportAtArrivalID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtArrivalTrailer1RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtArrivalTrailer2RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtArrivalType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_TransportAtDeparture" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtDepartureTrailer1RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtDepartureTrailer2RegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_TransportAtDepartureType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="BM_TypeOfLocation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="BM_TypeOfSecurity" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BM_UniqueConsignmentReference" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="BM_UnloadingCompleted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BM_UnloadingDate" Type="Edm.DateTimeOffset" /><Property Name="BM_UnloadingRemarks" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="512" /><Property Name="BM_ValuationDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTime</EnumMember></Annotation></Property><Property Name="BM_Via" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="70" Unicode="false" /><Property Name="BM_WarehouseTransactionStatus" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="CusInBondMoveDetails" Type="Collection(Odyssey.CusInBondMoveDetail)" Partner="CusInBondMoveHeader" /><NavigationProperty Name="ArrivalMovement" Type="Odyssey.CusInBondMoveHeader"><ReferentialConstraint Property="BM_BM_ArrivalMovement" ReferencedProperty="BM_PK" /></NavigationProperty><NavigationProperty Name="DepartureMovement" Type="Odyssey.CusInBondMoveHeader"><ReferentialConstraint Property="BM_BM_DepartureMovement" ReferencedProperty="BM_PK" /></NavigationProperty><NavigationProperty Name="InBondCarrier" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="BM_OA_InBondCarrier" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OperatorLocation" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="BM_OA_OperatorLocation" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="TOLCarrier" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="BM_OA_TOLCarrier" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="WarehouseAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="BM_OA_WarehouseAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="CusAgent" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BM_GS_NKCusAgent" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="DestinationPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BM_RL_NKDestinationPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="ForeignDestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BM_RL_NKForeignDestPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="PortOfPresentation" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BM_RL_NKPortOfPresentation" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CountryOfDispatch" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKCountryOfDispatch" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TOLCarrierNationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTOLCarrierNationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtArrivalIDNationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtArrivalIDNationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtArrivalTrailer1Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtArrivalTrailer1Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtArrivalTrailer2Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtArrivalTrailer2Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtDepartureCountry" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureTrailer1Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtDepartureTrailer1Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="TransportAtDepartureTrailer2Nationality" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="BM_RN_NKTransportAtDepartureTrailer2Nationality" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BM_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BM_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="ReferenceNumbers" Type="Collection(Odyssey.BMReferenceNumber)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BMAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="CusInBondEDIMessages" Type="Collection(Odyssey.CusInBondEDIMessage)" Partner="CusInBondMoveHeader" /><Annotation Term="Glow.TableCode" String="BM" /></EntityType><EntityType Name="AMSMoveHeader" BaseType="Odyssey.CusInBondMoveHeader"><NavigationProperty Name="CusInBondHeader" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="AMSMoveHeaders"><ReferentialConstraint Property="BM_BH" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="PTTMoveHeader" BaseType="Odyssey.CusInBondMoveHeader"><NavigationProperty Name="CusInBondHeader" Type="Odyssey.CusInBondHeader" Nullable="false" Partner="PTTMoveHeaders"><ReferentialConstraint Property="BM_BH" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="CusInBondVehicleCtrl"><Key><PropertyRef Name="BV_PK" /></Key><Property Name="BV_PK" Type="Edm.Guid" Nullable="false" /><Property Name="BV_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="BV_BC" Type="Edm.Guid" Nullable="false" /><Property Name="BV_FactoryCarOrderNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="BV_ForeignPortKCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BV_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="BV_RL_NKFoerignPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="BV_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BV_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BV_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="BV_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="BV_VIN" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><NavigationProperty Name="CusInBondContainer" Type="Odyssey.CusInBondContainer" Nullable="false" Partner="CusInBondVehicleCtrls"><ReferentialConstraint Property="BV_BC" ReferencedProperty="BC_PK" /></NavigationProperty><NavigationProperty Name="FoerignPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="BV_RL_NKFoerignPort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BV_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="BV_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.BVAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="BV" /></EntityType><EntityType Name="CYAcknowledgement" 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.CusCodeData" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="CY_PK" /></NavigationProperty></EntityType><EntityType Name="DIAcknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="DI_PK" /></NavigationProperty></EntityType><EntityType Name="UNDGSubstancePivot" Abstract="true"><Key><PropertyRef Name="DP_PK" /></Key><Property Name="DP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DP_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DP_IsDefault" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DP_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="DP_Standard" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DP_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DP_UNNO" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DP_Variant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.TableCode" String="DP" /></EntityType><EntityType Name="DIUNDGSubstancePivot" BaseType="Odyssey.UNDGSubstancePivot"><NavigationProperty Name="Parent" Type="Odyssey.UNDGDataItem" Nullable="false" Partner="UNDGSubstancePivots"><ReferentialConstraint Property="DP_ParentId" ReferencedProperty="DI_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DP_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="GlbBranchInfo"><Key><PropertyRef Name="GB_PK" /></Key><Property Name="GB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GB_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GB_BranchName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GB_AccountingGroupCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GB_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="GB_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="GB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="GB_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="GB_OH_OrgProxy" Type="Edm.Guid" /><Property Name="GB_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="GB_RL_NKHomePort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="GB_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GB_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="GB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgProxy" Type="Odyssey.OrgHeaderInfo"><ReferentialConstraint Property="GB_OH_OrgProxy" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="HomePort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="GB_RL_NKHomePort" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GB_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbBranch" /><Annotation Term="Glow.TableCode" String="GB" /></EntityType><EntityType Name="GlbCapabilityInfo"><Key><PropertyRef Name="G4_PK" /></Key><Property Name="G4_PK" Type="Edm.Guid" Nullable="false" /><Property Name="G4_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="G4_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="G4_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbCapability" /><Annotation Term="Glow.TableCode" String="G4" /></EntityType><EntityType Name="GlbCompanyInfo"><Key><PropertyRef Name="GC_PK" /></Key><Property Name="GC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GC_Name" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="GC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsGSTRegistered" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GC_IsReciprocal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GC_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="GC_RX_NKLocalCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="GC_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><NavigationProperty Name="LocalCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="GC_RX_NKLocalCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbCompany" /><Annotation Term="Glow.TableCode" String="GC" /></EntityType><EntityType Name="GlbDepartmentInfo"><Key><PropertyRef Name="GE_PK" /></Key><Property Name="GE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="GE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbDepartment" /><Annotation Term="Glow.TableCode" String="GE" /></EntityType><EntityType Name="GlbGroupInfo"><Key><PropertyRef Name="GG_PK" /></Key><Property Name="GG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GG_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="GG_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="64" /><Property Name="GG_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IGlbGroup" /><Annotation Term="Glow.TableCode" String="GG" /></EntityType><EntityType Name="GlbPersonInfo"><Key><PropertyRef Name="PER_PK" /></Key><Property Name="PER_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PER_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="PER_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="PER_FriendlyName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="PER_FullNameAI" Type="Edm.String" Nullable="false" MaxLength="256" /><Property Name="PER_NameSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_NameTitle" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="PER_Picture" Type="Edm.Binary" /><NavigationProperty Name="GlbStaffs" Type="Collection(Odyssey.GlbStaffInfo)" Partner="GlbPerson" /><Annotation Term="Glow.InfoTypeFor" String="IGlbPerson" /><Annotation Term="Glow.TableCode" String="PER" /></EntityType><EntityType Name="GlbStaffInfo"><Key><PropertyRef Name="GS_Code" /></Key><Property Name="GS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="GS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="GS_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="GS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="GS_EmailAddress" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="GS_IsDriver" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsResource" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSalesRep" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_IsSystemAccount" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="GS_PER" Type="Edm.Guid" /><NavigationProperty Name="GlbPerson" Type="Odyssey.GlbPersonInfo" Partner="GlbStaffs"><ReferentialConstraint Property="GS_PER" ReferencedProperty="PER_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IGlbStaff" /><Annotation Term="Glow.TableCode" String="GS" /></EntityType><EntityType Name="NettingOrganisationInfo"><Key><PropertyRef Name="NSO_PK" /></Key><Property Name="NSO_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_NettingType" Type="Edm.String" DefaultValue="FUL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_NS_NettingSystem" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_OH_Organisation" Type="Edm.Guid" Nullable="false" /><Property Name="NSO_RX_NKAPSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="NSO_RX_NKARSettlementCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="NettingSystem" Type="Odyssey.NettingSystemInfo" Nullable="false"><ReferentialConstraint Property="NSO_NS_NettingSystem" ReferencedProperty="NS_PK" /></NavigationProperty><NavigationProperty Name="Organisation" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="NettingOrganisations"><ReferentialConstraint Property="NSO_OH_Organisation" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKAPSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><NavigationProperty Name="ARSettlementCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="NSO_RX_NKARSettlementCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="INettingOrganisation" /><Annotation Term="Glow.TableCode" String="NSO" /></EntityType><EntityType Name="NettingSystemInfo"><Key><PropertyRef Name="NS_PK" /></Key><Property Name="NS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="NS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="NS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="NS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="INettingSystem" /><Annotation Term="Glow.TableCode" String="NS" /></EntityType><EntityType Name="OrgAddressAdditionalInfoInfo"><Key><PropertyRef Name="OAI_PK" /></Key><Property Name="OAI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAI_AdditionalInfo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OAI_IsPrimary" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OAI_OA_Address" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Address" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressAdditionalInfos"><ReferentialConstraint Property="OAI_OA_Address" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressAdditionalInfo" /><Annotation Term="Glow.TableCode" String="OAI" /></EntityType><EntityType Name="OrgAddressCapabilityInfo"><Key><PropertyRef Name="PZ_PK" /></Key><Property Name="PZ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PZ_AddressType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PZ_IsMainAddress" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PZ_OA" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo" Nullable="false" Partner="OrgAddressCapabilities"><ReferentialConstraint Property="PZ_OA" ReferencedProperty="OA_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddressCapability" /><Annotation Term="Glow.TableCode" String="PZ" /></EntityType><EntityType Name="OrgAddressInfo"><Key><PropertyRef Name="OA_PK" /></Key><Property Name="OA_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OA_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><Property Name="OA_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OA_AccessPoint" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_AdditionalAddressInformation" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_Address2" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_AuthorityToLeave" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_City" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="OA_CommunicationRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_CompanyNameOverride" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OA_ContainerHandling" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_Dock_Height" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_DockLeveler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OA_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_FCLEquipmentNeeded" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_ForkLift" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_GeofencePolygon" Type="Edm.String" DefaultValue="POLYGON EMPTY" Nullable="false" /><Property Name="OA_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="OA_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsContainerYard" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsDistributionCenter" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsPackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsRoadFreightDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_IsUnpackDepot" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_JobLoadingDuration" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="OA_LabourRequired" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OA_LoadingUnloadingConstraints" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="OA_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OA_PalletJack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OA_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OA_PostCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" /><Property Name="OA_RL_NKRelatedPortCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OA_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OA_State" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="25" /><NavigationProperty Name="OrgAddressAdditionalInfos" Type="Collection(Odyssey.OrgAddressAdditionalInfoInfo)" Partner="Address" /><NavigationProperty Name="OrgAddressCapabilities" Type="Collection(Odyssey.OrgAddressCapabilityInfo)" Partner="OrgAddress"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgAddresses"><ReferentialConstraint Property="OA_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OA_RL_NKRelatedPortCode" ReferencedProperty="RL_Code" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OA_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgAddress" /><Annotation Term="Glow.TableCode" String="OA" /></EntityType><EntityType Name="OrgBrandOrRelatedNameInfo"><Key><PropertyRef Name="P1_PK" /></Key><Property Name="P1_PK" Type="Edm.Guid" Nullable="false" /><Property Name="P1_RelatedName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="P1_IsValid" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="P1_OH" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgBrandOrRelatedNames"><ReferentialConstraint Property="P1_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgBrandOrRelatedName" /><Annotation Term="Glow.TableCode" String="P1" /></EntityType><EntityType Name="OrgCarrierAccountInfo"><Key><PropertyRef Name="OAN_PK" /></Key><Property Name="OAN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OAN_AccountNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="OAN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OAN_OH_Carrier" Type="Edm.Guid" Nullable="false" /><NavigationProperty Name="Carrier" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CarrierAccounts"><ReferentialConstraint Property="OAN_OH_Carrier" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCarrierAccount" /><Annotation Term="Glow.TableCode" String="OAN" /></EntityType><EntityType Name="OrgCompanyDataInfo"><Key><PropertyRef Name="OB_PK" /></Key><Property Name="OB_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OB_APTransactionCreationRestriction" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_APVATConfig" Type="Edm.String" DefaultValue="NON" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_CRIsShipsAgencyPrincipal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_GC" Type="Edm.Guid" Nullable="false" /><Property Name="OB_IsCreditor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsDebtor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OB_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OB_RX_NKAPDefltCurrency" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardCombinedMNREstimate" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OB_YardMNRCodeGroup" Type="Edm.String" DefaultValue="CDX" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OB_YardPRAExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><Property Name="OB_YardROIExpiryThreshold" Type="Edm.Int16" DefaultValue="-1" Nullable="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo" Nullable="false"><ReferentialConstraint Property="OB_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgCompanyData"><ReferentialConstraint Property="OB_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="APDefltCurrency" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OB_RX_NKAPDefltCurrency" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCompanyData" /><Annotation Term="Glow.TableCode" String="OB" /></EntityType><EntityType Name="OrgContactInfo"><Key><PropertyRef Name="OC_PK" /></Key><Property Name="OC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OC_ContactName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="256" /><Property Name="OC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OC_Email" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OC_Fax" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_GB_DefaultBranch" Type="Edm.Guid" /><Property Name="OC_Language" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="7" Unicode="false" /><Property Name="OC_Mobile" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_OA_OrgAddress" Type="Edm.Guid" /><Property Name="OC_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OC_Phone" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="OC_Title" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="OC_WebAccessEnabled" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><NavigationProperty Name="DefaultBranch" Type="Odyssey.GlbBranchInfo"><ReferentialConstraint Property="OC_GB_DefaultBranch" ReferencedProperty="GB_PK" /></NavigationProperty><NavigationProperty Name="OrgAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OC_OA_OrgAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="OrgContacts"><ReferentialConstraint Property="OC_OH" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgContact" /><Annotation Term="Glow.TableCode" String="OC" /></EntityType><EntityType Name="OrgCusCodeInfo"><Key><PropertyRef Name="OK_PK" /></Key><Property Name="OK_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OK_CustomsRegNo" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="254" /><Property Name="OK_CodeType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OK_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OK_OA_PremisesAddress" Type="Edm.Guid" /><Property Name="OK_OH" Type="Edm.Guid" Nullable="false" /><Property Name="OK_RN_NKCodeCountry" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="PremisesAddress" Type="Odyssey.OrgAddressInfo"><ReferentialConstraint Property="OK_OA_PremisesAddress" ReferencedProperty="OA_PK" /></NavigationProperty><NavigationProperty Name="OrgHeader" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="CusCodes"><ReferentialConstraint Property="OK_OH" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="CodeCountry" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="OK_RN_NKCodeCountry" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgCusCode" /><Annotation Term="Glow.TableCode" String="OK" /></EntityType><EntityType Name="OrgHeaderInfo"><Key><PropertyRef Name="OH_PK" /></Key><Property Name="OH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="12"><Annotation Term="Glow.IsUnique" Bool="true" /></Property><Property Name="OH_FullName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" /><Property Name="OH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OH_IsAirCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsAirWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignee" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsConsignor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsContainerLeasingCompany" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsControllingCustomer" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsFerryWaterTerminal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsForwarder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsInlandWaterwayProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLineHaulProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsLocalTransport" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsMiscFreightServices" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailHead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsRailProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSalesLead" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaCTO" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsSeaWholesaler" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingConsortium" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingLine" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsShippingProvider" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsTransportClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsVGMContractor" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_IsWarehouseClient" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OH_RL_NKClosestPort" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="OH_RSL_ShippingLine" Type="Edm.Guid" /><NavigationProperty Name="NettingOrganisations" Type="Collection(Odyssey.NettingOrganisationInfo)" Partner="Organisation" /><NavigationProperty Name="OrgAddresses" Type="Collection(Odyssey.OrgAddressInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgBrandOrRelatedNames" Type="Collection(Odyssey.OrgBrandOrRelatedNameInfo)" Partner="OrgHeader" /><NavigationProperty Name="CarrierAccounts" Type="Collection(Odyssey.OrgCarrierAccountInfo)" Partner="Carrier" /><NavigationProperty Name="OrgCompanyData" Type="Collection(Odyssey.OrgCompanyDataInfo)" Partner="OrgHeader"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="OrgContacts" Type="Collection(Odyssey.OrgContactInfo)" Partner="OrgHeader" /><NavigationProperty Name="CusCodes" Type="Collection(Odyssey.OrgCusCodeInfo)" Partner="OrgHeader" /><NavigationProperty Name="ShippingLine" Type="Odyssey.RefShippingLineInfo"><ReferentialConstraint Property="OH_RSL_ShippingLine" ReferencedProperty="RSL_PK" /></NavigationProperty><NavigationProperty Name="RelatedParties" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="Parent" /><NavigationProperty Name="PartiesRelatedToThisOrg" Type="Collection(Odyssey.OrgRelatedPartyInfo)" Partner="RelatedParty" /><NavigationProperty Name="ClosestPort" Type="Odyssey.RefUNLOCOInfo" Nullable="false"><ReferentialConstraint Property="OH_RL_NKClosestPort" ReferencedProperty="RL_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgHeader" /><Annotation Term="Glow.TableCode" String="OH" /></EntityType><EntityType Name="OrgRelatedPartyInfo"><Key><PropertyRef Name="PR_PK" /></Key><Property Name="PR_PK" Type="Edm.Guid" Nullable="false" /><Property Name="PR_FreightDirection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="PR_GC" Type="Edm.Guid" /><Property Name="PR_IsValid" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="PR_OH_Parent" Type="Edm.Guid" Nullable="false" /><Property Name="PR_OH_RelatedParty" Type="Edm.Guid" Nullable="false" /><Property Name="PR_PartyType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><NavigationProperty Name="GlbCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="PR_GC" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="RelatedParties"><ReferentialConstraint Property="PR_OH_Parent" ReferencedProperty="OH_PK" /></NavigationProperty><NavigationProperty Name="RelatedParty" Type="Odyssey.OrgHeaderInfo" Nullable="false" Partner="PartiesRelatedToThisOrg"><ReferentialConstraint Property="PR_OH_RelatedParty" ReferencedProperty="OH_PK" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgRelatedParty" /><Annotation Term="Glow.TableCode" String="PR" /></EntityType><EntityType Name="OrgSupplierPartInfo"><Key><PropertyRef Name="OP_PK" /></Key><Property Name="OP_PK" Type="Edm.Guid" Nullable="false" /><Property Name="OP_PartNum" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="OP_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" /><Property Name="OP_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_AutoPrintAssemblyInstructions" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_Brand" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="60" /><Property Name="OP_CanDisassembleKit" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_CanResell" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_CountDecimalPlaces" Type="Edm.Byte" DefaultValue="0" Nullable="false" /><Property Name="OP_Cubic" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_CubicUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Department" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_Depth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Division" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="15" Unicode="false" /><Property Name="OP_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_IsBarcoded" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="OP_IsComponentPickedOnSalesOrder" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="OP_LastCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_MeasureUQ" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Model" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="75" /><Property Name="OP_NetWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_OrderMultipleUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_QtyInStock" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="2" /><Property Name="OP_RH_NKCommodityCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="OP_RX_NKLastWeightedCostCurr" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_StockKeepingUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="OP_VendorPackQty" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="OP_WeightedCost" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="19" Scale="4" /><Property Name="OP_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="OP_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="OP_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="Commodity" Type="Odyssey.RefCommodityCodeInfo" Nullable="false"><ReferentialConstraint Property="OP_RH_NKCommodityCode" ReferencedProperty="RH_Code" /></NavigationProperty><NavigationProperty Name="LastWeightedCostCurr" Type="Odyssey.RefCurrencyInfo" Nullable="false"><ReferentialConstraint Property="OP_RX_NKLastWeightedCostCurr" ReferencedProperty="RX_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IOrgSupplierPart" /><Annotation Term="Glow.TableCode" String="OP" /></EntityType><EntityType Name="P9Acknowledgement" BaseType="Odyssey.Acknowledgement"><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="XK_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Acknowledgements"><ReferentialConstraint Property="XK_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="P9Log" BaseType="Odyssey.Log"><NavigationProperty Name="User" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="SL_GS_NKUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Event" Type="Odyssey.StmEventInfo" Nullable="false"><ReferentialConstraint Property="SL_SE_NKEvent" ReferencedProperty="SE_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Logs"><ReferentialConstraint Property="SL_Parent" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Note" Abstract="true"><Key><PropertyRef Name="ST_PK" /></Key><Property Name="ST_PK" Type="Edm.Guid" Nullable="false" /><Property Name="ST_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="ST_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" /><Property Name="ST_ForceRead" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="ST_GC_RelatedCompany" Type="Edm.Guid" /><Property Name="ST_IsCustomDescription" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="ST_NoteContext" Type="Edm.String" DefaultValue="ALL" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteText" Type="Edm.String" DefaultValue="" Nullable="false" /><Property Name="ST_NoteType" Type="Edm.String" DefaultValue="INT" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_ParentID" Type="Edm.Guid" /><Property Name="ST_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="ST_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="ST_NoteData" Type="Edm.Stream"><Annotation Term="Glow.DefaultContentType" String="application/rtf" /></Property><Annotation Term="Glow.TableCode" String="ST" /></EntityType><EntityType Name="P9Note" BaseType="Odyssey.Note"><NavigationProperty Name="RelatedCompany" Type="Odyssey.GlbCompanyInfo"><ReferentialConstraint Property="ST_GC_RelatedCompany" ReferencedProperty="GC_PK" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="ST_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Partner="Notes"><ReferentialConstraint Property="ST_ParentID" ReferencedProperty="P9_PK" /></NavigationProperty></EntityType><EntityType Name="Tag" Abstract="true"><Key><PropertyRef Name="TGL_PK" /></Key><Property Name="TGL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="TGL_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="80" /><Property Name="TGL_GS_NKRemovedBy" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_Magnitude" Type="Edm.Decimal" DefaultValue="1" Nullable="false" Precision="10" Scale="3" /><Property Name="TGL_ParentId" Type="Edm.Guid" Nullable="false" /><Property Name="TGL_RemovedTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_Sequence" Type="Edm.Int16" DefaultValue="0" Nullable="false" /><Property Name="TGL_SystemCreateTimeUtc" Type="Edm.DateTimeOffset" Nullable="false"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="TGL_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="TGL_TGM_Magnitude" Type="Edm.Guid" Nullable="false" /><Annotation Term="Glow.TableCode" String="TGL" /></EntityType><EntityType Name="P9Tag" BaseType="Odyssey.Tag"><NavigationProperty Name="Parent" Type="Odyssey.ProcessTask" Nullable="false" Partner="Tags"><ReferentialConstraint Property="TGL_ParentId" ReferencedProperty="P9_PK" /></NavigationProperty><NavigationProperty Name="RemovedBy" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_GS_NKRemovedBy" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="TGL_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty></EntityType><EntityType Name="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"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Partner="ProcessTasks"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="BFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YAOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YPHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YRAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YREProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YTUProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="YUSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KMProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="LTCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="KGProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="K1ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EMHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="GAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HRRProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="HVOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JEProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JXProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="EFProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JSBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JVProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JAProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="P0ProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RCTProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="THProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="VBProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WCWProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDLProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WDHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPSProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRCProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WRHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WLOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTKProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WTJProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKIProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="WKPProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="JHProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="MWOProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="DRQProcessTask" BaseType="Odyssey.ProcessTask" /><EntityType Name="RefAirlineInfo"><Key><PropertyRef Name="RM_PK" /></Key><Property Name="RM_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RM_AirlineName1" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="40" Unicode="false" /><Property Name="RM_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefAirline" /><Annotation Term="Glow.TableCode" String="RM" /></EntityType><EntityType Name="RefCommodityCodeInfo"><Key><PropertyRef Name="RH_Code" /></Key><Property Name="RH_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RH_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RH_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="500" Unicode="false" /><Property Name="RH_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RH_IsHazardous" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RH_ReeferMaxTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="RH_ReeferMinTemperature" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Annotation Term="Glow.InfoTypeFor" String="IRefCommodityCode" /><Annotation Term="Glow.TableCode" String="RH" /></EntityType><EntityType Name="RefContainerInfo"><Key><PropertyRef Name="RC_PK" /></Key><Property Name="RC_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RC_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="45" Unicode="false" /><Property Name="RC_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RC_ContainerType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_CubicCapacity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_CubicCapacityUQ" Type="Edm.String" DefaultValue="M3" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DimensionUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_DoorOpeningUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_DoorOpeningWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_FreightRateClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_GrossWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideHeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideLength" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_InsideUQ" Type="Edm.String" DefaultValue="FT" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_InsideWidth" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_IsControlledAtmosphere" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="RC_ISOEquipmentSizeTypeCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="RC_ISOType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="RC_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_ShippingMode" Type="Edm.String" DefaultValue="SEA" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_StorageClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RC_TareWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="RC_TEU" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="5" Scale="2" /><Property Name="RC_USContainerCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_WeightUQ" Type="Edm.String" DefaultValue="KG" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RC_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefContainer" /><Annotation Term="Glow.TableCode" String="RC" /></EntityType><EntityType Name="RefCountryInfo"><Key><PropertyRef Name="RN_Code" /></Key><Property Name="RN_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RN_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RN_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RN_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RN_AddressFormattingRule" Type="Edm.String" DefaultValue="DEF" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_PostcodeValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RN_StateProvinceValidationRule" Type="Edm.String" DefaultValue="NVR" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefCountry" /><Annotation Term="Glow.TableCode" String="RN" /></EntityType><EntityType Name="RefCountryStateInfo"><Key><PropertyRef Name="RW_PK" /></Key><Property Name="RW_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RW_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RW_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RW_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RW_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RW_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefCountryState" /><Annotation Term="Glow.TableCode" String="RW" /></EntityType><EntityType Name="RefCurrencyInfo"><Key><PropertyRef Name="RX_Code" /></Key><Property Name="RX_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RX_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RX_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RX_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RX_SubUnitRatio" Type="Edm.Int32" DefaultValue="100" Nullable="false"><Annotation Term="Glow.DynamicScaleType"><EnumMember>Glow.DynamicScaleType/Log10</EnumMember></Annotation></Property><Annotation Term="Glow.InfoTypeFor" String="IRefCurrency" /><Annotation Term="Glow.TableCode" String="RX" /></EntityType><EntityType Name="RefPackTypeInfo"><Key><PropertyRef Name="F3_Code" /></Key><Property Name="F3_PK" Type="Edm.Guid" Nullable="false" /><Property Name="F3_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="F3_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="F3_Height" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_KeepUpright" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="F3_Length" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_UnitOfDimension" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="F3_Weight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="F3_Width" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Annotation Term="Glow.InfoTypeFor" String="IRefPackType" /><Annotation Term="Glow.TableCode" String="F3" /></EntityType><EntityType Name="RefServiceLevelInfo"><Key><PropertyRef Name="RS_Code" /></Key><Property Name="RS_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RS_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="RS_Description" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RS_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RS_ServiceDeliveryType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefServiceLevel" /><Annotation Term="Glow.TableCode" String="RS" /></EntityType><EntityType Name="RefShippingLineInfo"><Key><PropertyRef Name="RSL_PK" /></Key><Property Name="RSL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RSL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RSL_StandardCarrierAlphaCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IRefShippingLine" /><Annotation Term="Glow.TableCode" String="RSL" /></EntityType><EntityType Name="RefUNLOCOInfo"><Key><PropertyRef Name="RL_Code" /></Key><Property Name="RL_PK" Type="Edm.Guid" Nullable="false" /><Property Name="RL_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="5" Unicode="false" /><Property Name="RL_PortName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="RL_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="RL_GeoLocation" Type="Edm.String" DefaultValue="POINT EMPTY" Nullable="false" /><Property Name="RL_NameWithDiacriticals" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" /><Property Name="RL_RN_NKCountryCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="RL_RW" Type="Edm.Guid" /><NavigationProperty Name="RefCountryState" Type="Odyssey.RefCountryStateInfo"><ReferentialConstraint Property="RL_RW" ReferencedProperty="RW_PK" /></NavigationProperty><NavigationProperty Name="Country" Type="Odyssey.RefCountryInfo" Nullable="false"><ReferentialConstraint Property="RL_RN_NKCountryCode" ReferencedProperty="RN_Code" /></NavigationProperty><Annotation Term="Glow.InfoTypeFor" String="IRefUNLOCO" /><Annotation Term="Glow.TableCode" String="RL" /></EntityType><EntityType Name="StmEventInfo"><Key><PropertyRef Name="SE_Code" /></Key><Property Name="SE_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SE_Code" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="SE_Desc" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="128" Unicode="false" /><Property Name="SE_IsActive" Type="Edm.Boolean" DefaultValue="true" Nullable="false" /><Property Name="SE_IsCancellable" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_IsRefernceFormatOverridden" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="SE_OverriddenReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Property Name="SE_ReferenceFormat" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="1024" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmEvent" /><Annotation Term="Glow.TableCode" String="SE" /></EntityType><EntityType Name="StmMenuItemInfo"><Key><PropertyRef Name="SU_PK" /></Key><Property Name="SU_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SU_MenuName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="127" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IStmMenuItem" /><Annotation Term="Glow.TableCode" String="SU" /></EntityType><EntityType Name="StmPrintQueueInfo"><Key><PropertyRef Name="SQ_PK" /></Key><Property Name="SQ_PK" Type="Edm.Guid" Nullable="false" /><Property Name="SQ_DisplayName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="250" /><Annotation Term="Glow.InfoTypeFor" String="IStmPrintQueue" /><Annotation Term="Glow.TableCode" String="SQ" /></EntityType><EntityType Name="UNDGDataItem" Abstract="true"><Key><PropertyRef Name="DI_PK" /></Key><Property Name="DI_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DI_ApprovalCertificateIDMark" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_ApprovalCertificateType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_AutoVersion" Type="Edm.Int16" DefaultValue="0" Nullable="false"><Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /></Property><Property Name="DI_CriticalitySafetyIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="6" Scale="1" /><Property Name="DI_DG" Type="Edm.Guid" /><Property Name="DI_DG_NKSubs" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DI_DGFlashPoint" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="8" Scale="1" /><Property Name="DI_DGVolume" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_DGWeight" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_F3_NKPackType" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_HasOverpack" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_HazardousWasteCode" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IMOClass" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DI_IsCombustible" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsExclusiveUse" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsFissileExcepted" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsHighwayRouteControlledQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLimitedQuantity" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsLithiumBatteriesDisposal" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsMolten" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsNotOtherwiseSpecified" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsResidueLastContained" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsSalvagePackaging" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsStabilized" Type="Edm.Boolean" DefaultValue="false" Nullable="false" /><Property Name="DI_IsWaste" Type="Edm.Boolean" /><Property Name="DI_MaterialFormDescription" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="100" Unicode="false" /><Property Name="DI_MPMarinePollutant" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_NECWeight" Type="Edm.Decimal" Precision="9" Scale="3" /><Property Name="DI_NECWeightUQ" Type="Edm.String" MaxLength="2" Unicode="false" /><Property Name="DI_OC_DGContact" Type="Edm.Guid" /><Property Name="DI_OverpackID" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="35" Unicode="false" /><Property Name="DI_PackageCount" Type="Edm.Int32" DefaultValue="0" Nullable="false" /><Property Name="DI_PackingInstructionSection" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_ParentID" Type="Edm.Guid" Nullable="false" /><Property Name="DI_QuantityClassification" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveLabelCategory" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveMaximumActivity" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadioactiveMaximumActivityUnit" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_RadioactiveTransportIndex" Type="Edm.Decimal" DefaultValue="0" Nullable="false" Precision="9" Scale="3" /><Property Name="DI_RadionuclideElement" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_RadionuclideElementSuffix" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DI_SpecialPermitIssueDate" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/Date</EnumMember></Annotation></Property><Property Name="DI_SpecialPermitNumber" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="30" Unicode="false" /><Property Name="DI_SystemCreateTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemCreateUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_SystemLastEditTimeUtc" Type="Edm.DateTimeOffset"><Annotation Term="Glow.DateTimeType"><EnumMember>Glow.DateTimeType/DateTimeUtc</EnumMember></Annotation></Property><Property Name="DI_SystemLastEditUser" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DI_TechnicalName" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="150" Unicode="false" /><Property Name="DI_UnitOfVolume" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><Property Name="DI_UnitOfWeight" Type="Edm.String" DefaultValue="" Nullable="false" MaxLength="2" Unicode="false" /><NavigationProperty Name="DGContact" Type="Odyssey.OrgContactInfo"><ReferentialConstraint Property="DI_OC_DGContact" ReferencedProperty="OC_PK" /></NavigationProperty><NavigationProperty Name="UNDGSubstance" Type="Odyssey.UNDGSubstanceInfo"><ReferentialConstraint Property="DI_DG" ReferencedProperty="DG_PK" /></NavigationProperty><NavigationProperty Name="PackType" Type="Odyssey.RefPackTypeInfo" Nullable="false"><ReferentialConstraint Property="DI_F3_NKPackType" ReferencedProperty="F3_Code" /></NavigationProperty><NavigationProperty Name="CreatedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemCreateUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="LastEditedByStaff" Type="Odyssey.GlbStaffInfo" Nullable="false"><ReferentialConstraint Property="DI_SystemLastEditUser" ReferencedProperty="GS_Code" /></NavigationProperty><NavigationProperty Name="UNDGSubstancePivots" Type="Collection(Odyssey.DIUNDGSubstancePivot)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><NavigationProperty Name="Acknowledgements" Type="Collection(Odyssey.DIAcknowledgement)" Partner="Parent"><OnDelete Action="Cascade" /></NavigationProperty><Annotation Term="Glow.TableCode" String="DI" /><Annotation Term="Glow.MeasureProperties"><Collection><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGVolume" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfVolume" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Volume</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_DGWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_UnitOfWeight" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record><Record Type="Glow.MeasureProperty"><PropertyValue Property="MagnitudeProperty" PropertyPath="DI_NECWeight" /><PropertyValue Property="UnitProperty" PropertyPath="DI_NECWeightUQ" /><PropertyValue Property="UnitType"><EnumMember>Glow.MeasurePropertyType/Weight</EnumMember></PropertyValue></Record></Collection></Annotation></EntityType><EntityType Name="JOUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="JLUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPTUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="OPUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="KPUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="BCUNDGDataItem" BaseType="Odyssey.UNDGDataItem"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondContainer" Nullable="false" Partner="UNDGDataItems"><ReferentialConstraint Property="DI_ParentID" ReferencedProperty="BC_PK" /></NavigationProperty></EntityType><EntityType Name="DRQUNDGDataItem" BaseType="Odyssey.UNDGDataItem" /><EntityType Name="UNDGSubstanceInfo"><Key><PropertyRef Name="DG_PK" /></Key><Property Name="DG_PK" Type="Edm.Guid" Nullable="false" /><Property Name="DG_Identifier" Type="Edm.String" Nullable="false" MaxLength="10" Unicode="false" /><Property Name="DG_PSN" Type="Edm.String" Nullable="false" MaxLength="300" Unicode="false" /><Property Name="DG_IsActive" Type="Edm.Boolean" Nullable="false" /><Property Name="DG_Class" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Code" Type="Edm.String" Nullable="false" MaxLength="6" Unicode="false" /><Property Name="DG_EMS" Type="Edm.String" Nullable="false" MaxLength="8" Unicode="false" /><Property Name="DG_FlashPoint" Type="Edm.String" Nullable="false" MaxLength="30" /><Property Name="DG_MP" Type="Edm.String" Nullable="false" MaxLength="1" Unicode="false" /><Property Name="DG_PackIns" Type="Edm.String" Nullable="false" MaxLength="50" Unicode="false" /><Property Name="DG_PG" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_Standard" Type="Edm.String" Nullable="false" MaxLength="3" Unicode="false" /><Property Name="DG_SubLabel1" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_SubLabel2" Type="Edm.String" Nullable="false" MaxLength="20" Unicode="false" /><Property Name="DG_UNNO" Type="Edm.String" Nullable="false" MaxLength="4" Unicode="false" /><Property Name="DG_Variant" Type="Edm.String" Nullable="false" MaxLength="2" Unicode="false" /><Annotation Term="Glow.InfoTypeFor" String="IUNDGSubstance" /><Annotation Term="Glow.TableCode" String="DG" /></EntityType><EntityType Name="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"><NavigationProperty Name="Parent" Type="Odyssey.CusInBondHeader" Partner="WorkflowExceptions"><ReferentialConstraint Property="P9_ParentID" ReferencedProperty="BH_PK" /></NavigationProperty></EntityType><EntityType Name="BFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YAOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YPHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YRAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YREWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YTUWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="YUSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KMWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="LTCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="KGWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="K1WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="Z0WorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EMHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JJWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JEWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JXWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="EFWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JSBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JVWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JBWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JAWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RCTWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="THWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="RQWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDLWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WDHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WPSWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRPWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRCWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="WRHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="JHWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="MWOWorkflowException" BaseType="Odyssey.WorkflowException" /><EntityType Name="DRQWorkflowException" BaseType="Odyssey.WorkflowException" /><Annotations Target="Odyssey.Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="Acknowledgement" String="IAcknowledgement" /></Annotations><Annotations Target="Odyssey.B0Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="B0Acknowledgement" String="IAcknowledgement[[ICusInBondBill]]" /></Annotations><Annotations Target="Odyssey.Address"><Annotation Term="Glow.FriendlyName" Qualifier="Address" String="IAddress" /></Annotations><Annotations Target="Odyssey.B0Address"><Annotation Term="Glow.FriendlyName" Qualifier="B0Address" String="IAddress[[ICusInBondBill]]" /></Annotations><Annotations Target="Odyssey.B7Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="B7Acknowledgement" String="IAcknowledgement[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.GenAddOnColumn"><Annotation Term="Glow.FriendlyName" Qualifier="GenAddOnColumn" String="IGenAddOnColumn" /></Annotations><Annotations Target="Odyssey.B7GenAddOnColumn"><Annotation Term="Glow.FriendlyName" Qualifier="B7GenAddOnColumn" String="IGenAddOnColumn[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.B9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="B9Acknowledgement" String="IAcknowledgement[[ICusInBondMoveDetail]]" /></Annotations><Annotations Target="Odyssey.BCAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BCAcknowledgement" String="IAcknowledgement[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.BHAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BHAcknowledgement" String="IAcknowledgement[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.Log"><Annotation Term="Glow.FriendlyName" Qualifier="Log" String="ILog" /></Annotations><Annotations Target="Odyssey.BHLog"><Annotation Term="Glow.FriendlyName" Qualifier="BHLog" String="ILog[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BMAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BMAcknowledgement" String="IAcknowledgement[[ICusInBondMoveHeader]]" /></Annotations><Annotations Target="Odyssey.ReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="ReferenceNumber" String="IReferenceNumber" /></Annotations><Annotations Target="Odyssey.BMReferenceNumber"><Annotation Term="Glow.FriendlyName" Qualifier="BMReferenceNumber" String="IReferenceNumber[[ICusInBondMoveHeader]]" /></Annotations><Annotations Target="Odyssey.BRAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BRAcknowledgement" String="IAcknowledgement[[ICusInbondBillAddRef]]" /></Annotations><Annotations Target="Odyssey.BVAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BVAcknowledgement" String="IAcknowledgement[[ICusInBondVehicleCtrl]]" /></Annotations><Annotations Target="Odyssey.BYAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="BYAcknowledgement" String="IAcknowledgement[[ICusInBondCargoDesc]]" /></Annotations><Annotations Target="Odyssey.CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CusAddInfo" String="ICusAddInfo" /></Annotations><Annotations Target="Odyssey.CUCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CUCusAddInfo" String="ICusAddInfo[[ICusDecHouseBill]]" /></Annotations><Annotations Target="Odyssey.B0CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="B0CusAddInfo" String="ICusAddInfo[[ICusInBondBill]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.BHCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="BHCusAddInfo" String="ICusAddInfo[[ICusInBondHeader]]" /><Annotation Term="Glow.DefaultModel" Bool="true" /></Annotations><Annotations Target="Odyssey.JICusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JICusAddInfo" String="ICusAddInfo[[IJobComInvoiceLine]]" /></Annotations><Annotations Target="Odyssey.JECusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="JECusAddInfo" String="ICusAddInfo[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.B7CusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="B7CusAddInfo" String="ICusAddInfo[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.CYCusAddInfo"><Annotation Term="Glow.FriendlyName" Qualifier="CYCusAddInfo" String="ICusAddInfo[[ICusCodeData]]" /></Annotations><Annotations Target="Odyssey.CusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="CusCodeData" String="ICusCodeData" /></Annotations><Annotations Target="Odyssey.ABLCusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="ABLCusCodeData" String="ICusCodeData[[IAsycudaBill]]" /></Annotations><Annotations Target="Odyssey.AMACusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="AMACusCodeData" String="ICusCodeData[[IAsycudaManifestHeader]]" /></Annotations><Annotations Target="Odyssey.B0CusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="B0CusCodeData" String="ICusCodeData[[ICusInBondBill]]" /></Annotations><Annotations Target="Odyssey.JICusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="JICusCodeData" String="ICusCodeData[[IJobComInvoiceLine]]" /></Annotations><Annotations Target="Odyssey.JECusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="JECusCodeData" String="ICusCodeData[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.B7CusCodeData"><Annotation Term="Glow.FriendlyName" Qualifier="B7CusCodeData" String="ICusCodeData[[ICusAddInfo]]" /></Annotations><Annotations Target="Odyssey.CusInbondBillAddRef"><Annotation Term="Glow.FriendlyName" Qualifier="CusInbondBillAddRef" String="ICusInbondBillAddRef" /></Annotations><Annotations Target="Odyssey.CusInBondBillMoveDetail"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondBillMoveDetail" String="ICusInBondBillMoveDetail" /></Annotations><Annotations Target="Odyssey.CusInBondBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondBill" String="ICusInBondBill" /></Annotations><Annotations Target="Odyssey.CusInBondRegularBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondRegularBill" String="ICusInBondRegularBill" /></Annotations><Annotations Target="Odyssey.CusInBondOceanBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondOceanBill" String="ICusInBondOceanBill" /></Annotations><Annotations Target="Odyssey.CusInBondCargoDesc"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondCargoDesc" String="ICusInBondCargoDesc" /></Annotations><Annotations Target="Odyssey.BCCusInBondCargoDesc"><Annotation Term="Glow.FriendlyName" Qualifier="BCCusInBondCargoDesc" String="ICusInBondCargoDesc[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.CusInBondContainer"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondContainer" String="ICusInBondContainer" /></Annotations><Annotations Target="Odyssey.BHCusInBondContainer"><Annotation Term="Glow.FriendlyName" Qualifier="BHCusInBondContainer" String="ICusInBondContainer[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.B9CusInBondContainer"><Annotation Term="Glow.FriendlyName" Qualifier="B9CusInBondContainer" String="ICusInBondContainer[[ICusInBondMoveDetail]]" /></Annotations><Annotations Target="Odyssey.CusInBondEDIMessage"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondEDIMessage" String="ICusInBondEDIMessage" /></Annotations><Annotations Target="Odyssey.CusInBondHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondHeader" String="ICusInBondHeader" /></Annotations><Annotations Target="Odyssey.AMSHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AMSHeader" String="IAMSHeader" /></Annotations><Annotations Target="Odyssey.InbondHeader"><Annotation Term="Glow.FriendlyName" Qualifier="InbondHeader" String="IInbondHeader" /></Annotations><Annotations Target="Odyssey.NCTMHeader"><Annotation Term="Glow.FriendlyName" Qualifier="NCTMHeader" String="INCTMHeader" /></Annotations><Annotations Target="Odyssey.CusInBondManifestBill"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondManifestBill" String="ICusInBondManifestBill" /></Annotations><Annotations Target="Odyssey.CusInBondMoveDetail"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondMoveDetail" String="ICusInBondMoveDetail" /></Annotations><Annotations Target="Odyssey.CusInBondMoveHeader"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondMoveHeader" String="ICusInBondMoveHeader" /></Annotations><Annotations Target="Odyssey.AMSMoveHeader"><Annotation Term="Glow.FriendlyName" Qualifier="AMSMoveHeader" String="IAMSMoveHeader" /></Annotations><Annotations Target="Odyssey.PTTMoveHeader"><Annotation Term="Glow.FriendlyName" Qualifier="PTTMoveHeader" String="IPTTMoveHeader" /></Annotations><Annotations Target="Odyssey.CusInBondVehicleCtrl"><Annotation Term="Glow.FriendlyName" Qualifier="CusInBondVehicleCtrl" String="ICusInBondVehicleCtrl" /></Annotations><Annotations Target="Odyssey.CYAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="CYAcknowledgement" String="IAcknowledgement[[ICusCodeData]]" /></Annotations><Annotations Target="Odyssey.DIAcknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="DIAcknowledgement" String="IAcknowledgement[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstancePivot" String="IUNDGSubstancePivot" /></Annotations><Annotations Target="Odyssey.DIUNDGSubstancePivot"><Annotation Term="Glow.FriendlyName" Qualifier="DIUNDGSubstancePivot" String="IUNDGSubstancePivot[[IUNDGDataItem]]" /></Annotations><Annotations Target="Odyssey.GlbBranchInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbBranchInfo" String="IGlbBranchInfo" /></Annotations><Annotations Target="Odyssey.GlbCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCapabilityInfo" String="IGlbCapabilityInfo" /></Annotations><Annotations Target="Odyssey.GlbCompanyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbCompanyInfo" String="IGlbCompanyInfo" /></Annotations><Annotations Target="Odyssey.GlbDepartmentInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbDepartmentInfo" String="IGlbDepartmentInfo" /></Annotations><Annotations Target="Odyssey.GlbGroupInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbGroupInfo" String="IGlbGroupInfo" /></Annotations><Annotations Target="Odyssey.GlbPersonInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbPersonInfo" String="IGlbPersonInfo" /></Annotations><Annotations Target="Odyssey.GlbStaffInfo"><Annotation Term="Glow.FriendlyName" Qualifier="GlbStaffInfo" String="IGlbStaffInfo" /></Annotations><Annotations Target="Odyssey.NettingOrganisationInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingOrganisationInfo" String="INettingOrganisationInfo" /></Annotations><Annotations Target="Odyssey.NettingSystemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="NettingSystemInfo" String="INettingSystemInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressAdditionalInfoInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressAdditionalInfoInfo" String="IOrgAddressAdditionalInfoInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressCapabilityInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressCapabilityInfo" String="IOrgAddressCapabilityInfo" /></Annotations><Annotations Target="Odyssey.OrgAddressInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgAddressInfo" String="IOrgAddressInfo" /></Annotations><Annotations Target="Odyssey.OrgBrandOrRelatedNameInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgBrandOrRelatedNameInfo" String="IOrgBrandOrRelatedNameInfo" /></Annotations><Annotations Target="Odyssey.OrgCarrierAccountInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCarrierAccountInfo" String="IOrgCarrierAccountInfo" /></Annotations><Annotations Target="Odyssey.OrgCompanyDataInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCompanyDataInfo" String="IOrgCompanyDataInfo" /></Annotations><Annotations Target="Odyssey.OrgContactInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgContactInfo" String="IOrgContactInfo" /></Annotations><Annotations Target="Odyssey.OrgCusCodeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgCusCodeInfo" String="IOrgCusCodeInfo" /></Annotations><Annotations Target="Odyssey.OrgHeaderInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgHeaderInfo" String="IOrgHeaderInfo" /></Annotations><Annotations Target="Odyssey.OrgRelatedPartyInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgRelatedPartyInfo" String="IOrgRelatedPartyInfo" /></Annotations><Annotations Target="Odyssey.OrgSupplierPartInfo"><Annotation Term="Glow.FriendlyName" Qualifier="OrgSupplierPartInfo" String="IOrgSupplierPartInfo" /></Annotations><Annotations Target="Odyssey.P9Acknowledgement"><Annotation Term="Glow.FriendlyName" Qualifier="P9Acknowledgement" String="IAcknowledgement[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.P9Log"><Annotation Term="Glow.FriendlyName" Qualifier="P9Log" String="ILog[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Note"><Annotation Term="Glow.FriendlyName" Qualifier="Note" String="INote" /></Annotations><Annotations Target="Odyssey.P9Note"><Annotation Term="Glow.FriendlyName" Qualifier="P9Note" String="INote[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.Tag"><Annotation Term="Glow.FriendlyName" Qualifier="Tag" String="ITag" /></Annotations><Annotations Target="Odyssey.P9Tag"><Annotation Term="Glow.FriendlyName" Qualifier="P9Tag" String="ITag[[IProcessTask]]" /></Annotations><Annotations Target="Odyssey.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.RefPackTypeInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefPackTypeInfo" String="IRefPackTypeInfo" /></Annotations><Annotations Target="Odyssey.RefServiceLevelInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefServiceLevelInfo" String="IRefServiceLevelInfo" /></Annotations><Annotations Target="Odyssey.RefShippingLineInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefShippingLineInfo" String="IRefShippingLineInfo" /></Annotations><Annotations Target="Odyssey.RefUNLOCOInfo"><Annotation Term="Glow.FriendlyName" Qualifier="RefUNLOCOInfo" String="IRefUNLOCOInfo" /></Annotations><Annotations Target="Odyssey.StmEventInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmEventInfo" String="IStmEventInfo" /></Annotations><Annotations Target="Odyssey.StmMenuItemInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmMenuItemInfo" String="IStmMenuItemInfo" /></Annotations><Annotations Target="Odyssey.StmPrintQueueInfo"><Annotation Term="Glow.FriendlyName" Qualifier="StmPrintQueueInfo" String="IStmPrintQueueInfo" /></Annotations><Annotations Target="Odyssey.UNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGDataItem" String="IUNDGDataItem" /></Annotations><Annotations Target="Odyssey.JOUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JOUNDGDataItem" String="IUNDGDataItem[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JLUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="JLUNDGDataItem" String="IUNDGDataItem[[IJobPackLine]]" /></Annotations><Annotations Target="Odyssey.OPTUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPTUNDGDataItem" String="IUNDGDataItem[[IOrgProductType]]" /></Annotations><Annotations Target="Odyssey.OPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="OPUNDGDataItem" String="IUNDGDataItem[[IOrgSupplierPart]]" /></Annotations><Annotations Target="Odyssey.KPUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="KPUNDGDataItem" String="IUNDGDataItem[[IPkgPackage]]" /></Annotations><Annotations Target="Odyssey.BCUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="BCUNDGDataItem" String="IUNDGDataItem[[ICusInBondContainer]]" /></Annotations><Annotations Target="Odyssey.DRQUNDGDataItem"><Annotation Term="Glow.FriendlyName" Qualifier="DRQUNDGDataItem" String="IUNDGDataItem[[IUNDGRequest]]" /></Annotations><Annotations Target="Odyssey.UNDGSubstanceInfo"><Annotation Term="Glow.FriendlyName" Qualifier="UNDGSubstanceInfo" String="IUNDGSubstanceInfo" /></Annotations><Annotations Target="Odyssey.WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WorkflowException" String="IWorkflowException" /></Annotations><Annotations Target="Odyssey.AIHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="AIHWorkflowException" String="IWorkflowException[[IAccDraftInvoiceHeader]]" /></Annotations><Annotations Target="Odyssey.ASTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ASTWorkflowException" String="IWorkflowException[[IAssetContractAmendment]]" /></Annotations><Annotations Target="Odyssey.ACHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="ACHWorkflowException" String="IWorkflowException[[IAssetContractHeader]]" /></Annotations><Annotations Target="Odyssey.CSCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSCWorkflowException" String="IWorkflowException[[ICarrierShipmentCargo]]" /></Annotations><Annotations Target="Odyssey.CSHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CSHWorkflowException" String="IWorkflowException[[ICarrierShipmentHeader]]" /></Annotations><Annotations Target="Odyssey.CVOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CVOWorkflowException" String="IWorkflowException[[ICarrierVoyage]]" /></Annotations><Annotations Target="Odyssey.CPOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CPOWorkflowException" String="IWorkflowException[[ICarrierVoyagePortCall]]" /></Annotations><Annotations Target="Odyssey.CLHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="CLHWorkflowException" String="IWorkflowException[[IContainerLoadListHeader]]" /></Annotations><Annotations Target="Odyssey.BHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BHWorkflowException" String="IWorkflowException[[ICusInBondHeader]]" /></Annotations><Annotations Target="Odyssey.BFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="BFWorkflowException" String="IWorkflowException[[ICusISFHeader]]" /></Annotations><Annotations Target="Odyssey.YAOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YAOWorkflowException" String="IWorkflowException[[ICYDAdHocServiceOrder]]" /></Annotations><Annotations Target="Odyssey.YDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YDHWorkflowException" String="IWorkflowException[[ICYDDeliveryHeader]]" /></Annotations><Annotations Target="Odyssey.YPHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YPHWorkflowException" String="IWorkflowException[[ICYDPickupHeader]]" /></Annotations><Annotations Target="Odyssey.YRAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YRAWorkflowException" String="IWorkflowException[[ICYDReceiveAdvice]]" /></Annotations><Annotations Target="Odyssey.YREWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YREWorkflowException" String="IWorkflowException[[ICYDReleaseAdvice]]" /></Annotations><Annotations Target="Odyssey.YTUWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YTUWorkflowException" String="IWorkflowException[[ICYDTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.YUSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="YUSWorkflowException" String="IWorkflowException[[ICYDYardUnitState]]" /></Annotations><Annotations Target="Odyssey.KMWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KMWorkflowException" String="IWorkflowException[[IDtbBooking]]" /></Annotations><Annotations Target="Odyssey.LTCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="LTCWorkflowException" String="IWorkflowException[[IDtbConsignment]]" /></Annotations><Annotations Target="Odyssey.KGWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="KGWorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheet]]" /></Annotations><Annotations Target="Odyssey.K1WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="K1WorkflowException" String="IWorkflowException[[IDtbConsignmentRunSheetInstruction]]" /></Annotations><Annotations Target="Odyssey.Z0WorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="Z0WorkflowException" String="IWorkflowException[[IDummyBizo]]" /></Annotations><Annotations Target="Odyssey.EMHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EMHWorkflowException" String="IWorkflowException[[IEquipmentMovementHistory]]" /></Annotations><Annotations Target="Odyssey.JJWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JJWorkflowException" String="IWorkflowException[[IJobCartage]]" /></Annotations><Annotations Target="Odyssey.JCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JCWorkflowException" String="IWorkflowException[[IJobContainer]]" /></Annotations><Annotations Target="Odyssey.JEWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JEWorkflowException" String="IWorkflowException[[IJobDeclaration]]" /></Annotations><Annotations Target="Odyssey.JDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JDWorkflowException" String="IWorkflowException[[IJobOrderHeader]]" /></Annotations><Annotations Target="Odyssey.JOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JOWorkflowException" String="IWorkflowException[[IJobOrderLine]]" /></Annotations><Annotations Target="Odyssey.JXWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JXWorkflowException" String="IWorkflowException[[IJobSailing]]" /></Annotations><Annotations Target="Odyssey.JSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSWorkflowException" String="IWorkflowException[[IJobShipment]]" /></Annotations><Annotations Target="Odyssey.EFWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="EFWorkflowException" String="IWorkflowException[[IJobShipmentPreplanning]]" /></Annotations><Annotations Target="Odyssey.JSBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JSBWorkflowException" String="IWorkflowException[[IJobSupplierBooking]]" /></Annotations><Annotations Target="Odyssey.JVWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JVWorkflowException" String="IWorkflowException[[IJobVoyage]]" /></Annotations><Annotations Target="Odyssey.JBWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JBWorkflowException" String="IWorkflowException[[IJobVoyDestination]]" /></Annotations><Annotations Target="Odyssey.JAWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JAWorkflowException" String="IWorkflowException[[IJobVoyOrigin]]" /></Annotations><Annotations Target="Odyssey.RCTWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RCTWorkflowException" String="IWorkflowException[[IRatingContract]]" /></Annotations><Annotations Target="Odyssey.THWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="THWorkflowException" String="IWorkflowException[[IRatingHeader]]" /></Annotations><Annotations Target="Odyssey.RQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="RQWorkflowException" String="IWorkflowException[[IRefEquipment]]" /></Annotations><Annotations Target="Odyssey.WDWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDWorkflowException" String="IWorkflowException[[IWhsDocket]]" /></Annotations><Annotations Target="Odyssey.WDCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDCWorkflowException" String="IWorkflowException[[IWhsItemDispatchConsignment]]" /></Annotations><Annotations Target="Odyssey.WDLWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDLWorkflowException" String="IWorkflowException[[IWhsItemDispatchLoadList]]" /></Annotations><Annotations Target="Odyssey.WDHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WDHWorkflowException" String="IWorkflowException[[IWhsItemDispatchTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.WPSWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WPSWorkflowException" String="IWorkflowException[[IWhsItemPackageState]]" /></Annotations><Annotations Target="Odyssey.WRPWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRPWorkflowException" String="IWorkflowException[[IWhsItemReceiveASN]]" /></Annotations><Annotations Target="Odyssey.WRCWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRCWorkflowException" String="IWorkflowException[[IWhsItemReceiveConsignment]]" /></Annotations><Annotations Target="Odyssey.WRHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="WRHWorkflowException" String="IWorkflowException[[IWhsItemReceiveTransportationUnit]]" /></Annotations><Annotations Target="Odyssey.JHWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="JHWorkflowException" String="IWorkflowException[[IJobHeader]]" /></Annotations><Annotations Target="Odyssey.MWOWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="MWOWorkflowException" String="IWorkflowException[[IMNRWorkOrderHeader]]" /></Annotations><Annotations Target="Odyssey.DRQWorkflowException"><Annotation Term="Glow.FriendlyName" Qualifier="DRQWorkflowException" String="IWorkflowException[[IUNDGRequest]]" /></Annotations></Schema><Schema Namespace="Default" xmlns="http://docs.oasis-open.org/odata/ns/edm"><EntityContainer Name="OdysseyContext"><EntitySet Name="B0Acknowledgements" EntityType="Odyssey.B0Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondBills" /></EntitySet><EntitySet Name="B0Addresses" EntityType="Odyssey.B0Address"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondBills" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>E2_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="B7Acknowledgements" EntityType="Odyssey.B7Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusAddInfos" /></EntitySet><EntitySet Name="B7GenAddOnColumns" EntityType="Odyssey.B7GenAddOnColumn"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusAddInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>XA_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="B9Acknowledgements" EntityType="Odyssey.B9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondMoveDetails" /></EntitySet><EntitySet Name="BCAcknowledgements" EntityType="Odyssey.BCAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondContainers" /></EntitySet><EntitySet Name="BHAcknowledgements" EntityType="Odyssey.BHAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondHeaders" /></EntitySet><EntitySet Name="BHLogs" EntityType="Odyssey.BHLog"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="BMAcknowledgements" EntityType="Odyssey.BMAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondMoveHeaders" /></EntitySet><EntitySet Name="BMReferenceNumbers" EntityType="Odyssey.BMReferenceNumber"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondMoveHeaders" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CE_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="BRAcknowledgements" EntityType="Odyssey.BRAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInbondBillAddRefs" /></EntitySet><EntitySet Name="BVAcknowledgements" EntityType="Odyssey.BVAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondVehicleCtrls" /></EntitySet><EntitySet Name="BYAcknowledgements" EntityType="Odyssey.BYAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusInBondCargoDescs" /></EntitySet><EntitySet Name="CusAddInfos" EntityType="Odyssey.CusAddInfo"><NavigationPropertyBinding Path="Acknowledgements" Target="B7Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="CusCodeDatas" Target="CusCodeDatas" /><NavigationPropertyBinding Path="GenAddOnColumns" Target="B7GenAddOnColumns" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.B0CusAddInfo/Parent" Target="CusInBondBills" /><NavigationPropertyBinding Path="Odyssey.B7CusAddInfo/Parent" Target="CusAddInfos" /><NavigationPropertyBinding Path="Odyssey.BHCusAddInfo/Parent" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="Odyssey.CYCusAddInfo/Parent" Target="CusCodeDatas" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>B7_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusCodeDatas" EntityType="Odyssey.CusCodeData"><NavigationPropertyBinding Path="Acknowledgements" Target="CYAcknowledgements" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="Odyssey.B0CusCodeData/Parent" Target="CusInBondBills" /><NavigationPropertyBinding Path="Odyssey.B7CusCodeData/Parent" Target="CusAddInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>CY_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInbondBillAddRefs" EntityType="Odyssey.CusInbondBillAddRef"><NavigationPropertyBinding Path="Acknowledgements" Target="BRAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondBill" Target="CusInBondBills" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BR_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondBillMoveDetails" EntityType="Odyssey.CusInBondBillMoveDetail"><NavigationPropertyBinding Path="CusInBondManifestBill" Target="CusInBondManifestBills" /><NavigationPropertyBinding Path="PreviousITPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="CusInBondBills" EntityType="Odyssey.CusInBondBill"><NavigationPropertyBinding Path="Acknowledgements" Target="B0Acknowledgements" /><NavigationPropertyBinding Path="Addresses" Target="B0Addresses" /><NavigationPropertyBinding Path="CountryOfDestination" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfExport" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="CusCodeDatas" Target="CusCodeDatas" /><NavigationPropertyBinding Path="CusInbondBillAddRefs" Target="CusInbondBillAddRefs" /><NavigationPropertyBinding Path="ForeignPortOfContract" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="GoodsValueCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="InBondPortOfDest" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastForeignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LinePriceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Odyssey.CusInBondOceanBill/CusInBondHeader" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="Odyssey.CusInBondRegularBill/CusInBondHeader" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="PortOfLading" Target="RefUNLOCOInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>B0_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondCargoDescs" EntityType="Odyssey.CusInBondCargoDesc"><NavigationPropertyBinding Path="Acknowledgements" Target="BYAcknowledgements" /><NavigationPropertyBinding Path="Commodity" Target="CusInBondCargoDescs" /><NavigationPropertyBinding Path="CountryOfDestination" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfDispatch" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CountryOfOrigin" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Currency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LinePriceCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="Odyssey.BCCusInBondCargoDesc/Parent" Target="CusInBondContainers" /><NavigationPropertyBinding Path="Part" Target="OrgSupplierPartInfos" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BY_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondContainers" EntityType="Odyssey.CusInBondContainer"><NavigationPropertyBinding Path="Acknowledgements" Target="BCAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondCargoDescs" Target="CusInBondCargoDescs" /><NavigationPropertyBinding Path="CusInBondVehicleCtrls" Target="CusInBondVehicleCtrls" /><NavigationPropertyBinding Path="ForeignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.B9CusInBondContainer/Parent" Target="CusInBondMoveDetails" /><NavigationPropertyBinding Path="Odyssey.BHCusInBondContainer/Parent" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="RefContainer" Target="RefContainerInfos" /><NavigationPropertyBinding Path="UNDGDataItems" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BC_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondEDIMessages" EntityType="Odyssey.CusInBondEDIMessage"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondMoveHeader" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="CusInBondHeaders" EntityType="Odyssey.CusInBondHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="BHAcknowledgements" /><NavigationPropertyBinding Path="AMSMoveHeaders" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAddInfos" Target="CusAddInfos" /><NavigationPropertyBinding Path="CusInBondContainers" Target="CusInBondContainers" /><NavigationPropertyBinding Path="CusInBondManifestBills" Target="CusInBondManifestBills" /><NavigationPropertyBinding Path="CusInBondOceanBills" Target="CusInBondBills" /><NavigationPropertyBinding Path="CusInBondRegularBills" Target="CusInBondBills" /><NavigationPropertyBinding Path="FirstExportCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="Importer" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="ImportLoadPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Logs" Target="BHLogs" /><NavigationPropertyBinding Path="PortUnlading" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ProcessTasks" Target="ProcessTasks" /><NavigationPropertyBinding Path="PTTMoveHeaders" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="Supplier" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="WorkflowExceptions" Target="WorkflowExceptions" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BH_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondManifestBills" EntityType="Odyssey.CusInBondManifestBill"><NavigationPropertyBinding Path="CusInBondBillMoveDetails" Target="CusInBondBillMoveDetails" /><NavigationPropertyBinding Path="CusInBondHeader" Target="CusInBondHeaders" /></EntitySet><EntitySet Name="CusInBondMoveDetails" EntityType="Odyssey.CusInBondMoveDetail"><NavigationPropertyBinding Path="Acknowledgements" Target="B9Acknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondBill" Target="CusInBondBills" /><NavigationPropertyBinding Path="CusInBondContainers" Target="CusInBondContainers" /><NavigationPropertyBinding Path="CusInBondMoveHeader" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="InBondMoveDetail" Target="CusInBondMoveDetails" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="PreviousITPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="TransportAtDepartureIDNationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtDepartureTrailer1Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtDepartureTrailer2Nationality" Target="RefCountryInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>B9_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondMoveHeaders" EntityType="Odyssey.CusInBondMoveHeader"><NavigationPropertyBinding Path="Acknowledgements" Target="BMAcknowledgements" /><NavigationPropertyBinding Path="ArrivalMovement" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="CountryOfDispatch" Target="RefCountryInfos" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusAgent" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondEDIMessages" Target="CusInBondEDIMessages" /><NavigationPropertyBinding Path="CusInBondMoveDetails" Target="CusInBondMoveDetails" /><NavigationPropertyBinding Path="DepartureMovement" Target="CusInBondMoveHeaders" /><NavigationPropertyBinding Path="DestinationPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ForeignDestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="InBondCarrier" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.AMSMoveHeader/CusInBondHeader" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="Odyssey.PTTMoveHeader/CusInBondHeader" Target="CusInBondHeaders" /><NavigationPropertyBinding Path="OperatorLocation" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="PortOfPresentation" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="ReferenceNumbers" Target="BMReferenceNumbers" /><NavigationPropertyBinding Path="TOLCarrier" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="TOLCarrierNationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtArrivalIDNationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtArrivalTrailer1Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtArrivalTrailer2Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtDepartureCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtDepartureTrailer1Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="TransportAtDepartureTrailer2Nationality" Target="RefCountryInfos" /><NavigationPropertyBinding Path="WarehouseAddress" Target="OrgAddressInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BM_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CusInBondVehicleCtrls" EntityType="Odyssey.CusInBondVehicleCtrl"><NavigationPropertyBinding Path="Acknowledgements" Target="BVAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="CusInBondContainer" Target="CusInBondContainers" /><NavigationPropertyBinding Path="FoerignPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>BV_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="CYAcknowledgements" EntityType="Odyssey.CYAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="CusCodeDatas" /></EntitySet><EntitySet Name="DIAcknowledgements" EntityType="Odyssey.DIAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /></EntitySet><EntitySet Name="DIUNDGSubstancePivots" EntityType="Odyssey.DIUNDGSubstancePivot"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="UNDGDataItems" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DP_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="GlbBranchInfos" EntityType="Odyssey.GlbBranchInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="HomePort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="OrgProxy" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="GlbCapabilityInfos" EntityType="Odyssey.GlbCapabilityInfo" /><EntitySet Name="GlbCompanyInfos" EntityType="Odyssey.GlbCompanyInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="LocalCurrency" Target="RefCurrencyInfos" /></EntitySet><EntitySet Name="GlbDepartmentInfos" EntityType="Odyssey.GlbDepartmentInfo" /><EntitySet Name="GlbGroupInfos" EntityType="Odyssey.GlbGroupInfo" /><EntitySet Name="GlbPersonInfos" EntityType="Odyssey.GlbPersonInfo"><NavigationPropertyBinding Path="GlbStaffs" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="GlbStaffInfos" EntityType="Odyssey.GlbStaffInfo"><NavigationPropertyBinding Path="GlbPerson" Target="GlbPersonInfos" /></EntitySet><EntitySet Name="NettingOrganisationInfos" EntityType="Odyssey.NettingOrganisationInfo"><NavigationPropertyBinding Path="APSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="ARSettlementCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="NettingSystem" Target="NettingSystemInfos" /><NavigationPropertyBinding Path="Organisation" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="NettingSystemInfos" EntityType="Odyssey.NettingSystemInfo" /><EntitySet Name="OrgAddressAdditionalInfoInfos" EntityType="Odyssey.OrgAddressAdditionalInfoInfo"><NavigationPropertyBinding Path="Address" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressCapabilityInfos" EntityType="Odyssey.OrgAddressCapabilityInfo"><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgAddressInfos" EntityType="Odyssey.OrgAddressInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgAddressAdditionalInfos" Target="OrgAddressAdditionalInfoInfos" /><NavigationPropertyBinding Path="OrgAddressCapabilities" Target="OrgAddressCapabilityInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedPort" Target="RefUNLOCOInfos" /></EntitySet><EntitySet Name="OrgBrandOrRelatedNameInfos" EntityType="Odyssey.OrgBrandOrRelatedNameInfo"><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCarrierAccountInfos" EntityType="Odyssey.OrgCarrierAccountInfo"><NavigationPropertyBinding Path="Carrier" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCompanyDataInfos" EntityType="Odyssey.OrgCompanyDataInfo"><NavigationPropertyBinding Path="APDefltCurrency" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgContactInfos" EntityType="Odyssey.OrgContactInfo"><NavigationPropertyBinding Path="DefaultBranch" Target="GlbBranchInfos" /><NavigationPropertyBinding Path="OrgAddress" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgCusCodeInfos" EntityType="Odyssey.OrgCusCodeInfo"><NavigationPropertyBinding Path="CodeCountry" Target="RefCountryInfos" /><NavigationPropertyBinding Path="OrgHeader" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="PremisesAddress" Target="OrgAddressInfos" /></EntitySet><EntitySet Name="OrgHeaderInfos" EntityType="Odyssey.OrgHeaderInfo"><NavigationPropertyBinding Path="CarrierAccounts" Target="OrgCarrierAccountInfos" /><NavigationPropertyBinding Path="ClosestPort" Target="RefUNLOCOInfos" /><NavigationPropertyBinding Path="CusCodes" Target="OrgCusCodeInfos" /><NavigationPropertyBinding Path="NettingOrganisations" Target="NettingOrganisationInfos" /><NavigationPropertyBinding Path="OrgAddresses" Target="OrgAddressInfos" /><NavigationPropertyBinding Path="OrgBrandOrRelatedNames" Target="OrgBrandOrRelatedNameInfos" /><NavigationPropertyBinding Path="OrgCompanyData" Target="OrgCompanyDataInfos" /><NavigationPropertyBinding Path="OrgContacts" Target="OrgContactInfos" /><NavigationPropertyBinding Path="PartiesRelatedToThisOrg" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="RelatedParties" Target="OrgRelatedPartyInfos" /><NavigationPropertyBinding Path="ShippingLine" Target="RefShippingLineInfos" /></EntitySet><EntitySet Name="OrgRelatedPartyInfos" EntityType="Odyssey.OrgRelatedPartyInfo"><NavigationPropertyBinding Path="GlbCompany" Target="GlbCompanyInfos" /><NavigationPropertyBinding Path="Parent" Target="OrgHeaderInfos" /><NavigationPropertyBinding Path="RelatedParty" Target="OrgHeaderInfos" /></EntitySet><EntitySet Name="OrgSupplierPartInfos" EntityType="Odyssey.OrgSupplierPartInfo"><NavigationPropertyBinding Path="Commodity" Target="RefCommodityCodeInfos" /><NavigationPropertyBinding Path="LastWeightedCostCurr" Target="RefCurrencyInfos" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /></EntitySet><EntitySet Name="P9Acknowledgements" EntityType="Odyssey.P9Acknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /></EntitySet><EntitySet Name="P9Logs" EntityType="Odyssey.P9Log"><NavigationPropertyBinding Path="Event" Target="StmEventInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="User" Target="GlbStaffInfos" /></EntitySet><EntitySet Name="P9Notes" EntityType="Odyssey.P9Note"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RelatedCompany" Target="GlbCompanyInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>ST_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="P9Tags" EntityType="Odyssey.P9Tag"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTasks" /><NavigationPropertyBinding Path="RemovedBy" Target="GlbStaffInfos" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>TGL_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="PQAcknowledgements" EntityType="Odyssey.PQAcknowledgement"><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Parent" Target="ProcessTaskNotifications" /></EntitySet><EntitySet Name="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.BHProcessTask/Parent" Target="CusInBondHeaders" /><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="RefPackTypeInfos" EntityType="Odyssey.RefPackTypeInfo" /><EntitySet Name="RefServiceLevelInfos" EntityType="Odyssey.RefServiceLevelInfo" /><EntitySet Name="RefShippingLineInfos" EntityType="Odyssey.RefShippingLineInfo" /><EntitySet Name="RefUNLOCOInfos" EntityType="Odyssey.RefUNLOCOInfo"><NavigationPropertyBinding Path="Country" Target="RefCountryInfos" /><NavigationPropertyBinding Path="RefCountryState" Target="RefCountryStateInfos" /></EntitySet><EntitySet Name="StmEventInfos" EntityType="Odyssey.StmEventInfo" /><EntitySet Name="StmMenuItemInfos" EntityType="Odyssey.StmMenuItemInfo" /><EntitySet Name="StmPrintQueueInfos" EntityType="Odyssey.StmPrintQueueInfo" /><EntitySet Name="UNDGDataItems" EntityType="Odyssey.UNDGDataItem"><NavigationPropertyBinding Path="Acknowledgements" Target="DIAcknowledgements" /><NavigationPropertyBinding Path="CreatedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="DGContact" Target="OrgContactInfos" /><NavigationPropertyBinding Path="LastEditedByStaff" Target="GlbStaffInfos" /><NavigationPropertyBinding Path="Odyssey.BCUNDGDataItem/Parent" Target="CusInBondContainers" /><NavigationPropertyBinding Path="PackType" Target="RefPackTypeInfos" /><NavigationPropertyBinding Path="UNDGSubstance" Target="UNDGSubstanceInfos" /><NavigationPropertyBinding Path="UNDGSubstancePivots" Target="DIUNDGSubstancePivots" /><Annotation Term="Org.OData.Core.V1.OptimisticConcurrency"><Collection><PropertyPath>DI_AutoVersion</PropertyPath></Collection></Annotation></EntitySet><EntitySet Name="UNDGSubstanceInfos" EntityType="Odyssey.UNDGSubstanceInfo" /><EntitySet Name="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.BHWorkflowException/Parent" Target="CusInBondHeaders" /></EntitySet></EntityContainer></Schema></edmx:DataServices></edmx:Edmx>