PersonalService.xsd_1.xsd 2.41 KB
Newer Older
Felipe Escala Torres committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
<?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI (http://jax-ws.java.net). RI's version is Metro/2.3.2-b608 (trunk-7979; 2015-01-21T12:50:19+0000) JAXWS-RI/2.2.11-b150120.1832 JAXWS-API/2.2.12 JAXB-RI/2.2.12-b141219.1637 JAXB-API/2.2.13-b141020.1521 svn-revision#unknown. --><xs:schema xmlns:tns="http://service.planillaws.siso.pe/" xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.0" targetNamespace="http://service.planillaws.siso.pe/">

<xs:element name="listarPersonalPorCodigo" type="tns:listarPersonalPorCodigo"/>

<xs:element name="listarPersonalPorCodigoResponse" type="tns:listarPersonalPorCodigoResponse"/>

<xs:element name="listarPersonalPorTipoDocNumDoc" type="tns:listarPersonalPorTipoDocNumDoc"/>

<xs:element name="listarPersonalPorTipoDocNumDocResponse" type="tns:listarPersonalPorTipoDocNumDocResponse"/>

<xs:complexType name="listarPersonalPorCodigo">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

<xs:complexType name="listarPersonalPorCodigoResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

<xs:complexType name="personal">
<xs:sequence>
<xs:element name="ape_mat_per" type="xs:string" minOccurs="0"/>
<xs:element name="ape_pat_per" type="xs:string" minOccurs="0"/>
<xs:element name="cod_area" type="xs:string" minOccurs="0"/>
<xs:element name="cod_cargo" type="xs:string" minOccurs="0"/>
<xs:element name="cod_sede" type="xs:string" minOccurs="0"/>
<xs:element name="cod_trabajador" type="xs:string" minOccurs="0"/>
<xs:element name="dni" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
<xs:element name="nom_are" type="xs:string" minOccurs="0"/>
<xs:element name="nom_car" type="xs:string" minOccurs="0"/>
<xs:element name="nom_per" type="xs:string" minOccurs="0"/>
<xs:element name="nom_sed" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

<xs:complexType name="listarPersonalPorTipoDocNumDoc">
<xs:sequence>
<xs:element name="tipoDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="numeroDocumento" type="xs:string" minOccurs="0"/>
<xs:element name="estado" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>

<xs:complexType name="listarPersonalPorTipoDocNumDocResponse">
<xs:sequence>
<xs:element name="return" type="tns:personal" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>