-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataSetORA.xsd
More file actions
93 lines (93 loc) · 9.39 KB
/
DataSetORA.xsd
File metadata and controls
93 lines (93 loc) · 9.39 KB
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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSetORA" targetNamespace="http://tempuri.org/DataSetORA.xsd" xmlns:mstns="http://tempuri.org/DataSetORA.xsd" xmlns="http://tempuri.org/DataSetORA.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="ConnectionString" ConnectionStringObject="" IsAppSettingsProperty="true" Modifier="Assembly" Name="ConnectionString (Settings)" PropertyReference="ApplicationSettings.Sistema_de_Nomina.Properties.Settings.GlobalReference.Default.ConnectionString" Provider="System.Data.OracleClient" />
</Connections>
<Tables>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="EMPLEADOSTableAdapter" GeneratorDataComponentClassName="EMPLEADOSTableAdapter" Name="EMPLEADOS" UserDataComponentName="EMPLEADOSTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName="NOMINAUSER.EMPLEADOS" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ID_EMPLEADO, NOMBRE, APELLIDO, DIRECCION, FECHA_CONTRATACION, EMAIL, TELEFONO FROM NOMINAUSER.EMPLEADOS</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings />
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="NOMINATableAdapter" GeneratorDataComponentClassName="NOMINATableAdapter" Name="NOMINA" UserDataComponentName="NOMINATableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName="NOMINAUSER.NOMINA" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ID_NOMINA, ID_EMPLEADO, ID_DEPARTAMENTO, ID_PUESTO, HORAS_TRABAJADAS, TOTAL_PAGAR FROM NOMINAUSER.NOMINA</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings />
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="PUESTOSTableAdapter" GeneratorDataComponentClassName="PUESTOSTableAdapter" Name="PUESTOS" UserDataComponentName="PUESTOSTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName="NOMINAUSER.PUESTOS" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ID_PUESTO, NOMBRE, DESCRIPCION, SALARIO, NIVEL_JERARQUICO FROM NOMINAUSER.PUESTOS</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings />
<Sources />
</TableAdapter>
<TableAdapter BaseClass="System.ComponentModel.Component" DataAccessorModifier="AutoLayout, AnsiClass, Class, Public" DataAccessorName="USUARIOSTableAdapter" GeneratorDataComponentClassName="USUARIOSTableAdapter" Name="USUARIOS" UserDataComponentName="USUARIOSTableAdapter">
<MainSource>
<DbSource ConnectionRef="ConnectionString (Settings)" DbObjectName="NOMINAUSER.USUARIOS" 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">
<SelectCommand>
<DbCommand CommandType="Text" ModifiedByUser="false">
<CommandText>SELECT ID_USUARIO, USUARIO, CONTRASENA, CARGO FROM NOMINAUSER.USUARIOS</CommandText>
<Parameters />
</DbCommand>
</SelectCommand>
</DbSource>
</MainSource>
<Mappings />
<Sources />
</TableAdapter>
</Tables>
<Sources />
</DataSource>
</xs:appinfo>
</xs:annotation>
<xs:element name="DataSetORA" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="True" msprop:Generator_UserDSName="DataSetORA" msprop:Generator_DataSetName="DataSetORA">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="EMPLEADOS" msprop:Generator_RowEvHandlerName="EMPLEADOSRowChangeEventHandler" msprop:Generator_RowDeletedName="EMPLEADOSRowDeleted" msprop:Generator_RowDeletingName="EMPLEADOSRowDeleting" msprop:Generator_RowEvArgName="EMPLEADOSRowChangeEvent" msprop:Generator_TablePropName="EMPLEADOS" msprop:Generator_RowChangedName="EMPLEADOSRowChanged" msprop:Generator_RowChangingName="EMPLEADOSRowChanging" msprop:Generator_TableClassName="EMPLEADOSDataTable" msprop:Generator_RowClassName="EMPLEADOSRow" msprop:Generator_TableVarName="tableEMPLEADOS" msprop:Generator_UserTableName="EMPLEADOS">
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element name="NOMINA" msprop:Generator_RowEvHandlerName="NOMINARowChangeEventHandler" msprop:Generator_RowDeletedName="NOMINARowDeleted" msprop:Generator_RowDeletingName="NOMINARowDeleting" msprop:Generator_RowEvArgName="NOMINARowChangeEvent" msprop:Generator_TablePropName="NOMINA" msprop:Generator_RowChangedName="NOMINARowChanged" msprop:Generator_RowChangingName="NOMINARowChanging" msprop:Generator_TableClassName="NOMINADataTable" msprop:Generator_RowClassName="NOMINARow" msprop:Generator_TableVarName="tableNOMINA" msprop:Generator_UserTableName="NOMINA">
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element name="PUESTOS" msprop:Generator_RowEvHandlerName="PUESTOSRowChangeEventHandler" msprop:Generator_RowDeletedName="PUESTOSRowDeleted" msprop:Generator_RowDeletingName="PUESTOSRowDeleting" msprop:Generator_RowEvArgName="PUESTOSRowChangeEvent" msprop:Generator_TablePropName="PUESTOS" msprop:Generator_RowChangedName="PUESTOSRowChanged" msprop:Generator_RowChangingName="PUESTOSRowChanging" msprop:Generator_TableClassName="PUESTOSDataTable" msprop:Generator_RowClassName="PUESTOSRow" msprop:Generator_TableVarName="tablePUESTOS" msprop:Generator_UserTableName="PUESTOS">
<xs:complexType>
</xs:complexType>
</xs:element>
<xs:element name="USUARIOS" msprop:Generator_RowEvHandlerName="USUARIOSRowChangeEventHandler" msprop:Generator_RowDeletedName="USUARIOSRowDeleted" msprop:Generator_RowDeletingName="USUARIOSRowDeleting" msprop:Generator_RowEvArgName="USUARIOSRowChangeEvent" msprop:Generator_TablePropName="USUARIOS" msprop:Generator_RowChangedName="USUARIOSRowChanged" msprop:Generator_RowChangingName="USUARIOSRowChanging" msprop:Generator_TableClassName="USUARIOSDataTable" msprop:Generator_RowClassName="USUARIOSRow" msprop:Generator_TableVarName="tableUSUARIOS" msprop:Generator_UserTableName="USUARIOS">
<xs:complexType>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>