78 lines
6.0 KiB
XML
78 lines
6.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema id="ROImportDataSet" targetNamespace="http://tempuri.org/ROImportDataSet.xsd" xmlns:mstns="http://tempuri.org/ROImportDataSet.xsd" xmlns="http://tempuri.org/ROImportDataSet.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="ROImportConnectionString" ConnectionStringObject="" IsAppSettingsProperty="True" Modifier="Assembly" Name="ROImportConnectionString (Settings)" PropertyReference="ApplicationSettings.WestinghouseROLoad.Properties.Settings.GlobalReference.Default.ROImportConnectionString" Provider="System.Data.OleDb">
|
|
</Connection>
|
|
</Connections>
|
|
<Tables>
|
|
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="ImportSTP_qryTableAdapter" GeneratorDataComponentClassName="ImportSTP_qryTableAdapter" Name="ImportSTP_qry" UserDataComponentName="ImportSTP_qryTableAdapter">
|
|
<MainSource>
|
|
<DbSource ConnectionRef="ROImportConnectionString (Settings)" DbObjectName="ImportSTP_qry" 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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="True" UserGetMethodName="GetData" UserSourceName="Fill">
|
|
<SelectCommand>
|
|
<DbCommand CommandType="Text" ModifiedByUser="False">
|
|
<CommandText>SELECT Parameter, Name, [Value], Description FROM ImportSTP_qry</CommandText>
|
|
<Parameters>
|
|
</Parameters>
|
|
</DbCommand>
|
|
</SelectCommand>
|
|
</DbSource>
|
|
</MainSource>
|
|
<Mappings>
|
|
<Mapping SourceColumn="Parameter" DataSetColumn="Parameter" />
|
|
<Mapping SourceColumn="Name" DataSetColumn="Name" />
|
|
<Mapping SourceColumn="Value" DataSetColumn="Value" />
|
|
<Mapping SourceColumn="Description" DataSetColumn="Description" />
|
|
</Mappings>
|
|
<Sources>
|
|
</Sources>
|
|
</TableAdapter>
|
|
</Tables>
|
|
<Sources>
|
|
</Sources>
|
|
</DataSource>
|
|
</xs:appinfo>
|
|
</xs:annotation>
|
|
<xs:element name="ROImportDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="ROImportDataSet" msprop:Generator_DataSetName="ROImportDataSet">
|
|
<xs:complexType>
|
|
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
|
<xs:element name="ImportSTP_qry" msprop:Generator_UserTableName="ImportSTP_qry" msprop:Generator_RowDeletedName="ImportSTP_qryRowDeleted" msprop:Generator_TableClassName="ImportSTP_qryDataTable" msprop:Generator_RowChangedName="ImportSTP_qryRowChanged" msprop:Generator_RowClassName="ImportSTP_qryRow" msprop:Generator_RowChangingName="ImportSTP_qryRowChanging" msprop:Generator_RowEvArgName="ImportSTP_qryRowChangeEvent" msprop:Generator_RowEvHandlerName="ImportSTP_qryRowChangeEventHandler" msprop:Generator_TablePropName="ImportSTP_qry" msprop:Generator_TableVarName="tableImportSTP_qry" msprop:Generator_RowDeletingName="ImportSTP_qryRowDeleting">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Parameter" msprop:Generator_UserColumnName="Parameter" msprop:Generator_ColumnPropNameInRow="Parameter" msprop:Generator_ColumnVarNameInTable="columnParameter" msprop:Generator_ColumnPropNameInTable="ParameterColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Name" msprop:Generator_UserColumnName="Name" msprop:Generator_ColumnPropNameInRow="Name" msprop:Generator_ColumnVarNameInTable="columnName" msprop:Generator_ColumnPropNameInTable="NameColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Value" msprop:Generator_UserColumnName="Value" msprop:Generator_ColumnPropNameInRow="Value" msprop:Generator_ColumnVarNameInTable="columnValue" msprop:Generator_ColumnPropNameInTable="ValueColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
<xs:element name="Description" msprop:Generator_UserColumnName="Description" msprop:Generator_ColumnPropNameInRow="Description" msprop:Generator_ColumnVarNameInTable="columnDescription" msprop:Generator_ColumnPropNameInTable="DescriptionColumn" minOccurs="0">
|
|
<xs:simpleType>
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:choice>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |