Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:contrato-empleado">
- <xs:element name="empleado">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="ID" type="xs:unsignedShort" />
- <xs:element name="fecha-contrato" type="xs:date" />
- <xs:element name="cargo" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement