Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:contrato-empleado">
  2.     <xs:element name="empleado">
  3.         <xs:complexType>
  4.             <xs:sequence>
  5.                 <xs:element name="ID" type="xs:unsignedShort" />
  6.                 <xs:element name="fecha-contrato" type="xs:date" />
  7.                 <xs:element name="cargo" type="xs:string" />
  8.             </xs:sequence>
  9.         </xs:complexType>
  10.     </xs:element>
  11. </xs:schema>