Advertisement
Fhernd

FechaContrato.xsd

Jul 22nd, 2014
1,629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.52 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement