-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataSetEmpleado.xsd
72 lines (72 loc) · 5.49 KB
/
DataSetEmpleado.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
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSetEmpleado" targetNamespace="http://tempuri.org/DataSetEmpleado.xsd" xmlns:mstns="http://tempuri.org/DataSetEmpleado.xsd" xmlns="http://tempuri.org/DataSetEmpleado.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="DataSetEmpleado" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DataSetEmpleado" msprop:Generator_DataSetName="DataSetEmpleado">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="dbo_Empleado" msprop:Generator_UserTableName="dbo_Empleado" msprop:Generator_RowDeletedName="dbo_EmpleadoRowDeleted" msprop:Generator_TableClassName="dbo_EmpleadoDataTable" msprop:Generator_RowChangedName="dbo_EmpleadoRowChanged" msprop:Generator_RowClassName="dbo_EmpleadoRow" msprop:Generator_RowChangingName="dbo_EmpleadoRowChanging" msprop:Generator_RowEvArgName="dbo_EmpleadoRowChangeEvent" msprop:Generator_RowEvHandlerName="dbo_EmpleadoRowChangeEventHandler" msprop:Generator_TablePropName="dbo_Empleado" msprop:Generator_TableVarName="tabledbo_Empleado" msprop:Generator_RowDeletingName="dbo_EmpleadoRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="Cedula" msprop:Generator_UserColumnName="Cedula" msprop:Generator_ColumnPropNameInRow="Cedula" msprop:Generator_ColumnVarNameInTable="columnCedula" msprop:Generator_ColumnPropNameInTable="CedulaColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<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="Apellidio" msprop:Generator_UserColumnName="Apellidio" msprop:Generator_ColumnPropNameInRow="Apellidio" msprop:Generator_ColumnVarNameInTable="columnApellidio" msprop:Generator_ColumnPropNameInTable="ApellidioColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Fecha_Nac" msprop:Generator_UserColumnName="Fecha_Nac" msprop:Generator_ColumnPropNameInRow="Fecha_Nac" msprop:Generator_ColumnVarNameInTable="columnFecha_Nac" msprop:Generator_ColumnPropNameInTable="Fecha_NacColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="Fecha_Ing" msprop:Generator_UserColumnName="Fecha_Ing" msprop:Generator_ColumnPropNameInRow="Fecha_Ing" msprop:Generator_ColumnVarNameInTable="columnFecha_Ing" msprop:Generator_ColumnPropNameInTable="Fecha_IngColumn" type="xs:dateTime" minOccurs="0" />
<xs:element name="Telefono" msprop:Generator_UserColumnName="Telefono" msprop:Generator_ColumnPropNameInRow="Telefono" msprop:Generator_ColumnVarNameInTable="columnTelefono" msprop:Generator_ColumnPropNameInTable="TelefonoColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Movil" msprop:Generator_UserColumnName="Movil" msprop:Generator_ColumnPropNameInRow="Movil" msprop:Generator_ColumnVarNameInTable="columnMovil" msprop:Generator_ColumnPropNameInTable="MovilColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="14" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Direccion" msprop:Generator_UserColumnName="Direccion" msprop:Generator_ColumnPropNameInRow="Direccion" msprop:Generator_ColumnVarNameInTable="columnDireccion" msprop:Generator_ColumnPropNameInTable="DireccionColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="250" />
</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_Empleado" />
<xs:field xpath="mstns:Cedula" />
</xs:unique>
</xs:element>
</xs:schema>