RozenbergBrDataSet1.xsd 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="RozenbergBrDataSet1" targetNamespace="http://tempuri.org/RozenbergBrDataSet1.xsd" xmlns:mstns="http://tempuri.org/RozenbergBrDataSet1.xsd" xmlns="http://tempuri.org/RozenbergBrDataSet1.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="RozenbergBrConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="RozenbergBrConnectionString (Settings)" ParameterPrefix="@" PropertyReference="ApplicationSettings.RozenbergBrovki.Properties.Settings.GlobalReference.Default.RozenbergBrConnectionString" Provider="System.Data.SqlClient" />
  8. </Connections>
  9. <Tables>
  10. <TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PrTableAdapter" GeneratorDataComponentClassName="PrTableAdapter" Name="Pr" UserDataComponentName="PrTableAdapter">
  11. <MainSource>
  12. <DbSource ConnectionRef="RozenbergBrConnectionString (Settings)" DbObjectName="RozenbergBr.dbo.Pr" DbObjectType="View" 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="true" UserGetMethodName="GetData" UserSourceName="Fill">
  13. <SelectCommand>
  14. <DbCommand CommandType="Text" ModifiedByUser="false">
  15. <CommandText>SELECT Фамилия, Имя, Отчество, Пол, Телефон, Email, Наименование_услуги, Дата_регистрации, Дата_рождения FROM dbo.Pr</CommandText>
  16. <Parameters />
  17. </DbCommand>
  18. </SelectCommand>
  19. </DbSource>
  20. </MainSource>
  21. <Mappings>
  22. <Mapping SourceColumn="Фамилия" DataSetColumn="Фамилия" />
  23. <Mapping SourceColumn="Имя" DataSetColumn="Имя" />
  24. <Mapping SourceColumn="Отчество" DataSetColumn="Отчество" />
  25. <Mapping SourceColumn="Пол" DataSetColumn="Пол" />
  26. <Mapping SourceColumn="Телефон" DataSetColumn="Телефон" />
  27. <Mapping SourceColumn="Email" DataSetColumn="Email" />
  28. <Mapping SourceColumn="Наименование_услуги" DataSetColumn="Наименование_услуги" />
  29. <Mapping SourceColumn="Дата_регистрации" DataSetColumn="Дата_регистрации" />
  30. <Mapping SourceColumn="Дата_рождения" DataSetColumn="Дата_рождения" />
  31. </Mappings>
  32. <Sources />
  33. </TableAdapter>
  34. </Tables>
  35. <Sources />
  36. </DataSource>
  37. </xs:appinfo>
  38. </xs:annotation>
  39. <xs:element name="RozenbergBrDataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_DataSetName="RozenbergBrDataSet1" msprop:Generator_UserDSName="RozenbergBrDataSet1">
  40. <xs:complexType>
  41. <xs:choice minOccurs="0" maxOccurs="unbounded">
  42. <xs:element name="Pr" msprop:Generator_TableClassName="PrDataTable" msprop:Generator_TableVarName="tablePr" msprop:Generator_TablePropName="Pr" msprop:Generator_RowDeletingName="PrRowDeleting" msprop:Generator_RowChangingName="PrRowChanging" msprop:Generator_RowEvHandlerName="PrRowChangeEventHandler" msprop:Generator_RowDeletedName="PrRowDeleted" msprop:Generator_UserTableName="Pr" msprop:Generator_RowChangedName="PrRowChanged" msprop:Generator_RowEvArgName="PrRowChangeEvent" msprop:Generator_RowClassName="PrRow">
  43. <xs:complexType>
  44. <xs:sequence>
  45. <xs:element name="Фамилия" msprop:Generator_ColumnVarNameInTable="columnФамилия" msprop:Generator_ColumnPropNameInRow="Фамилия" msprop:Generator_ColumnPropNameInTable="ФамилияColumn" msprop:Generator_UserColumnName="Фамилия">
  46. <xs:simpleType>
  47. <xs:restriction base="xs:string">
  48. <xs:maxLength value="50" />
  49. </xs:restriction>
  50. </xs:simpleType>
  51. </xs:element>
  52. <xs:element name="Имя" msprop:Generator_ColumnVarNameInTable="columnИмя" msprop:Generator_ColumnPropNameInRow="Имя" msprop:Generator_ColumnPropNameInTable="ИмяColumn" msprop:Generator_UserColumnName="Имя">
  53. <xs:simpleType>
  54. <xs:restriction base="xs:string">
  55. <xs:maxLength value="50" />
  56. </xs:restriction>
  57. </xs:simpleType>
  58. </xs:element>
  59. <xs:element name="Отчество" msprop:Generator_ColumnVarNameInTable="columnОтчество" msprop:Generator_ColumnPropNameInRow="Отчество" msprop:Generator_ColumnPropNameInTable="ОтчествоColumn" msprop:Generator_UserColumnName="Отчество">
  60. <xs:simpleType>
  61. <xs:restriction base="xs:string">
  62. <xs:maxLength value="50" />
  63. </xs:restriction>
  64. </xs:simpleType>
  65. </xs:element>
  66. <xs:element name="Пол" msprop:Generator_ColumnVarNameInTable="columnПол" msprop:Generator_ColumnPropNameInRow="Пол" msprop:Generator_ColumnPropNameInTable="ПолColumn" msprop:Generator_UserColumnName="Пол" type="xs:int" />
  67. <xs:element name="Телефон" msprop:Generator_ColumnVarNameInTable="columnТелефон" msprop:Generator_ColumnPropNameInRow="Телефон" msprop:Generator_ColumnPropNameInTable="ТелефонColumn" msprop:Generator_UserColumnName="Телефон">
  68. <xs:simpleType>
  69. <xs:restriction base="xs:string">
  70. <xs:maxLength value="50" />
  71. </xs:restriction>
  72. </xs:simpleType>
  73. </xs:element>
  74. <xs:element name="Email" msprop:Generator_ColumnVarNameInTable="columnEmail" msprop:Generator_ColumnPropNameInRow="Email" msprop:Generator_ColumnPropNameInTable="EmailColumn" msprop:Generator_UserColumnName="Email">
  75. <xs:simpleType>
  76. <xs:restriction base="xs:string">
  77. <xs:maxLength value="50" />
  78. </xs:restriction>
  79. </xs:simpleType>
  80. </xs:element>
  81. <xs:element name="Наименование_услуги" msprop:Generator_ColumnVarNameInTable="columnНаименование_услуги" msprop:Generator_ColumnPropNameInRow="Наименование_услуги" msprop:Generator_ColumnPropNameInTable="Наименование_услугиColumn" msprop:Generator_UserColumnName="Наименование_услуги">
  82. <xs:simpleType>
  83. <xs:restriction base="xs:string">
  84. <xs:maxLength value="50" />
  85. </xs:restriction>
  86. </xs:simpleType>
  87. </xs:element>
  88. <xs:element name="Дата_регистрации" msprop:Generator_ColumnVarNameInTable="columnДата_регистрации" msprop:Generator_ColumnPropNameInRow="Дата_регистрации" msprop:Generator_ColumnPropNameInTable="Дата_регистрацииColumn" msprop:Generator_UserColumnName="Дата_регистрации" type="xs:dateTime" />
  89. <xs:element name="Дата_рождения" msprop:Generator_ColumnVarNameInTable="columnДата_рождения" msprop:Generator_ColumnPropNameInRow="Дата_рождения" msprop:Generator_ColumnPropNameInTable="Дата_рожденияColumn" msprop:Generator_UserColumnName="Дата_рождения" type="xs:dateTime" />
  90. </xs:sequence>
  91. </xs:complexType>
  92. </xs:element>
  93. </xs:choice>
  94. </xs:complexType>
  95. </xs:element>
  96. </xs:schema>