115 lines
7.2 KiB
XML
115 lines
7.2 KiB
XML
<?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="EEModelCommon.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="Customs">
|
|
<Key>
|
|
<PropertyRef Name="idx" />
|
|
</Key>
|
|
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
|
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
|
<Property Name="grp" Type="varchar" MaxLength="20" />
|
|
<Property Name="uptae" Type="varchar" MaxLength="100" />
|
|
<Property Name="name" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="name2" Type="nvarchar" MaxLength="100" />
|
|
<Property Name="owner" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="ownertel" Type="nvarchar" MaxLength="50" />
|
|
<Property Name="address" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="tel" Type="varchar" MaxLength="150" />
|
|
<Property Name="fax" Type="varchar" MaxLength="100" />
|
|
<Property Name="email" Type="varchar" MaxLength="100" />
|
|
<Property Name="memo" Type="nvarchar" MaxLength="255" />
|
|
<Property Name="staff" Type="nvarchar" MaxLength="250" />
|
|
<Property Name="stafftel" Type="varchar" MaxLength="150" />
|
|
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
|
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
|
</EntityType>
|
|
<EntityContainer Name="EEModelCommonStoreContainer">
|
|
<EntitySet Name="Customs" EntityType="Self.Customs" Schema="dbo" store:Type="Tables" />
|
|
</EntityContainer>
|
|
</Schema>
|
|
</edmx:StorageModels>
|
|
<!-- CSDL content -->
|
|
<edmx:ConceptualModels>
|
|
<Schema Namespace="EEModelCommon" 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="Customs">
|
|
<Key>
|
|
<PropertyRef Name="idx" />
|
|
</Key>
|
|
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
|
<Property Name="gcode" Type="String" MaxLength="10" FixedLength="false" Unicode="false" Nullable="false" />
|
|
<Property Name="grp" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
|
<Property Name="uptae" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
<Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="name2" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
|
<Property Name="owner" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="ownertel" Type="String" MaxLength="50" FixedLength="false" Unicode="true" />
|
|
<Property Name="address" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="tel" Type="String" MaxLength="150" FixedLength="false" Unicode="false" />
|
|
<Property Name="fax" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
<Property Name="email" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
|
<Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
|
<Property Name="staff" Type="String" MaxLength="250" FixedLength="false" Unicode="true" />
|
|
<Property Name="stafftel" Type="String" MaxLength="150" FixedLength="false" Unicode="false" />
|
|
<Property Name="wuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" Nullable="false" />
|
|
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
|
</EntityType>
|
|
<EntityContainer Name="EEEntitiesCommon" annotation:LazyLoadingEnabled="true">
|
|
<EntitySet Name="Customs" EntityType="Self.Customs" />
|
|
</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="EEModelCommonStoreContainer" CdmEntityContainer="EEEntitiesCommon">
|
|
<EntitySetMapping Name="Customs">
|
|
<EntityTypeMapping TypeName="EEModelCommon.Customs">
|
|
<MappingFragment StoreEntitySet="Customs">
|
|
<ScalarProperty Name="idx" ColumnName="idx" />
|
|
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
|
<ScalarProperty Name="grp" ColumnName="grp" />
|
|
<ScalarProperty Name="uptae" ColumnName="uptae" />
|
|
<ScalarProperty Name="name" ColumnName="name" />
|
|
<ScalarProperty Name="name2" ColumnName="name2" />
|
|
<ScalarProperty Name="owner" ColumnName="owner" />
|
|
<ScalarProperty Name="ownertel" ColumnName="ownertel" />
|
|
<ScalarProperty Name="address" ColumnName="address" />
|
|
<ScalarProperty Name="tel" ColumnName="tel" />
|
|
<ScalarProperty Name="fax" ColumnName="fax" />
|
|
<ScalarProperty Name="email" ColumnName="email" />
|
|
<ScalarProperty Name="memo" ColumnName="memo" />
|
|
<ScalarProperty Name="staff" ColumnName="staff" />
|
|
<ScalarProperty Name="stafftel" ColumnName="stafftel" />
|
|
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
|
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
|
</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="false" />
|
|
<DesignerProperty Name="CodeGenerationStrategy" Value="없음" />
|
|
</DesignerInfoPropertySet>
|
|
</Options>
|
|
<!-- Diagram content (shape and connector positions) -->
|
|
<Diagrams></Diagrams>
|
|
</Designer>
|
|
</edmx:Edmx> |