songjun
2025-09-15 15e82c0dd4200a332b30e2fcd458ad84e2e3d428
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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSet1" targetNamespace="http://tempuri.org/DataSet1.xsd" xmlns:mstns="http://tempuri.org/DataSet1.xsd" xmlns="http://tempuri.org/DataSet1.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 />
        <Tables />
        <Sources />
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="DataSet1" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="DataSet1" msprop:Generator_UserDSName="DataSet1">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="EmsInfo" msprop:Generator_TableClassName="EmsInfoDataTable" msprop:Generator_TableVarName="tableEmsInfo" msprop:Generator_RowChangedName="EmsInfoRowChanged" msprop:Generator_TablePropName="EmsInfo" msprop:Generator_RowDeletingName="EmsInfoRowDeleting" msprop:Generator_RowChangingName="EmsInfoRowChanging" msprop:Generator_RowEvHandlerName="EmsInfoRowChangeEventHandler" msprop:Generator_RowDeletedName="EmsInfoRowDeleted" msprop:Generator_RowClassName="EmsInfoRow" msprop:Generator_UserTableName="EmsInfo" msprop:Generator_RowEvArgName="EmsInfoRowChangeEvent">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="ManagerName" msprop:Generator_ColumnVarNameInTable="columnManagerName" msprop:Generator_ColumnPropNameInRow="ManagerName" msprop:Generator_ColumnPropNameInTable="ManagerNameColumn" msprop:Generator_UserColumnName="ManagerName" type="xs:string" minOccurs="0" />
              <xs:element name="ManagerTelephone" msprop:Generator_ColumnVarNameInTable="columnManagerTelephone" msprop:Generator_ColumnPropNameInRow="ManagerTelephone" msprop:Generator_ColumnPropNameInTable="ManagerTelephoneColumn" msprop:Generator_UserColumnName="ManagerTelephone" type="xs:string" minOccurs="0" />
              <xs:element name="OperatorName" msprop:Generator_ColumnVarNameInTable="columnOperatorName" msprop:Generator_ColumnPropNameInRow="OperatorName" msprop:Generator_ColumnPropNameInTable="OperatorNameColumn" msprop:Generator_UserColumnName="OperatorName" type="xs:string" minOccurs="0" />
              <xs:element name="OperatorTelephone" msprop:Generator_ColumnVarNameInTable="columnOperatorTelephone" msprop:Generator_ColumnPropNameInRow="OperatorTelephone" msprop:Generator_ColumnPropNameInTable="OperatorTelephoneColumn" msprop:Generator_UserColumnName="OperatorTelephone" type="xs:string" minOccurs="0" />
              <xs:element name="Address" msprop:Generator_ColumnVarNameInTable="columnAddress" msprop:Generator_ColumnPropNameInRow="Address" msprop:Generator_ColumnPropNameInTable="AddressColumn" msprop:Generator_UserColumnName="Address" type="xs:string" minOccurs="0" />
              <xs:element name="PostCode" msprop:Generator_ColumnVarNameInTable="columnPostCode" msprop:Generator_ColumnPropNameInRow="PostCode" msprop:Generator_ColumnPropNameInTable="PostCodeColumn" msprop:Generator_UserColumnName="PostCode" type="xs:string" minOccurs="0" />
              <xs:element name="LabName" msprop:Generator_ColumnVarNameInTable="columnLabName" msprop:Generator_ColumnPropNameInRow="LabName" msprop:Generator_ColumnPropNameInTable="LabNameColumn" msprop:Generator_UserColumnName="LabName" type="xs:string" minOccurs="0" />
              <xs:element name="CompanyName" msprop:Generator_ColumnVarNameInTable="columnCompanyName" msprop:Generator_ColumnPropNameInRow="CompanyName" msprop:Generator_ColumnPropNameInTable="CompanyNameColumn" msprop:Generator_UserColumnName="CompanyName" type="xs:string" minOccurs="0" />
              <xs:element name="ProjectName" msprop:Generator_ColumnVarNameInTable="columnProjectName" msprop:Generator_ColumnPropNameInRow="ProjectName" msprop:Generator_ColumnPropNameInTable="ProjectNameColumn" msprop:Generator_UserColumnName="ProjectName" type="xs:string" minOccurs="0" />
              <xs:element name="LabCode" msprop:Generator_ColumnVarNameInTable="columnLabCode" msprop:Generator_ColumnPropNameInRow="LabCode" msprop:Generator_ColumnPropNameInTable="LabCodeColumn" msprop:Generator_UserColumnName="LabCode" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>