-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStudentDataSet.xsd
More file actions
358 lines (358 loc) · 37.8 KB
/
StudentDataSet.xsd
File metadata and controls
358 lines (358 loc) · 37.8 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="StudentDataSet" targetNamespace="http://tempuri.org/StudentDataSet.xsd" xmlns:mstns="http://tempuri.org/StudentDataSet.xsd" xmlns="http://tempuri.org/StudentDataSet.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="student" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="student (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.App1.Properties.Settings.GlobalReference.Default.student" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbl_stuTableAdapter" GeneratorDataComponentClassName="tbl_stuTableAdapter" Name="tbl_stu" UserDataComponentName="tbl_stuTableAdapter">
<MainSource>
<DbSource ConnectionRef="student (Settings)" DbObjectName="Student.dbo.tbl_stu" DbObjectType="Table" 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">
<InsertCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>INSERT INTO [dbo].[tbl_stu] ([UHID], [Enrollment], [Class], [Class_Medium], [Admission Date], [Saluatation], [First name], [Middle name], [Last name], [DOB], [Gender], [Guardian], [Guardian name], [Occupation], [Nationality], [Country], [State], [City], [Address], [PinCode/Zip Code], [Information Source], [Mobile Number], [Email Address], [ID Proof Type], [ID Number], [Religion], [Blood Group], [Allergy], [Diseases], [Symptom], [Select bank name], [Account number], [IFSC code], [Account Holder Name], [Doc_Aadhar Card], [Doc_Marksheet], [doc_TC], [Passport size photo], [Signature/Left thumb]) VALUES (@UHID, @Enrollment, @Class, @Class_Medium, @Admission_Date, @Saluatation, @First_name, @Middle_name, @Last_name, @DOB, @Gender, @Guardian, @Guardian_name, @Occupation, @Nationality, @Country, @State, @City, @Address, @p1, @Information_Source, @Mobile_Number, @Email_Address, @ID_Proof_Type, @ID_Number, @Religion, @Blood_Group, @Allergy, @Diseases, @Symptom, @Select_bank_name, @Account_number, @IFSC_code, @Account_Holder_Name, @Doc_Aadhar_Card, @Doc_Marksheet, @doc_TC, @Passport_size_photo, @p4)</CommandText>
<Parameters>
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@UHID" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="UHID" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Enrollment" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Enrollment" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Class_Medium" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Class_Medium" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="DateTime" Direction="Input" ParameterName="@Admission_Date" Precision="0" ProviderType="DateTime" Scale="0" Size="0" SourceColumn="Admission Date" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Saluatation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Saluatation" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@First_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="First name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Middle_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Middle name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Last_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Last name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Date" Direction="Input" ParameterName="@DOB" Precision="0" ProviderType="Date" Scale="0" Size="0" SourceColumn="DOB" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Guardian" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Guardian" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Guardian_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Guardian name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Occupation" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Occupation" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Nationality" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Nationality" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Country" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Country" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@State" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="State" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@City" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="City" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Address" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Address" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@p1" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="PinCode/Zip Code" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Information_Source" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Information Source" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Mobile_Number" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Mobile Number" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Email_Address" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Email Address" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ID_Proof_Type" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ID Proof Type" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@ID_Number" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="ID Number" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Religion" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Religion" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Blood_Group" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Blood Group" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Allergy" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Allergy" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Diseases" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Diseases" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Symptom" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Symptom" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Select_bank_name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Select bank name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Account_number" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Account number" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@IFSC_code" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="IFSC code" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="StringFixedLength" Direction="Input" ParameterName="@Account_Holder_Name" Precision="0" ProviderType="NChar" Scale="0" Size="0" SourceColumn="Account Holder Name" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Doc_Aadhar_Card" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Doc_Aadhar Card" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Doc_Marksheet" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Doc_Marksheet" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@doc_TC" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="doc_TC" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@Passport_size_photo" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Passport size photo" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Binary" Direction="Input" ParameterName="@p4" Precision="0" ProviderType="Image" Scale="0" Size="0" SourceColumn="Signature/Left thumb" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</InsertCommand>
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT UHID, Enrollment, Class, Class_Medium, [Admission Date], Saluatation, [First name], [Middle name], [Last name], DOB, Gender, Guardian, [Guardian name], Occupation, Nationality, Country, State, City, Address, [PinCode/Zip Code], [Information Source], [Mobile Number], [Email Address], [ID Proof Type], [ID Number], Religion, [Blood Group], Allergy, Diseases, Symptom, [Select bank name], [Account number], [IFSC code], [Account Holder Name], [Doc_Aadhar Card], Doc_Marksheet, doc_TC, [Passport size photo], [Signature/Left thumb] FROM dbo.tbl_stu</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="UHID" DataSetColumn="UHID" />
<Mapping SourceColumn="Enrollment" DataSetColumn="Enrollment" />
<Mapping SourceColumn="Class" DataSetColumn="Class" />
<Mapping SourceColumn="Class_Medium" DataSetColumn="Class_Medium" />
<Mapping SourceColumn="Admission Date" DataSetColumn="Admission Date" />
<Mapping SourceColumn="Saluatation" DataSetColumn="Saluatation" />
<Mapping SourceColumn="First name" DataSetColumn="First name" />
<Mapping SourceColumn="Middle name" DataSetColumn="Middle name" />
<Mapping SourceColumn="Last name" DataSetColumn="Last name" />
<Mapping SourceColumn="DOB" DataSetColumn="DOB" />
<Mapping SourceColumn="Gender" DataSetColumn="Gender" />
<Mapping SourceColumn="Guardian" DataSetColumn="Guardian" />
<Mapping SourceColumn="Guardian name" DataSetColumn="Guardian name" />
<Mapping SourceColumn="Occupation" DataSetColumn="Occupation" />
<Mapping SourceColumn="Nationality" DataSetColumn="Nationality" />
<Mapping SourceColumn="Country" DataSetColumn="Country" />
<Mapping SourceColumn="State" DataSetColumn="State" />
<Mapping SourceColumn="City" DataSetColumn="City" />
<Mapping SourceColumn="Address" DataSetColumn="Address" />
<Mapping SourceColumn="PinCode/Zip Code" DataSetColumn="PinCode/Zip Code" />
<Mapping SourceColumn="Information Source" DataSetColumn="Information Source" />
<Mapping SourceColumn="Mobile Number" DataSetColumn="Mobile Number" />
<Mapping SourceColumn="Email Address" DataSetColumn="Email Address" />
<Mapping SourceColumn="ID Proof Type" DataSetColumn="ID Proof Type" />
<Mapping SourceColumn="ID Number" DataSetColumn="ID Number" />
<Mapping SourceColumn="Religion" DataSetColumn="Religion" />
<Mapping SourceColumn="Blood Group" DataSetColumn="Blood Group" />
<Mapping SourceColumn="Allergy" DataSetColumn="Allergy" />
<Mapping SourceColumn="Diseases" DataSetColumn="Diseases" />
<Mapping SourceColumn="Symptom" DataSetColumn="Symptom" />
<Mapping SourceColumn="Select bank name" DataSetColumn="Select bank name" />
<Mapping SourceColumn="Account number" DataSetColumn="Account number" />
<Mapping SourceColumn="IFSC code" DataSetColumn="IFSC code" />
<Mapping SourceColumn="Account Holder Name" DataSetColumn="Account Holder Name" />
<Mapping SourceColumn="Doc_Aadhar Card" DataSetColumn="Doc_Aadhar Card" />
<Mapping SourceColumn="Doc_Marksheet" DataSetColumn="Doc_Marksheet" />
<Mapping SourceColumn="doc_TC" DataSetColumn="doc_TC" />
<Mapping SourceColumn="Passport size photo" DataSetColumn="Passport size photo" />
<Mapping SourceColumn="Signature/Left thumb" DataSetColumn="Signature/Left thumb" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="StudentDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="StudentDataSet" msprop:Generator_UserDSName="StudentDataSet">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tbl_stu" msprop:Generator_TableClassName="tbl_stuDataTable" msprop:Generator_TableVarName="tabletbl_stu" msprop:Generator_TablePropName="tbl_stu" msprop:Generator_RowDeletingName="tbl_stuRowDeleting" msprop:Generator_RowChangingName="tbl_stuRowChanging" msprop:Generator_RowEvHandlerName="tbl_stuRowChangeEventHandler" msprop:Generator_RowDeletedName="tbl_stuRowDeleted" msprop:Generator_UserTableName="tbl_stu" msprop:Generator_RowChangedName="tbl_stuRowChanged" msprop:Generator_RowEvArgName="tbl_stuRowChangeEvent" msprop:Generator_RowClassName="tbl_stuRow">
<xs:complexType>
<xs:sequence>
<xs:element name="UHID" msprop:Generator_ColumnVarNameInTable="columnUHID" msprop:Generator_ColumnPropNameInRow="UHID" msprop:Generator_ColumnPropNameInTable="UHIDColumn" msprop:Generator_UserColumnName="UHID" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Enrollment" msprop:Generator_ColumnVarNameInTable="columnEnrollment" msprop:Generator_ColumnPropNameInRow="Enrollment" msprop:Generator_ColumnPropNameInTable="EnrollmentColumn" msprop:Generator_UserColumnName="Enrollment" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Class" msprop:Generator_ColumnVarNameInTable="columnClass" msprop:Generator_ColumnPropNameInRow="Class" msprop:Generator_ColumnPropNameInTable="ClassColumn" msprop:Generator_UserColumnName="Class" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Class_Medium" msprop:Generator_ColumnVarNameInTable="columnClass_Medium" msprop:Generator_ColumnPropNameInRow="Class_Medium" msprop:Generator_ColumnPropNameInTable="Class_MediumColumn" msprop:Generator_UserColumnName="Class_Medium" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Admission_x0020_Date" msprop:Generator_ColumnVarNameInTable="columnAdmission_Date" msprop:Generator_ColumnPropNameInRow="Admission_Date" msprop:Generator_ColumnPropNameInTable="Admission_DateColumn" msprop:Generator_UserColumnName="Admission Date" type="xs:dateTime" minOccurs="0" />
<xs:element name="Saluatation" msprop:Generator_ColumnVarNameInTable="columnSaluatation" msprop:Generator_ColumnPropNameInRow="Saluatation" msprop:Generator_ColumnPropNameInTable="SaluatationColumn" msprop:Generator_UserColumnName="Saluatation" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="First_x0020_name" msprop:Generator_ColumnVarNameInTable="columnFirst_name" msprop:Generator_ColumnPropNameInRow="First_name" msprop:Generator_ColumnPropNameInTable="First_nameColumn" msprop:Generator_UserColumnName="First name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Middle_x0020_name" msprop:Generator_ColumnVarNameInTable="columnMiddle_name" msprop:Generator_ColumnPropNameInRow="Middle_name" msprop:Generator_ColumnPropNameInTable="Middle_nameColumn" msprop:Generator_UserColumnName="Middle name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Last_x0020_name" msprop:Generator_ColumnVarNameInTable="columnLast_name" msprop:Generator_ColumnPropNameInRow="Last_name" msprop:Generator_ColumnPropNameInTable="Last_nameColumn" msprop:Generator_UserColumnName="Last name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DOB" msprop:Generator_ColumnVarNameInTable="columnDOB" msprop:Generator_ColumnPropNameInRow="DOB" msprop:Generator_ColumnPropNameInTable="DOBColumn" msprop:Generator_UserColumnName="DOB" type="xs:dateTime" minOccurs="0" />
<xs:element name="Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Guardian" msprop:Generator_ColumnVarNameInTable="columnGuardian" msprop:Generator_ColumnPropNameInRow="Guardian" msprop:Generator_ColumnPropNameInTable="GuardianColumn" msprop:Generator_UserColumnName="Guardian" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="15" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Guardian_x0020_name" msprop:Generator_ColumnVarNameInTable="columnGuardian_name" msprop:Generator_ColumnPropNameInRow="Guardian_name" msprop:Generator_ColumnPropNameInTable="Guardian_nameColumn" msprop:Generator_UserColumnName="Guardian name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Occupation" msprop:Generator_ColumnVarNameInTable="columnOccupation" msprop:Generator_ColumnPropNameInRow="Occupation" msprop:Generator_ColumnPropNameInTable="OccupationColumn" msprop:Generator_UserColumnName="Occupation" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Nationality" msprop:Generator_ColumnVarNameInTable="columnNationality" msprop:Generator_ColumnPropNameInRow="Nationality" msprop:Generator_ColumnPropNameInTable="NationalityColumn" msprop:Generator_UserColumnName="Nationality" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Country" msprop:Generator_ColumnVarNameInTable="columnCountry" msprop:Generator_ColumnPropNameInRow="Country" msprop:Generator_ColumnPropNameInTable="CountryColumn" msprop:Generator_UserColumnName="Country" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="State" msprop:Generator_ColumnVarNameInTable="columnState" msprop:Generator_ColumnPropNameInRow="State" msprop:Generator_ColumnPropNameInTable="StateColumn" msprop:Generator_UserColumnName="State" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="City" msprop:Generator_ColumnVarNameInTable="columnCity" msprop:Generator_ColumnPropNameInRow="City" msprop:Generator_ColumnPropNameInTable="CityColumn" msprop:Generator_UserColumnName="City" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="PinCode_x002F_Zip_x0020_Code" msprop:Generator_ColumnVarNameInTable="_columnPinCode_Zip_Code" msprop:Generator_ColumnPropNameInRow="_PinCode_Zip_Code" msprop:Generator_ColumnPropNameInTable="_PinCode_Zip_CodeColumn" msprop:Generator_UserColumnName="PinCode/Zip Code" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Information_x0020_Source" msprop:Generator_ColumnVarNameInTable="columnInformation_Source" msprop:Generator_ColumnPropNameInRow="Information_Source" msprop:Generator_ColumnPropNameInTable="Information_SourceColumn" msprop:Generator_UserColumnName="Information Source" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Mobile_x0020_Number" msprop:Generator_ColumnVarNameInTable="columnMobile_Number" msprop:Generator_ColumnPropNameInRow="Mobile_Number" msprop:Generator_ColumnPropNameInTable="Mobile_NumberColumn" msprop:Generator_UserColumnName="Mobile Number" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Email_x0020_Address" msprop:Generator_ColumnVarNameInTable="columnEmail_Address" msprop:Generator_ColumnPropNameInRow="Email_Address" msprop:Generator_ColumnPropNameInTable="Email_AddressColumn" msprop:Generator_UserColumnName="Email Address" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ID_x0020_Proof_x0020_Type" msprop:Generator_ColumnVarNameInTable="columnID_Proof_Type" msprop:Generator_ColumnPropNameInRow="ID_Proof_Type" msprop:Generator_ColumnPropNameInTable="ID_Proof_TypeColumn" msprop:Generator_UserColumnName="ID Proof Type" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ID_x0020_Number" msprop:Generator_ColumnVarNameInTable="columnID_Number" msprop:Generator_ColumnPropNameInRow="ID_Number" msprop:Generator_ColumnPropNameInTable="ID_NumberColumn" msprop:Generator_UserColumnName="ID Number" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Religion" msprop:Generator_ColumnVarNameInTable="columnReligion" msprop:Generator_ColumnPropNameInRow="Religion" msprop:Generator_ColumnPropNameInTable="ReligionColumn" msprop:Generator_UserColumnName="Religion" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Blood_x0020_Group" msprop:Generator_ColumnVarNameInTable="columnBlood_Group" msprop:Generator_ColumnPropNameInRow="Blood_Group" msprop:Generator_ColumnPropNameInTable="Blood_GroupColumn" msprop:Generator_UserColumnName="Blood Group" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Allergy" msprop:Generator_ColumnVarNameInTable="columnAllergy" msprop:Generator_ColumnPropNameInRow="Allergy" msprop:Generator_ColumnPropNameInTable="AllergyColumn" msprop:Generator_UserColumnName="Allergy" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Diseases" msprop:Generator_ColumnVarNameInTable="columnDiseases" msprop:Generator_ColumnPropNameInRow="Diseases" msprop:Generator_ColumnPropNameInTable="DiseasesColumn" msprop:Generator_UserColumnName="Diseases" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Symptom" msprop:Generator_ColumnVarNameInTable="columnSymptom" msprop:Generator_ColumnPropNameInRow="Symptom" msprop:Generator_ColumnPropNameInTable="SymptomColumn" msprop:Generator_UserColumnName="Symptom" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="30" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Select_x0020_bank_x0020_name" msprop:Generator_ColumnVarNameInTable="columnSelect_bank_name" msprop:Generator_ColumnPropNameInRow="Select_bank_name" msprop:Generator_ColumnPropNameInTable="Select_bank_nameColumn" msprop:Generator_UserColumnName="Select bank name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Account_x0020_number" msprop:Generator_ColumnVarNameInTable="columnAccount_number" msprop:Generator_ColumnPropNameInRow="Account_number" msprop:Generator_ColumnPropNameInTable="Account_numberColumn" msprop:Generator_UserColumnName="Account number" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IFSC_x0020_code" msprop:Generator_ColumnVarNameInTable="columnIFSC_code" msprop:Generator_ColumnPropNameInRow="IFSC_code" msprop:Generator_ColumnPropNameInTable="IFSC_codeColumn" msprop:Generator_UserColumnName="IFSC code" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Account_x0020_Holder_x0020_Name" msprop:Generator_ColumnVarNameInTable="columnAccount_Holder_Name" msprop:Generator_ColumnPropNameInRow="Account_Holder_Name" msprop:Generator_ColumnPropNameInTable="Account_Holder_NameColumn" msprop:Generator_UserColumnName="Account Holder Name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Doc_Aadhar_x0020_Card" msprop:Generator_ColumnVarNameInTable="columnDoc_Aadhar_Card" msprop:Generator_ColumnPropNameInRow="Doc_Aadhar_Card" msprop:Generator_ColumnPropNameInTable="Doc_Aadhar_CardColumn" msprop:Generator_UserColumnName="Doc_Aadhar Card" type="xs:base64Binary" minOccurs="0" />
<xs:element name="Doc_Marksheet" msprop:Generator_ColumnVarNameInTable="columnDoc_Marksheet" msprop:Generator_ColumnPropNameInRow="Doc_Marksheet" msprop:Generator_ColumnPropNameInTable="Doc_MarksheetColumn" msprop:Generator_UserColumnName="Doc_Marksheet" type="xs:base64Binary" minOccurs="0" />
<xs:element name="doc_TC" msprop:Generator_ColumnVarNameInTable="columndoc_TC" msprop:Generator_ColumnPropNameInRow="doc_TC" msprop:Generator_ColumnPropNameInTable="doc_TCColumn" msprop:Generator_UserColumnName="doc_TC" type="xs:base64Binary" minOccurs="0" />
<xs:element name="Passport_x0020_size_x0020_photo" msprop:Generator_ColumnVarNameInTable="columnPassport_size_photo" msprop:Generator_ColumnPropNameInRow="Passport_size_photo" msprop:Generator_ColumnPropNameInTable="Passport_size_photoColumn" msprop:Generator_UserColumnName="Passport size photo" type="xs:base64Binary" minOccurs="0" />
<xs:element name="Signature_x002F_Left_x0020_thumb" msprop:Generator_ColumnVarNameInTable="_columnSignature_Left_thumb" msprop:Generator_ColumnPropNameInRow="_Signature_Left_thumb" msprop:Generator_ColumnPropNameInTable="_Signature_Left_thumbColumn" msprop:Generator_UserColumnName="Signature/Left thumb" type="xs:base64Binary" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>