Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="Catalogo">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Nombre" type="xs:string" minOccurs="0" />
- <xs:element name="FechaExpiracion" type="xs:string" minOccurs="0" />
- <xs:element name="Productos" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Producto" minOccurs="0" maxOccurs="unbounded">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="NombreProducto" type="xs:string" minOccurs="0" msdata:Ordinal="0" />
- <xs:element name="Descripcion" type="xs:string" minOccurs="0" msdata:Ordinal="1" />
- <xs:element name="Precio" type="xs:string" minOccurs="0" msdata:Ordinal="2" />
- <xs:element name="Disponible" type="xs:string" minOccurs="0" msdata:Ordinal="3" />
- </xs:sequence>
- <xs:attribute name="ID" type="xs:string" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
- <xs:complexType>
- <xs:choice minOccurs="0" maxOccurs="unbounded">
- <xs:element ref="Catalogo" />
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement