-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataSetRegistroProduccion.xsd
More file actions
56 lines (56 loc) · 5.05 KB
/
DataSetRegistroProduccion.xsd
File metadata and controls
56 lines (56 loc) · 5.05 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
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="DataSetRegistroProduccion" targetNamespace="http://tempuri.org/DataSetRegistroProduccion.xsd" xmlns:mstns="http://tempuri.org/DataSetRegistroProduccion.xsd" xmlns="http://tempuri.org/DataSetRegistroProduccion.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="DataSetRegistroProduccion" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Generator_UserDSName="DataSetRegistroProduccion" msprop:Generator_DataSetName="DataSetRegistroProduccion">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Registro_Produccion" msprop:Generator_UserTableName="Registro_Produccion" msprop:Generator_RowDeletedName="Registro_ProduccionRowDeleted" msprop:Generator_TableClassName="Registro_ProduccionDataTable" msprop:Generator_RowChangedName="Registro_ProduccionRowChanged" msprop:Generator_RowClassName="Registro_ProduccionRow" msprop:Generator_RowChangingName="Registro_ProduccionRowChanging" msprop:Generator_RowEvArgName="Registro_ProduccionRowChangeEvent" msprop:Generator_RowEvHandlerName="Registro_ProduccionRowChangeEventHandler" msprop:Generator_TablePropName="Registro_Produccion" msprop:Generator_TableVarName="tableRegistro_Produccion" msprop:Generator_RowDeletingName="Registro_ProduccionRowDeleting">
<xs:complexType>
<xs:sequence>
<xs:element name="Codigo" msdata:ReadOnly="true" 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="Cedula_E" msprop:Generator_UserColumnName="Cedula_E" msprop:Generator_ColumnPropNameInRow="Cedula_E" msprop:Generator_ColumnVarNameInTable="columnCedula_E" msprop:Generator_ColumnPropNameInTable="Cedula_EColumn">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="8" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Fecha" msprop:Generator_UserColumnName="Fecha" msprop:Generator_ColumnPropNameInRow="Fecha" msprop:Generator_ColumnVarNameInTable="columnFecha" msprop:Generator_ColumnPropNameInTable="FechaColumn" type="xs:dateTime" />
<xs:element name="Codigo_S" msprop:Generator_UserColumnName="Codigo_S" msprop:Generator_ColumnPropNameInRow="Codigo_S" msprop:Generator_ColumnVarNameInTable="columnCodigo_S" msprop:Generator_ColumnPropNameInTable="Codigo_SColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="6" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Cantidad" msprop:Generator_UserColumnName="Cantidad" msprop:Generator_ColumnPropNameInRow="Cantidad" msprop:Generator_ColumnVarNameInTable="columnCantidad" msprop:Generator_ColumnPropNameInTable="CantidadColumn" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Total" msprop:Generator_UserColumnName="Total" msprop:Generator_ColumnPropNameInRow="Total" msprop:Generator_ColumnVarNameInTable="columnTotal" msprop:Generator_ColumnPropNameInTable="TotalColumn" type="xs:decimal" minOccurs="0" />
<xs:element name="TGE" msprop:Generator_UserColumnName="TGE" msprop:Generator_ColumnPropNameInRow="TGE" msprop:Generator_ColumnVarNameInTable="columnTGE" msprop:Generator_ColumnPropNameInTable="TGEColumn" type="xs:decimal" minOccurs="0" />
<xs:element name="TGN" msprop:Generator_UserColumnName="TGN" msprop:Generator_ColumnPropNameInRow="TGN" msprop:Generator_ColumnVarNameInTable="columnTGN" msprop:Generator_ColumnPropNameInTable="TGNColumn" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Registro_Produccion" />
<xs:field xpath="mstns:Codigo" />
<xs:field xpath="mstns:Cedula_E" />
<xs:field xpath="mstns:Fecha" />
</xs:unique>
</xs:element>
</xs:schema>