Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <xsd:schema xmlns:xsd="http:///www.w3.org/2001/XMLSchema">
- <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <xsd:element name="Empleado">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="Emp_ID" type="xsd:string/>
- <xsd:element name="Emp_Nombre" type="xsd:string/>
- <xsd:element name="Emp_Email" type="xsd:string/>
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement