-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
73 changes: 73 additions & 0 deletions
73
src/esocial-esquemas/src/main/resources/xsd/evtConsolidContProc.xsd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xs:schema xmlns="http://www.esocial.gov.br/schema/evt/evtConsolidContProc/v_S_01_03_00" targetNamespace="http://www.esocial.gov.br/schema/evt/evtConsolidContProc/v_S_01_03_00" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||
<xs:include schemaLocation="tipos.xsd" /> | ||
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd" /> | ||
<xs:element name="eSocial"> | ||
<xs:annotation> | ||
<xs:documentation>S-2555 - Solicitação de Consolidação das Informações de Tributos Decorrentes de Processo Trabalhista</xs:documentation> | ||
</xs:annotation> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="evtConsolidContProc"> | ||
<xs:annotation> | ||
<xs:documentation>Evento Solicitação de Consolidação das Informações de Tributos Decorrentes de Processo Trabalhista.</xs:documentation> | ||
<xs:documentation>CHAVE_GRUPO: {Id}</xs:documentation> | ||
<xs:documentation>REGRA:REGRA_ENVIO_PROC_FECHAMENTO</xs:documentation> | ||
<xs:documentation>REGRA:REGRA_EXISTE_INFO_EMPREGADOR</xs:documentation> | ||
<xs:documentation>REGRA:REGRA_EXISTE_2501</xs:documentation> | ||
<xs:documentation>REGRA:REGRA_VALIDA_EMPREGADOR</xs:documentation> | ||
</xs:annotation> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="ideEvento" type="T_ideEvento_exclusao" /> | ||
<xs:element name="ideEmpregador"> | ||
<xs:annotation> | ||
<xs:documentation>Informações de identificação do empregador ou do contribuinte que está prestando a informação.</xs:documentation> | ||
<xs:documentation>CHAVE_GRUPO: {tpInsc*}, {nrInsc*}</xs:documentation> | ||
</xs:annotation> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="tpInsc" type="TS_tpInsc_1_2"> | ||
<xs:annotation> | ||
<xs:documentation>Preencher com o código correspondente ao tipo de inscrição do empregador ou contribuinte que está prestando a informação, conforme Tabela 05.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="nrInsc" type="TS_nrInsc_8_11_14"> | ||
<xs:annotation> | ||
<xs:documentation>Informar o número de inscrição do empregador ou contribuinte que está prestando a informação, de acordo com o tipo de inscrição indicado no campo {ideEmpregador/tpInsc}(./tpInsc) e conforme informado em S-1000.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:element> | ||
<xs:element name="ideProc"> | ||
<xs:annotation> | ||
<xs:documentation>Identificação do processo.</xs:documentation> | ||
<xs:documentation>CHAVE_GRUPO: {nrProcTrab*}, {perApurPgto*}</xs:documentation> | ||
</xs:annotation> | ||
<xs:complexType> | ||
<xs:sequence> | ||
<xs:element name="nrProcTrab" type="TS_nrProcTrab"> | ||
<xs:annotation> | ||
<xs:documentation>Número do processo trabalhista, da ata ou número de identificação da conciliação.</xs:documentation> | ||
<xs:documentation>Validação: Deve ser um número de processo válido.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
<xs:element name="perApurPgto" type="TS_periodo_mensal"> | ||
<xs:annotation> | ||
<xs:documentation>Mês/ano em que é devida a obrigação de pagar a parcela prevista no acordo/sentença.</xs:documentation> | ||
<xs:documentation>Validação: Deve ser informado no formato AAAA-MM.</xs:documentation> | ||
</xs:annotation> | ||
</xs:element> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:element> | ||
</xs:sequence> | ||
<xs:attribute name="Id" use="required" type="TS_Id" /> | ||
</xs:complexType> | ||
</xs:element> | ||
<xs:element ref="ds:Signature" /> | ||
</xs:sequence> | ||
</xs:complexType> | ||
</xs:element> | ||
</xs:schema> |