LeMarathonSkills2016DataSet.xsd 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="LeMarathonSkills2016DataSet" targetNamespace="http://tempuri.org/LeMarathonSkills2016DataSet.xsd" xmlns:mstns="http://tempuri.org/LeMarathonSkills2016DataSet.xsd" xmlns="http://tempuri.org/LeMarathonSkills2016DataSet.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">
  3. <xs:annotation>
  4. <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
  5. <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
  6. <Connections>
  7. <Connection AppSettingsObjectName="Settings" AppSettingsPropertyName="LeMarathonSkills2016ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="LeMarathonSkills2016ConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.MarathonSkills2016Le.Properties.Settings.GlobalReference.Default.LeMarathonSkills2016ConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="1234TableAdapter" GeneratorDataComponentClassName="_1234TableAdapter" Name="1234" UserDataComponentName="1234TableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="LeMarathonSkills2016ConnectionString (Settings)" DbObjectName="LeMarathonSkills2016.dbo.[1234]" 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">
  13. <InsertCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>INSERT INTO [dbo].[1234] ([StaffID], [Name1], [Name1_1], [DateofBirth], [Gender], [PositionID], [PositionName], [Position_Description], [PayPeriod], [PayRate], [EmailAddress]) VALUES (@StaffID, @Name1, @Name1_1, @DateofBirth, @Gender, @PositionID, @PositionName, @Position_Description, @PayPeriod, @PayRate, @EmailAddress)</CommandText>
  16. <Parameters>
  17. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@StaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="StaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
  18. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name1" SourceColumnNullMapping="false" SourceVersion="Current" />
  19. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Name1_1" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Name1_1" SourceColumnNullMapping="false" SourceVersion="Current" />
  20. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@DateofBirth" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="DateofBirth" SourceColumnNullMapping="false" SourceVersion="Current" />
  21. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Gender" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Gender" SourceColumnNullMapping="false" SourceVersion="Current" />
  22. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PositionID" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PositionID" SourceColumnNullMapping="false" SourceVersion="Current" />
  23. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PositionName" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PositionName" SourceColumnNullMapping="false" SourceVersion="Current" />
  24. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@Position_Description" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="Position_Description" SourceColumnNullMapping="false" SourceVersion="Current" />
  25. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PayPeriod" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PayPeriod" SourceColumnNullMapping="false" SourceVersion="Current" />
  26. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PayRate" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PayRate" SourceColumnNullMapping="false" SourceVersion="Current" />
  27. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EmailAddress" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EmailAddress" SourceColumnNullMapping="false" SourceVersion="Current" />
  28. </Parameters>
  29. </DbCommand>
  30. </InsertCommand>
  31. <SelectCommand>
  32. <DbCommand CommandType="Text" ModifiedByUser="false">
  33. <CommandText>SELECT StaffID, Name1, Name1_1, DateofBirth, Gender, PositionID, PositionName, Position_Description, PayPeriod, PayRate, EmailAddress FROM dbo.[1234]</CommandText>
  34. <Parameters />
  35. </DbCommand>
  36. </SelectCommand>
  37. </DbSource>
  38. </MainSource>
  39. <Mappings>
  40. <Mapping SourceColumn="StaffID" DataSetColumn="StaffID" />
  41. <Mapping SourceColumn="Name1" DataSetColumn="Name1" />
  42. <Mapping SourceColumn="Name1_1" DataSetColumn="Name1_1" />
  43. <Mapping SourceColumn="DateofBirth" DataSetColumn="DateofBirth" />
  44. <Mapping SourceColumn="Gender" DataSetColumn="Gender" />
  45. <Mapping SourceColumn="PositionID" DataSetColumn="PositionID" />
  46. <Mapping SourceColumn="PositionName" DataSetColumn="PositionName" />
  47. <Mapping SourceColumn="Position_Description" DataSetColumn="Position_Description" />
  48. <Mapping SourceColumn="PayPeriod" DataSetColumn="PayPeriod" />
  49. <Mapping SourceColumn="PayRate" DataSetColumn="PayRate" />
  50. <Mapping SourceColumn="EmailAddress" DataSetColumn="EmailAddress" />
  51. </Mappings>
  52. <Sources />
  53. </TableAdapter>
  54. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="marathon-skills-2016-timesheet-importTableAdapter" GeneratorDataComponentClassName="marathon_skills_2016_timesheet_importTableAdapter" Name="marathon-skills-2016-timesheet-import" UserDataComponentName="marathon-skills-2016-timesheet-importTableAdapter">
  55. <MainSource>
  56. <DbSource ConnectionRef="LeMarathonSkills2016ConnectionString (Settings)" DbObjectName="LeMarathonSkills2016.dbo.[marathon-skills-2016-timesheet-import]" 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">
  57. <InsertCommand>
  58. <DbCommand CommandType="Text" ModifiedByUser="false">
  59. <CommandText>INSERT INTO [dbo].[marathon-skills-2016-timesheet-import] ([TimesheetID], [NumStaffID], [NumStartDateTime], [EndDateTime], [PaymentAmount]) VALUES (@TimesheetID, @NumStaffID, @NumStartDateTime, @EndDateTime, @PaymentAmount)</CommandText>
  60. <Parameters>
  61. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@TimesheetID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="TimesheetID" SourceColumnNullMapping="false" SourceVersion="Current" />
  62. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="Int32" Direction="Input" ParameterName="@NumStaffID" Precision="0" ProviderType="Int" Scale="0" Size="0" SourceColumn="NumStaffID" SourceColumnNullMapping="false" SourceVersion="Current" />
  63. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@NumStartDateTime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="NumStartDateTime" SourceColumnNullMapping="false" SourceVersion="Current" />
  64. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@EndDateTime" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="EndDateTime" SourceColumnNullMapping="false" SourceVersion="Current" />
  65. <Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DbType="String" Direction="Input" ParameterName="@PaymentAmount" Precision="0" ProviderType="NVarChar" Scale="0" Size="0" SourceColumn="PaymentAmount" SourceColumnNullMapping="false" SourceVersion="Current" />
  66. </Parameters>
  67. </DbCommand>
  68. </InsertCommand>
  69. <SelectCommand>
  70. <DbCommand CommandType="Text" ModifiedByUser="false">
  71. <CommandText>SELECT TimesheetID, NumStaffID, NumStartDateTime, EndDateTime, PaymentAmount FROM dbo.[marathon-skills-2016-timesheet-import]</CommandText>
  72. <Parameters />
  73. </DbCommand>
  74. </SelectCommand>
  75. </DbSource>
  76. </MainSource>
  77. <Mappings>
  78. <Mapping SourceColumn="TimesheetID" DataSetColumn="TimesheetID" />
  79. <Mapping SourceColumn="NumStaffID" DataSetColumn="NumStaffID" />
  80. <Mapping SourceColumn="NumStartDateTime" DataSetColumn="NumStartDateTime" />
  81. <Mapping SourceColumn="EndDateTime" DataSetColumn="EndDateTime" />
  82. <Mapping SourceColumn="PaymentAmount" DataSetColumn="PaymentAmount" />
  83. </Mappings>
  84. <Sources />
  85. </TableAdapter>
  86. </Tables>
  87. <Sources />
  88. </DataSource>
  89. </xs:appinfo>
  90. </xs:annotation>
  91. <xs:element name="LeMarathonSkills2016DataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="LeMarathonSkills2016DataSet" msprop:Generator_UserDSName="LeMarathonSkills2016DataSet">
  92. <xs:complexType>
  93. <xs:choice minOccurs="0" maxOccurs="unbounded">
  94. <xs:element name="_x0031_234" msprop:Generator_TableClassName="_1234DataTable" msprop:Generator_TableVarName="table1234" msprop:Generator_TablePropName="_1234" msprop:Generator_RowDeletingName="_1234RowDeleting" msprop:Generator_RowChangingName="_1234RowChanging" msprop:Generator_RowEvHandlerName="_1234RowChangeEventHandler" msprop:Generator_RowDeletedName="_1234RowDeleted" msprop:Generator_UserTableName="1234" msprop:Generator_RowChangedName="_1234RowChanged" msprop:Generator_RowEvArgName="_1234RowChangeEvent" msprop:Generator_RowClassName="_1234Row">
  95. <xs:complexType>
  96. <xs:sequence>
  97. <xs:element name="StaffID" msprop:Generator_ColumnVarNameInTable="columnStaffID" msprop:Generator_ColumnPropNameInRow="StaffID" msprop:Generator_ColumnPropNameInTable="StaffIDColumn" msprop:Generator_UserColumnName="StaffID" type="xs:int" minOccurs="0" />
  98. <xs:element name="Name1" msprop:Generator_ColumnVarNameInTable="columnName1" msprop:Generator_ColumnPropNameInRow="Name1" msprop:Generator_ColumnPropNameInTable="Name1Column" msprop:Generator_UserColumnName="Name1" minOccurs="0">
  99. <xs:simpleType>
  100. <xs:restriction base="xs:string">
  101. <xs:maxLength value="50" />
  102. </xs:restriction>
  103. </xs:simpleType>
  104. </xs:element>
  105. <xs:element name="Name1_1" msprop:Generator_ColumnVarNameInTable="columnName1_1" msprop:Generator_ColumnPropNameInRow="Name1_1" msprop:Generator_ColumnPropNameInTable="Name1_1Column" msprop:Generator_UserColumnName="Name1_1" minOccurs="0">
  106. <xs:simpleType>
  107. <xs:restriction base="xs:string">
  108. <xs:maxLength value="50" />
  109. </xs:restriction>
  110. </xs:simpleType>
  111. </xs:element>
  112. <xs:element name="DateofBirth" msprop:Generator_ColumnVarNameInTable="columnDateofBirth" msprop:Generator_ColumnPropNameInRow="DateofBirth" msprop:Generator_ColumnPropNameInTable="DateofBirthColumn" msprop:Generator_UserColumnName="DateofBirth" minOccurs="0">
  113. <xs:simpleType>
  114. <xs:restriction base="xs:string">
  115. <xs:maxLength value="50" />
  116. </xs:restriction>
  117. </xs:simpleType>
  118. </xs:element>
  119. <xs:element name="Gender" msprop:Generator_ColumnVarNameInTable="columnGender" msprop:Generator_ColumnPropNameInRow="Gender" msprop:Generator_ColumnPropNameInTable="GenderColumn" msprop:Generator_UserColumnName="Gender" minOccurs="0">
  120. <xs:simpleType>
  121. <xs:restriction base="xs:string">
  122. <xs:maxLength value="50" />
  123. </xs:restriction>
  124. </xs:simpleType>
  125. </xs:element>
  126. <xs:element name="PositionID" msprop:Generator_ColumnVarNameInTable="columnPositionID" msprop:Generator_ColumnPropNameInRow="PositionID" msprop:Generator_ColumnPropNameInTable="PositionIDColumn" msprop:Generator_UserColumnName="PositionID" minOccurs="0">
  127. <xs:simpleType>
  128. <xs:restriction base="xs:string">
  129. <xs:maxLength value="50" />
  130. </xs:restriction>
  131. </xs:simpleType>
  132. </xs:element>
  133. <xs:element name="PositionName" msprop:Generator_ColumnVarNameInTable="columnPositionName" msprop:Generator_ColumnPropNameInRow="PositionName" msprop:Generator_ColumnPropNameInTable="PositionNameColumn" msprop:Generator_UserColumnName="PositionName" minOccurs="0">
  134. <xs:simpleType>
  135. <xs:restriction base="xs:string">
  136. <xs:maxLength value="50" />
  137. </xs:restriction>
  138. </xs:simpleType>
  139. </xs:element>
  140. <xs:element name="Position_Description" msprop:Generator_ColumnVarNameInTable="columnPosition_Description" msprop:Generator_ColumnPropNameInRow="Position_Description" msprop:Generator_ColumnPropNameInTable="Position_DescriptionColumn" msprop:Generator_UserColumnName="Position_Description" minOccurs="0">
  141. <xs:simpleType>
  142. <xs:restriction base="xs:string">
  143. <xs:maxLength value="50" />
  144. </xs:restriction>
  145. </xs:simpleType>
  146. </xs:element>
  147. <xs:element name="PayPeriod" msprop:Generator_ColumnVarNameInTable="columnPayPeriod" msprop:Generator_ColumnPropNameInRow="PayPeriod" msprop:Generator_ColumnPropNameInTable="PayPeriodColumn" msprop:Generator_UserColumnName="PayPeriod" minOccurs="0">
  148. <xs:simpleType>
  149. <xs:restriction base="xs:string">
  150. <xs:maxLength value="50" />
  151. </xs:restriction>
  152. </xs:simpleType>
  153. </xs:element>
  154. <xs:element name="PayRate" msprop:Generator_ColumnVarNameInTable="columnPayRate" msprop:Generator_ColumnPropNameInRow="PayRate" msprop:Generator_ColumnPropNameInTable="PayRateColumn" msprop:Generator_UserColumnName="PayRate" minOccurs="0">
  155. <xs:simpleType>
  156. <xs:restriction base="xs:string">
  157. <xs:maxLength value="50" />
  158. </xs:restriction>
  159. </xs:simpleType>
  160. </xs:element>
  161. <xs:element name="EmailAddress" msprop:Generator_ColumnVarNameInTable="columnEmailAddress" msprop:Generator_ColumnPropNameInRow="EmailAddress" msprop:Generator_ColumnPropNameInTable="EmailAddressColumn" msprop:Generator_UserColumnName="EmailAddress" minOccurs="0">
  162. <xs:simpleType>
  163. <xs:restriction base="xs:string">
  164. <xs:maxLength value="50" />
  165. </xs:restriction>
  166. </xs:simpleType>
  167. </xs:element>
  168. </xs:sequence>
  169. </xs:complexType>
  170. </xs:element>
  171. <xs:element name="marathon-skills-2016-timesheet-import" msprop:Generator_TableClassName="_marathon_skills_2016_timesheet_importDataTable" msprop:Generator_TableVarName="_tablemarathon_skills_2016_timesheet_import" msprop:Generator_TablePropName="_marathon_skills_2016_timesheet_import" msprop:Generator_RowDeletingName="_marathon_skills_2016_timesheet_importRowDeleting" msprop:Generator_RowChangingName="_marathon_skills_2016_timesheet_importRowChanging" msprop:Generator_RowEvHandlerName="_marathon_skills_2016_timesheet_importRowChangeEventHandler" msprop:Generator_RowDeletedName="_marathon_skills_2016_timesheet_importRowDeleted" msprop:Generator_UserTableName="marathon-skills-2016-timesheet-import" msprop:Generator_RowChangedName="_marathon_skills_2016_timesheet_importRowChanged" msprop:Generator_RowEvArgName="_marathon_skills_2016_timesheet_importRowChangeEvent" msprop:Generator_RowClassName="_marathon_skills_2016_timesheet_importRow">
  172. <xs:complexType>
  173. <xs:sequence>
  174. <xs:element name="TimesheetID" msprop:Generator_ColumnVarNameInTable="columnTimesheetID" msprop:Generator_ColumnPropNameInRow="TimesheetID" msprop:Generator_ColumnPropNameInTable="TimesheetIDColumn" msprop:Generator_UserColumnName="TimesheetID" type="xs:int" minOccurs="0" />
  175. <xs:element name="NumStaffID" msprop:Generator_ColumnVarNameInTable="columnNumStaffID" msprop:Generator_ColumnPropNameInRow="NumStaffID" msprop:Generator_ColumnPropNameInTable="NumStaffIDColumn" msprop:Generator_UserColumnName="NumStaffID" type="xs:int" minOccurs="0" />
  176. <xs:element name="NumStartDateTime" msprop:Generator_ColumnVarNameInTable="columnNumStartDateTime" msprop:Generator_ColumnPropNameInRow="NumStartDateTime" msprop:Generator_ColumnPropNameInTable="NumStartDateTimeColumn" msprop:Generator_UserColumnName="NumStartDateTime" minOccurs="0">
  177. <xs:simpleType>
  178. <xs:restriction base="xs:string">
  179. <xs:maxLength value="50" />
  180. </xs:restriction>
  181. </xs:simpleType>
  182. </xs:element>
  183. <xs:element name="EndDateTime" msprop:Generator_ColumnVarNameInTable="columnEndDateTime" msprop:Generator_ColumnPropNameInRow="EndDateTime" msprop:Generator_ColumnPropNameInTable="EndDateTimeColumn" msprop:Generator_UserColumnName="EndDateTime" minOccurs="0">
  184. <xs:simpleType>
  185. <xs:restriction base="xs:string">
  186. <xs:maxLength value="50" />
  187. </xs:restriction>
  188. </xs:simpleType>
  189. </xs:element>
  190. <xs:element name="PaymentAmount" msprop:Generator_ColumnVarNameInTable="columnPaymentAmount" msprop:Generator_ColumnPropNameInRow="PaymentAmount" msprop:Generator_ColumnPropNameInTable="PaymentAmountColumn" msprop:Generator_UserColumnName="PaymentAmount" minOccurs="0">
  191. <xs:simpleType>
  192. <xs:restriction base="xs:string">
  193. <xs:maxLength value="50" />
  194. </xs:restriction>
  195. </xs:simpleType>
  196. </xs:element>
  197. </xs:sequence>
  198. </xs:complexType>
  199. </xs:element>
  200. </xs:choice>
  201. </xs:complexType>
  202. </xs:element>
  203. </xs:schema>