Advertisement
Fhernd

EmpleadoSchema.xsd

Aug 23rd, 2014
4,961
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement