-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataSetRecuperarP.xsd
64 lines (64 loc) · 4.75 KB
/
DataSetRecuperarP.xsd
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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSetRecuperarP" targetNamespace="http://tempuri.org/DataSetRecuperarP.xsd" xmlns:mstns="http://tempuri.org/DataSetRecuperarP.xsd" xmlns="http://tempuri.org/DataSetRecuperarP.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="DataSetRecuperarP" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DataSetRecuperarP" msprop:Generator_DataSetName="DataSetRecuperarP">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="dbo_Usuario" msprop:Generator_UserTableName="dbo_Usuario" msprop:Generator_RowDeletedName="dbo_UsuarioRowDeleted" msprop:Generator_TableClassName="dbo_UsuarioDataTable" msprop:Generator_RowChangedName="dbo_UsuarioRowChanged" msprop:Generator_RowClassName="dbo_UsuarioRow" msprop:Generator_RowChangingName="dbo_UsuarioRowChanging" msprop:Generator_RowEvArgName="dbo_UsuarioRowChangeEvent" msprop:Generator_RowEvHandlerName="dbo_UsuarioRowChangeEventHandler" msprop:Generator_TablePropName="dbo_Usuario" msprop:Generator_TableVarName="tabledbo_Usuario" msprop:Generator_RowDeletingName="dbo_UsuarioRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="Codigo" msdata:AutoIncrement="true" msprop:Generator_UserColumnName="Codigo" msprop:Generator_ColumnPropNameInRow="Codigo" msprop:Generator_ColumnVarNameInTable="columnCodigo" msprop:Generator_ColumnPropNameInTable="CodigoColumn" type="xs:int" />
<xs:element name="Nombre" msprop:Generator_UserColumnName="Nombre" msprop:Generator_ColumnPropNameInRow="Nombre" msprop:Generator_ColumnVarNameInTable="columnNombre" msprop:Generator_ColumnPropNameInTable="NombreColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Login" msprop:Generator_UserColumnName="Login" msprop:Generator_ColumnPropNameInRow="Login" msprop:Generator_ColumnVarNameInTable="columnLogin" msprop:Generator_ColumnPropNameInTable="LoginColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Password" msprop:Generator_UserColumnName="Password" msprop:Generator_ColumnPropNameInRow="Password" msprop:Generator_ColumnVarNameInTable="columnPassword" msprop:Generator_ColumnPropNameInTable="PasswordColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Pregunta" msprop:Generator_UserColumnName="Pregunta" msprop:Generator_ColumnPropNameInRow="Pregunta" msprop:Generator_ColumnVarNameInTable="columnPregunta" msprop:Generator_ColumnPropNameInTable="PreguntaColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Respuesta" msprop:Generator_UserColumnName="Respuesta" msprop:Generator_ColumnPropNameInRow="Respuesta" msprop:Generator_ColumnVarNameInTable="columnRespuesta" msprop:Generator_ColumnPropNameInTable="RespuestaColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="200" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:dbo_Usuario" />
<xs:field xpath="mstns:Codigo" />
</xs:unique>
</xs:element>
</xs:schema>