-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDS_DSNV.xsd
90 lines (90 loc) · 7.04 KB
/
DS_DSNV.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DS_DSNV" targetNamespace="http://tempuri.org/DS_DSNV.xsd" xmlns:mstns="http://tempuri.org/DS_DSNV.xsd" xmlns="http://tempuri.org/DS_DSNV.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:annotation>
<xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
<DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<Connections>
<Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="BTLConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="BTLConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.WDF_BTL.Properties.Settings.GlobalReference.Default.BTLConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="Select_NVTableAdapter" GeneratorDataComponentClassName="Select_NVTableAdapter" Name="Select_NV" UserDataComponentName="Select_NVTableAdapter">
<MainSource>
<DbSource ConnectionRef="BTLConnectionString (Settings)" DbObjectName="BTL_HSK.dbo.Select_NV" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.Select_NV</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="ReturnValue" ParameterName="@RETURN_VALUE" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="sMaNV" DataSetColumn="sMaNV" />
<Mapping SourceColumn="sTenNV" DataSetColumn="sTenNV" />
<Mapping SourceColumn="sCMND" DataSetColumn="sCMND" />
<Mapping SourceColumn="dNgaySinh" DataSetColumn="dNgaySinh" />
<Mapping SourceColumn="sDiaChi" DataSetColumn="sDiaChi" />
<Mapping SourceColumn="sSDT" DataSetColumn="sSDT" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DS_DSNV" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="DS_DSNV" msprop:Generator_DataSetName="DS_DSNV">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Select_NV" msprop:Generator_RowEvHandlerName="Select_NVRowChangeEventHandler" msprop:Generator_RowDeletedName="Select_NVRowDeleted" msprop:Generator_RowDeletingName="Select_NVRowDeleting" msprop:Generator_RowEvArgName="Select_NVRowChangeEvent" msprop:Generator_TablePropName="Select_NV" msprop:Generator_RowChangedName="Select_NVRowChanged" msprop:Generator_RowChangingName="Select_NVRowChanging" msprop:Generator_TableClassName="Select_NVDataTable" msprop:Generator_RowClassName="Select_NVRow" msprop:Generator_TableVarName="tableSelect_NV" msprop:Generator_UserTableName="Select_NV">
<xs:complexType>
<xs:sequence>
<xs:element name="sMaNV" msprop:Generator_ColumnPropNameInRow="sMaNV" msprop:Generator_ColumnPropNameInTable="sMaNVColumn" msprop:Generator_ColumnVarNameInTable="columnsMaNV" msprop:Generator_UserColumnName="sMaNV">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sTenNV" msprop:Generator_ColumnPropNameInRow="sTenNV" msprop:Generator_ColumnPropNameInTable="sTenNVColumn" msprop:Generator_ColumnVarNameInTable="columnsTenNV" msprop:Generator_UserColumnName="sTenNV">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sCMND" msprop:Generator_ColumnPropNameInRow="sCMND" msprop:Generator_ColumnPropNameInTable="sCMNDColumn" msprop:Generator_ColumnVarNameInTable="columnsCMND" msprop:Generator_UserColumnName="sCMND" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="dNgaySinh" msprop:Generator_ColumnPropNameInRow="dNgaySinh" msprop:Generator_ColumnPropNameInTable="dNgaySinhColumn" msprop:Generator_ColumnVarNameInTable="columndNgaySinh" msprop:Generator_UserColumnName="dNgaySinh" type="xs:dateTime" minOccurs="0" />
<xs:element name="sDiaChi" msprop:Generator_ColumnPropNameInRow="sDiaChi" msprop:Generator_ColumnPropNameInTable="sDiaChiColumn" msprop:Generator_ColumnVarNameInTable="columnsDiaChi" msprop:Generator_UserColumnName="sDiaChi" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="70" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sSDT" msprop:Generator_ColumnPropNameInRow="sSDT" msprop:Generator_ColumnPropNameInTable="sSDTColumn" msprop:Generator_ColumnVarNameInTable="columnsSDT" msprop:Generator_UserColumnName="sSDT" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="12" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Select_NV" />
<xs:field xpath="mstns:sMaNV" />
</xs:unique>
</xs:element>
</xs:schema>