Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0"?>
  2. <xsd:schema xmlns:xsd="http:///www.w3.org/2001/XMLSchema">
  3.  
  4. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  5.     <xsd:element name="Empleado">
  6.         <xsd:complexType>
  7.             <xsd:sequence>
  8.                 <xsd:element name="Emp_ID" type="xsd:string/>
  9.                 <xsd:element name="Emp_Nombre" type="xsd:string/>
  10.                 <xsd:element name="Emp_Email" type="xsd:string/>
  11.             </xsd:sequence>
  12.         </xsd:complexType>
  13.     </xsd:element>
  14. </xsd:schema>