You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
309 lines
19 KiB
Plaintext
309 lines
19 KiB
Plaintext
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
|
||
|
<!-- EF Runtime content -->
|
||
|
<edmx:Runtime>
|
||
|
<!-- SSDL content -->
|
||
|
<edmx:StorageModels>
|
||
|
<Schema Namespace="MYSHIPPINGTESTModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
||
|
<EntityType Name="op_seae_billtrack">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="varchar" MaxLength="50" Nullable="false" />
|
||
|
<Property Name="UserID" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="MBLNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="CARRIERID" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="YARD" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="TiXiangShiJian" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="FanChangShiJian" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="YunDiShiJian" Type="datetime" />
|
||
|
<Property Name="CangDanShiJian" Type="datetime" />
|
||
|
<Property Name="BaoGuanFangXing" Type="datetime" />
|
||
|
<Property Name="ZhuangZaiFangXing" Type="datetime" />
|
||
|
<Property Name="MaTouFangXing" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="KaiChuanShiJian" Type="datetime" />
|
||
|
<Property Name="ETA" Type="datetime" />
|
||
|
<Property Name="ATA" Type="datetime" />
|
||
|
<Property Name="CreateTime" Type="datetime" />
|
||
|
<Property Name="updateTime" Type="datetime" />
|
||
|
<Property Name="TrackTimesCZ" Type="int" />
|
||
|
<Property Name="TrackTimesWLXX" Type="int" />
|
||
|
<Property Name="TrackTimesQDPort" Type="int" />
|
||
|
<Property Name="TrackTimesFX" Type="int" />
|
||
|
<Property Name="VESSEL" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="VOYNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="txTime" Type="datetime" />
|
||
|
<Property Name="JiGangShiJian" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="updateTimeCZ" Type="datetime" />
|
||
|
<Property Name="updateTimeWLXX" Type="datetime" />
|
||
|
<Property Name="updateTimeQDPort" Type="datetime" />
|
||
|
<Property Name="updateTimeFX" Type="datetime" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_ctn">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="varchar" MaxLength="50" Nullable="false" />
|
||
|
<Property Name="PID" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="MBLNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="CTNALL" Type="varchar" MaxLength="10" />
|
||
|
<Property Name="CNTRNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="SEALNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="TiXiangShiJian" Type="datetime" />
|
||
|
<Property Name="FanChangShiJian" Type="datetime" />
|
||
|
<Property Name="CheHao" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="PKGS" Type="decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="KGS" Type="decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="CBM" Type="decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="CreateTime" Type="datetime" />
|
||
|
<Property Name="JiGangShiJian" Type="datetime" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_dy">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="varchar" MaxLength="50" Nullable="false" />
|
||
|
<Property Name="UserID" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="MBLNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="CARRIERID" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="YARD" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="EMAIL" Type="int" />
|
||
|
<Property Name="WX" Type="int" />
|
||
|
<Property Name="CreateTime" Type="datetime" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_log">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="varchar" MaxLength="50" Nullable="false" />
|
||
|
<Property Name="MBLNO" Type="varchar" MaxLength="50" />
|
||
|
<Property Name="TrackTime" Type="datetime" />
|
||
|
<Property Name="TrackTimes" Type="int" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_yardid">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="varchar" MaxLength="50" Nullable="false" />
|
||
|
<Property Name="YARDID" Type="varchar" MaxLength="20" />
|
||
|
<Property Name="YARDNAME" Type="varchar" MaxLength="50" />
|
||
|
</EntityType>
|
||
|
<EntityContainer Name="MYSHIPPINGTESTModelStoreContainer">
|
||
|
<EntitySet Name="op_seae_billtrack" EntityType="Self.op_seae_billtrack" Schema="dbo" store:Type="Tables" />
|
||
|
<EntitySet Name="op_seae_billtrack_ctn" EntityType="Self.op_seae_billtrack_ctn" Schema="dbo" store:Type="Tables" />
|
||
|
<EntitySet Name="op_seae_billtrack_dy" EntityType="Self.op_seae_billtrack_dy" Schema="dbo" store:Type="Tables" />
|
||
|
<EntitySet Name="op_seae_billtrack_log" EntityType="Self.op_seae_billtrack_log" Schema="dbo" store:Type="Tables" />
|
||
|
<EntitySet Name="op_seae_billtrack_yardid" EntityType="Self.op_seae_billtrack_yardid" Schema="dbo" store:Type="Tables" />
|
||
|
</EntityContainer>
|
||
|
</Schema></edmx:StorageModels>
|
||
|
<!-- CSDL content -->
|
||
|
<edmx:ConceptualModels>
|
||
|
<Schema Namespace="MYSHIPPINGTESTModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
|
||
|
<EntityType Name="op_seae_billtrack">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||
|
<Property Name="UserID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="MBLNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="CARRIERID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="YARD" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="TiXiangShiJian" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="FanChangShiJian" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="YunDiShiJian" Type="DateTime" Precision="3" />
|
||
|
<Property Name="CangDanShiJian" Type="DateTime" Precision="3" />
|
||
|
<Property Name="BaoGuanFangXing" Type="DateTime" Precision="3" />
|
||
|
<Property Name="ZhuangZaiFangXing" Type="DateTime" Precision="3" />
|
||
|
<Property Name="MaTouFangXing" Type="String" MaxLength="50" Unicode="false" FixedLength="false" />
|
||
|
<Property Name="KaiChuanShiJian" Type="DateTime" Precision="3" />
|
||
|
<Property Name="ETA" Type="DateTime" Precision="3" />
|
||
|
<Property Name="ATA" Type="DateTime" Precision="3" />
|
||
|
<Property Name="CreateTime" Type="DateTime" Precision="3" />
|
||
|
<Property Name="TrackTimesCZ" Type="Int32" />
|
||
|
<Property Name="TrackTimesWLXX" Type="Int32" />
|
||
|
<Property Name="TrackTimesQDPort" Type="Int32" />
|
||
|
<Property Name="TrackTimesFX" Type="Int32" />
|
||
|
<Property Name="VESSEL" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="VOYNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="txTime" Type="DateTime" Precision="3" />
|
||
|
<Property Name="updateTime" Type="DateTime" Precision="3" />
|
||
|
<Property Name="JiGangShiJian" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="updateTimeCZ" Type="DateTime" Precision="3" />
|
||
|
<Property Name="updateTimeWLXX" Type="DateTime" Precision="3" />
|
||
|
<Property Name="updateTimeQDPort" Type="DateTime" Precision="3" />
|
||
|
<Property Name="updateTimeFX" Type="DateTime" Precision="3" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_ctn">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||
|
<Property Name="PID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="MBLNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="CTNALL" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="CNTRNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="SEALNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="TiXiangShiJian" Type="DateTime" Precision="3" />
|
||
|
<Property Name="FanChangShiJian" Type="DateTime" Precision="3" />
|
||
|
<Property Name="CheHao" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="PKGS" Type="Decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="KGS" Type="Decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="CBM" Type="Decimal" Precision="18" Scale="0" />
|
||
|
<Property Name="CreateTime" Type="DateTime" Precision="3" />
|
||
|
<Property Name="JiGangShiJian" Type="DateTime" Precision="3" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_dy">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||
|
<Property Name="UserID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="MBLNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="CARRIERID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="YARD" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="EMAIL" Type="Int32" />
|
||
|
<Property Name="WX" Type="Int32" />
|
||
|
<Property Name="CreateTime" Type="DateTime" Precision="3" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_log">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||
|
<Property Name="MBLNO" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="TrackTime" Type="DateTime" Precision="3" />
|
||
|
<Property Name="TrackTimes" Type="Int32" />
|
||
|
</EntityType>
|
||
|
<EntityType Name="op_seae_billtrack_yardid">
|
||
|
<Key>
|
||
|
<PropertyRef Name="GID" />
|
||
|
</Key>
|
||
|
<Property Name="GID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||
|
<Property Name="YARDID" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||
|
<Property Name="YARDNAME" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||
|
</EntityType>
|
||
|
<EntityContainer Name="MYSHIPPINGTESTEntities" annotation:LazyLoadingEnabled="true">
|
||
|
<EntitySet Name="op_seae_billtrack" EntityType="Self.op_seae_billtrack" />
|
||
|
<EntitySet Name="op_seae_billtrack_ctn" EntityType="Self.op_seae_billtrack_ctn" />
|
||
|
<EntitySet Name="op_seae_billtrack_dy" EntityType="Self.op_seae_billtrack_dy" />
|
||
|
<EntitySet Name="op_seae_billtrack_log" EntityType="Self.op_seae_billtrack_log" />
|
||
|
<EntitySet Name="op_seae_billtrack_yardid" EntityType="Self.op_seae_billtrack_yardid" />
|
||
|
</EntityContainer>
|
||
|
</Schema>
|
||
|
</edmx:ConceptualModels>
|
||
|
<!-- C-S mapping content -->
|
||
|
<edmx:Mappings>
|
||
|
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
||
|
<EntityContainerMapping StorageEntityContainer="MYSHIPPINGTESTModelStoreContainer" CdmEntityContainer="MYSHIPPINGTESTEntities">
|
||
|
<EntitySetMapping Name="op_seae_billtrack">
|
||
|
<EntityTypeMapping TypeName="MYSHIPPINGTESTModel.op_seae_billtrack">
|
||
|
<MappingFragment StoreEntitySet="op_seae_billtrack">
|
||
|
<ScalarProperty Name="updateTimeFX" ColumnName="updateTimeFX" />
|
||
|
<ScalarProperty Name="updateTimeQDPort" ColumnName="updateTimeQDPort" />
|
||
|
<ScalarProperty Name="updateTimeWLXX" ColumnName="updateTimeWLXX" />
|
||
|
<ScalarProperty Name="updateTimeCZ" ColumnName="updateTimeCZ" />
|
||
|
<ScalarProperty Name="JiGangShiJian" ColumnName="JiGangShiJian" />
|
||
|
<ScalarProperty Name="updateTime" ColumnName="updateTime" />
|
||
|
<ScalarProperty Name="txTime" ColumnName="txTime" />
|
||
|
<ScalarProperty Name="VOYNO" ColumnName="VOYNO" />
|
||
|
<ScalarProperty Name="VESSEL" ColumnName="VESSEL" />
|
||
|
<ScalarProperty Name="GID" ColumnName="GID" />
|
||
|
<ScalarProperty Name="UserID" ColumnName="UserID" />
|
||
|
<ScalarProperty Name="MBLNO" ColumnName="MBLNO" />
|
||
|
<ScalarProperty Name="CARRIERID" ColumnName="CARRIERID" />
|
||
|
<ScalarProperty Name="YARD" ColumnName="YARD" />
|
||
|
<ScalarProperty Name="TiXiangShiJian" ColumnName="TiXiangShiJian" />
|
||
|
<ScalarProperty Name="FanChangShiJian" ColumnName="FanChangShiJian" />
|
||
|
<ScalarProperty Name="YunDiShiJian" ColumnName="YunDiShiJian" />
|
||
|
<ScalarProperty Name="CangDanShiJian" ColumnName="CangDanShiJian" />
|
||
|
<ScalarProperty Name="BaoGuanFangXing" ColumnName="BaoGuanFangXing" />
|
||
|
<ScalarProperty Name="ZhuangZaiFangXing" ColumnName="ZhuangZaiFangXing" />
|
||
|
<ScalarProperty Name="MaTouFangXing" ColumnName="MaTouFangXing" />
|
||
|
<ScalarProperty Name="KaiChuanShiJian" ColumnName="KaiChuanShiJian" />
|
||
|
<ScalarProperty Name="ETA" ColumnName="ETA" />
|
||
|
<ScalarProperty Name="ATA" ColumnName="ATA" />
|
||
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
||
|
<ScalarProperty Name="TrackTimesCZ" ColumnName="TrackTimesCZ" />
|
||
|
<ScalarProperty Name="TrackTimesWLXX" ColumnName="TrackTimesWLXX" />
|
||
|
<ScalarProperty Name="TrackTimesQDPort" ColumnName="TrackTimesQDPort" />
|
||
|
<ScalarProperty Name="TrackTimesFX" ColumnName="TrackTimesFX" />
|
||
|
</MappingFragment>
|
||
|
</EntityTypeMapping>
|
||
|
</EntitySetMapping>
|
||
|
<EntitySetMapping Name="op_seae_billtrack_ctn">
|
||
|
<EntityTypeMapping TypeName="MYSHIPPINGTESTModel.op_seae_billtrack_ctn">
|
||
|
<MappingFragment StoreEntitySet="op_seae_billtrack_ctn">
|
||
|
<ScalarProperty Name="JiGangShiJian" ColumnName="JiGangShiJian" />
|
||
|
<ScalarProperty Name="GID" ColumnName="GID" />
|
||
|
<ScalarProperty Name="PID" ColumnName="PID" />
|
||
|
<ScalarProperty Name="MBLNO" ColumnName="MBLNO" />
|
||
|
<ScalarProperty Name="CTNALL" ColumnName="CTNALL" />
|
||
|
<ScalarProperty Name="CNTRNO" ColumnName="CNTRNO" />
|
||
|
<ScalarProperty Name="SEALNO" ColumnName="SEALNO" />
|
||
|
<ScalarProperty Name="TiXiangShiJian" ColumnName="TiXiangShiJian" />
|
||
|
<ScalarProperty Name="FanChangShiJian" ColumnName="FanChangShiJian" />
|
||
|
<ScalarProperty Name="CheHao" ColumnName="CheHao" />
|
||
|
<ScalarProperty Name="PKGS" ColumnName="PKGS" />
|
||
|
<ScalarProperty Name="KGS" ColumnName="KGS" />
|
||
|
<ScalarProperty Name="CBM" ColumnName="CBM" />
|
||
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
||
|
</MappingFragment>
|
||
|
</EntityTypeMapping>
|
||
|
</EntitySetMapping>
|
||
|
<EntitySetMapping Name="op_seae_billtrack_dy">
|
||
|
<EntityTypeMapping TypeName="MYSHIPPINGTESTModel.op_seae_billtrack_dy">
|
||
|
<MappingFragment StoreEntitySet="op_seae_billtrack_dy">
|
||
|
<ScalarProperty Name="GID" ColumnName="GID" />
|
||
|
<ScalarProperty Name="UserID" ColumnName="UserID" />
|
||
|
<ScalarProperty Name="MBLNO" ColumnName="MBLNO" />
|
||
|
<ScalarProperty Name="CARRIERID" ColumnName="CARRIERID" />
|
||
|
<ScalarProperty Name="YARD" ColumnName="YARD" />
|
||
|
<ScalarProperty Name="EMAIL" ColumnName="EMAIL" />
|
||
|
<ScalarProperty Name="WX" ColumnName="WX" />
|
||
|
<ScalarProperty Name="CreateTime" ColumnName="CreateTime" />
|
||
|
</MappingFragment>
|
||
|
</EntityTypeMapping>
|
||
|
</EntitySetMapping>
|
||
|
<EntitySetMapping Name="op_seae_billtrack_log">
|
||
|
<EntityTypeMapping TypeName="MYSHIPPINGTESTModel.op_seae_billtrack_log">
|
||
|
<MappingFragment StoreEntitySet="op_seae_billtrack_log">
|
||
|
<ScalarProperty Name="GID" ColumnName="GID" />
|
||
|
<ScalarProperty Name="MBLNO" ColumnName="MBLNO" />
|
||
|
<ScalarProperty Name="TrackTime" ColumnName="TrackTime" />
|
||
|
<ScalarProperty Name="TrackTimes" ColumnName="TrackTimes" />
|
||
|
</MappingFragment>
|
||
|
</EntityTypeMapping>
|
||
|
</EntitySetMapping>
|
||
|
<EntitySetMapping Name="op_seae_billtrack_yardid">
|
||
|
<EntityTypeMapping TypeName="MYSHIPPINGTESTModel.op_seae_billtrack_yardid">
|
||
|
<MappingFragment StoreEntitySet="op_seae_billtrack_yardid">
|
||
|
<ScalarProperty Name="GID" ColumnName="GID" />
|
||
|
<ScalarProperty Name="YARDID" ColumnName="YARDID" />
|
||
|
<ScalarProperty Name="YARDNAME" ColumnName="YARDNAME" />
|
||
|
</MappingFragment>
|
||
|
</EntityTypeMapping>
|
||
|
</EntitySetMapping>
|
||
|
</EntityContainerMapping>
|
||
|
</Mapping>
|
||
|
</edmx:Mappings>
|
||
|
</edmx:Runtime>
|
||
|
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
||
|
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
||
|
<Connection>
|
||
|
<DesignerInfoPropertySet>
|
||
|
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
|
||
|
</DesignerInfoPropertySet>
|
||
|
</Connection>
|
||
|
<Options>
|
||
|
<DesignerInfoPropertySet>
|
||
|
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
||
|
<DesignerProperty Name="EnablePluralization" Value="false" />
|
||
|
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
||
|
<DesignerProperty Name="UseLegacyProvider" Value="true" />
|
||
|
<DesignerProperty Name="CodeGenerationStrategy" Value="无" />
|
||
|
</DesignerInfoPropertySet>
|
||
|
</Options>
|
||
|
<!-- Diagram content (shape and connector positions) -->
|
||
|
<Diagrams></Diagrams>
|
||
|
</Designer>
|
||
|
</edmx:Edmx>
|