-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfightGymDataSet12.xsd
78 lines (78 loc) · 7.61 KB
/
fightGymDataSet12.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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="fightGymDataSet12" targetNamespace="http://tempuri.org/fightGymDataSet12.xsd" xmlns:mstns="http://tempuri.org/fightGymDataSet12.xsd" xmlns="http://tempuri.org/fightGymDataSet12.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="fightGymConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="fightGymConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.FighyGym2.Properties.Settings.GlobalReference.Default.fightGymConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="tbleshtrackTableAdapter" GeneratorDataComponentClassName="tbleshtrackTableAdapter" Name="tbleshtrack" UserDataComponentName="tbleshtrackTableAdapter">
<MainSource>
<DbSource ConnectionRef="fightGymConnectionString (Settings)" DbObjectName="fightGym.dbo.tbleshtrack" 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.tbleshtrack</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="Deitls_Id" DataSetColumn="Deitls_Id" />
<Mapping SourceColumn="ID" DataSetColumn="ID" />
<Mapping SourceColumn="Student_Name" DataSetColumn="Student_Name" />
<Mapping SourceColumn="From" DataSetColumn="From" />
<Mapping SourceColumn="To" DataSetColumn="To" />
<Mapping SourceColumn="class_name" DataSetColumn="class_name" />
<Mapping SourceColumn="mount" DataSetColumn="mount" />
<Mapping SourceColumn="statys" DataSetColumn="statys" />
<Mapping SourceColumn="Deitls_Id1" DataSetColumn="Deitls_Id1" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="fightGymDataSet12" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="fightGymDataSet12" msprop:Generator_UserDSName="fightGymDataSet12">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tbleshtrack" msprop:Generator_TableClassName="tbleshtrackDataTable" msprop:Generator_TableVarName="tabletbleshtrack" msprop:Generator_TablePropName="tbleshtrack" msprop:Generator_RowDeletingName="tbleshtrackRowDeleting" msprop:Generator_RowChangingName="tbleshtrackRowChanging" msprop:Generator_RowEvHandlerName="tbleshtrackRowChangeEventHandler" msprop:Generator_RowDeletedName="tbleshtrackRowDeleted" msprop:Generator_UserTableName="tbleshtrack" msprop:Generator_RowChangedName="tbleshtrackRowChanged" msprop:Generator_RowEvArgName="tbleshtrackRowChangeEvent" msprop:Generator_RowClassName="tbleshtrackRow">
<xs:complexType>
<xs:sequence>
<xs:element name="Deitls_Id" msprop:Generator_ColumnVarNameInTable="columnDeitls_Id" msprop:Generator_ColumnPropNameInRow="Deitls_Id" msprop:Generator_ColumnPropNameInTable="Deitls_IdColumn" msprop:Generator_UserColumnName="Deitls_Id" type="xs:int" minOccurs="0" />
<xs:element name="ID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnID" msprop:Generator_ColumnPropNameInRow="ID" msprop:Generator_ColumnPropNameInTable="IDColumn" msprop:Generator_UserColumnName="ID" type="xs:int" />
<xs:element name="Student_Name" msprop:Generator_ColumnVarNameInTable="columnStudent_Name" msprop:Generator_ColumnPropNameInRow="Student_Name" msprop:Generator_ColumnPropNameInTable="Student_NameColumn" msprop:Generator_UserColumnName="Student_Name">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="From" msprop:Generator_ColumnVarNameInTable="columnFrom" msprop:Generator_ColumnPropNameInRow="From" msprop:Generator_ColumnPropNameInTable="FromColumn" msprop:Generator_UserColumnName="From" type="xs:dateTime" minOccurs="0" />
<xs:element name="To" msprop:Generator_ColumnVarNameInTable="columnTo" msprop:Generator_ColumnPropNameInRow="To" msprop:Generator_ColumnPropNameInTable="ToColumn" msprop:Generator_UserColumnName="To" type="xs:dateTime" minOccurs="0" />
<xs:element name="class_name" msprop:Generator_ColumnVarNameInTable="columnclass_name" msprop:Generator_ColumnPropNameInRow="class_name" msprop:Generator_ColumnPropNameInTable="class_nameColumn" msprop:Generator_UserColumnName="class_name">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="mount" msprop:Generator_ColumnVarNameInTable="columnmount" msprop:Generator_ColumnPropNameInRow="mount" msprop:Generator_ColumnPropNameInTable="mountColumn" msprop:Generator_UserColumnName="mount" type="xs:float" minOccurs="0" />
<xs:element name="statys" msprop:Generator_ColumnVarNameInTable="columnstatys" msprop:Generator_ColumnPropNameInRow="statys" msprop:Generator_ColumnPropNameInTable="statysColumn" msprop:Generator_UserColumnName="statys" type="xs:boolean" minOccurs="0" />
<xs:element name="Deitls_Id1" msprop:Generator_ColumnVarNameInTable="columnDeitls_Id1" msprop:Generator_ColumnPropNameInRow="Deitls_Id1" msprop:Generator_ColumnPropNameInTable="Deitls_Id1Column" msprop:Generator_UserColumnName="Deitls_Id1" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:tbleshtrack" />
<xs:field xpath="mstns:ID" />
</xs:unique>
</xs:element>
</xs:schema>