Advertisement
Fhernd

CatalogoProductos2017.xsd

Jun 10th, 2016
2,364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  3.   <xs:element name="Catalogo">
  4.     <xs:complexType>
  5.       <xs:sequence>
  6.         <xs:element name="Nombre" type="xs:string" minOccurs="0" />
  7.         <xs:element name="FechaExpiracion" type="xs:string" minOccurs="0" />
  8.         <xs:element name="Productos" minOccurs="0" maxOccurs="unbounded">
  9.           <xs:complexType>
  10.             <xs:sequence>
  11.               <xs:element name="Producto" minOccurs="0" maxOccurs="unbounded">
  12.                 <xs:complexType>
  13.                   <xs:sequence>
  14.                     <xs:element name="NombreProducto" type="xs:string" minOccurs="0" msdata:Ordinal="0" />
  15.                     <xs:element name="Descripcion" type="xs:string" minOccurs="0" msdata:Ordinal="1" />
  16.                     <xs:element name="Precio" type="xs:string" minOccurs="0" msdata:Ordinal="2" />
  17.                     <xs:element name="Disponible" type="xs:string" minOccurs="0" msdata:Ordinal="3" />
  18.                   </xs:sequence>
  19.                   <xs:attribute name="ID" type="xs:string" />
  20.                 </xs:complexType>
  21.               </xs:element>
  22.             </xs:sequence>
  23.           </xs:complexType>
  24.         </xs:element>
  25.       </xs:sequence>
  26.     </xs:complexType>
  27.   </xs:element>
  28.   <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
  29.     <xs:complexType>
  30.       <xs:choice minOccurs="0" maxOccurs="unbounded">
  31.         <xs:element ref="Catalogo" />
  32.       </xs:choice>
  33.     </xs:complexType>
  34.   </xs:element>
  35. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement