-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathds_result.xsd
127 lines (127 loc) · 11.3 KB
/
ds_result.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
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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="ds_result" targetNamespace="http://tempuri.org/ds_result.xsd" xmlns:mstns="http://tempuri.org/ds_result.xsd" xmlns="http://tempuri.org/ds_result.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="klc01ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="klc01ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.h24.Properties.Settings.GlobalReference.Default.klc01ConnectionString" Provider="System.Data.SqlClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="rpt_resultsTableAdapter" GeneratorDataComponentClassName="rpt_resultsTableAdapter" Name="rpt_results" UserDataComponentName="rpt_resultsTableAdapter">
<MainSource>
<DbSource ConnectionRef="klc01ConnectionString (Settings)" DbObjectName="klc01.dbo.rpt_results" DbObjectType="StoredProcedure" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="false" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="false" UserGetMethodName="GetData" UserSourceName="Fill">
<SelectCommand>
<DbCommand CommandType="StoredProcedure" ModifiedByUser="false">
<CommandText>dbo.rpt_results</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" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@category_id" Precision="10" ProviderType="Int" Scale="0" Size="4" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings>
<Mapping SourceColumn="team_name" DataSetColumn="team_name" />
<Mapping SourceColumn="team_nr" DataSetColumn="team_nr" />
<Mapping SourceColumn="team_id" DataSetColumn="team_id" />
<Mapping SourceColumn="race_end" DataSetColumn="race_end" />
<Mapping SourceColumn="comp_name" DataSetColumn="comp_name" />
<Mapping SourceColumn="bib" DataSetColumn="bib" />
<Mapping SourceColumn="start_time" DataSetColumn="start_time" />
<Mapping SourceColumn="finish_time" DataSetColumn="finish_time" />
<Mapping SourceColumn="leg_time" DataSetColumn="leg_time" />
<Mapping SourceColumn="leg_status" DataSetColumn="leg_status" />
<Mapping SourceColumn="course_id" DataSetColumn="course_id" />
<Mapping SourceColumn="valid_leg" DataSetColumn="valid_leg" />
<Mapping SourceColumn="sum_legs" DataSetColumn="sum_legs" />
<Mapping SourceColumn="max_finish" DataSetColumn="max_finish" />
<Mapping SourceColumn="cat_id" DataSetColumn="cat_id" />
</Mappings>
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="ds_result" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="ds_result" msprop:Generator_UserDSName="ds_result">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="rpt_results" msprop:Generator_TableClassName="rpt_resultsDataTable" msprop:Generator_TableVarName="tablerpt_results" msprop:Generator_RowChangedName="rpt_resultsRowChanged" msprop:Generator_TablePropName="rpt_results" msprop:Generator_RowDeletingName="rpt_resultsRowDeleting" msprop:Generator_RowChangingName="rpt_resultsRowChanging" msprop:Generator_RowEvHandlerName="rpt_resultsRowChangeEventHandler" msprop:Generator_RowDeletedName="rpt_resultsRowDeleted" msprop:Generator_RowClassName="rpt_resultsRow" msprop:Generator_UserTableName="rpt_results" msprop:Generator_RowEvArgName="rpt_resultsRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="team_name" msprop:Generator_ColumnVarNameInTable="columnteam_name" msprop:Generator_ColumnPropNameInRow="team_name" msprop:Generator_ColumnPropNameInTable="team_nameColumn" msprop:Generator_UserColumnName="team_name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="team_nr" msprop:Generator_ColumnVarNameInTable="columnteam_nr" msprop:Generator_ColumnPropNameInRow="team_nr" msprop:Generator_ColumnPropNameInTable="team_nrColumn" msprop:Generator_UserColumnName="team_nr" type="xs:int" />
<xs:element name="team_id" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnteam_id" msprop:Generator_ColumnPropNameInRow="team_id" msprop:Generator_ColumnPropNameInTable="team_idColumn" msprop:Generator_UserColumnName="team_id" type="xs:int" />
<xs:element name="race_end" msprop:Generator_ColumnVarNameInTable="columnrace_end" msprop:Generator_ColumnPropNameInRow="race_end" msprop:Generator_ColumnPropNameInTable="race_endColumn" msprop:Generator_UserColumnName="race_end" type="xs:dateTime" minOccurs="0" />
<xs:element name="comp_name" msprop:Generator_ColumnVarNameInTable="columncomp_name" msprop:Generator_ColumnPropNameInRow="comp_name" msprop:Generator_ColumnPropNameInTable="comp_nameColumn" msprop:Generator_UserColumnName="comp_name" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="bib" msprop:Generator_ColumnVarNameInTable="columnbib" msprop:Generator_ColumnPropNameInRow="bib" msprop:Generator_ColumnPropNameInTable="bibColumn" msprop:Generator_UserColumnName="bib">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="start_time" msprop:Generator_ColumnVarNameInTable="columnstart_time" msprop:Generator_ColumnPropNameInRow="start_time" msprop:Generator_ColumnPropNameInTable="start_timeColumn" msprop:Generator_UserColumnName="start_time" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="finish_time" msprop:Generator_ColumnVarNameInTable="columnfinish_time" msprop:Generator_ColumnPropNameInRow="finish_time" msprop:Generator_ColumnPropNameInTable="finish_timeColumn" msprop:Generator_UserColumnName="finish_time" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="leg_time" msprop:Generator_ColumnVarNameInTable="columnleg_time" msprop:Generator_ColumnPropNameInRow="leg_time" msprop:Generator_ColumnPropNameInTable="leg_timeColumn" msprop:Generator_UserColumnName="leg_time" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="leg_status" msprop:Generator_ColumnVarNameInTable="columnleg_status" msprop:Generator_ColumnPropNameInRow="leg_status" msprop:Generator_ColumnPropNameInTable="leg_statusColumn" msprop:Generator_UserColumnName="leg_status" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="course_id" msprop:Generator_ColumnVarNameInTable="columncourse_id" msprop:Generator_ColumnPropNameInRow="course_id" msprop:Generator_ColumnPropNameInTable="course_idColumn" msprop:Generator_UserColumnName="course_id" type="xs:int" minOccurs="0" />
<xs:element name="valid_leg" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnvalid_leg" msprop:Generator_ColumnPropNameInRow="valid_leg" msprop:Generator_ColumnPropNameInTable="valid_legColumn" msprop:Generator_UserColumnName="valid_leg" type="xs:int" minOccurs="0" />
<xs:element name="sum_legs" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnsum_legs" msprop:Generator_ColumnPropNameInRow="sum_legs" msprop:Generator_ColumnPropNameInTable="sum_legsColumn" msprop:Generator_UserColumnName="sum_legs" type="xs:int" minOccurs="0" />
<xs:element name="max_finish" msdata:ReadOnly="true" msprop:Generator_ColumnVarNameInTable="columnmax_finish" msprop:Generator_ColumnPropNameInRow="max_finish" msprop:Generator_ColumnPropNameInTable="max_finishColumn" msprop:Generator_UserColumnName="max_finish" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="20" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="cat_id" msprop:Generator_ColumnVarNameInTable="columncat_id" msprop:Generator_ColumnPropNameInRow="cat_id" msprop:Generator_ColumnPropNameInTable="cat_idColumn" msprop:Generator_UserColumnName="cat_id" 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:rpt_results" />
<xs:field xpath="mstns:team_id" />
</xs:unique>
</xs:element>
</xs:schema>