diagram | |||||
type | extension of nsS:AtoSelado | ||||
properties |
|
||||
children | idAto codigoServentia dataAto tipoAto valorEmolumento valorAto tipoCobranca responsavel recibo selo retificador numeroSerieSeloOriginal certidao protesto motivoCancelamento | ||||
annotation |
|
||||
source | <xs:complexType name="CCancelamentoProtesto" mixed="false"> <xs:annotation> <xs:documentation>103 - Certidão de Cancelamento de Protesto</xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="nsS:AtoSelado"> <xs:sequence> <xs:element name="certidao" type="nsS:Certidao"/> <xs:element name="protesto" type="nsS:Protocolo"/> <xs:element name="motivoCancelamento" type="xs:int"> <xs:annotation> <xs:documentation>Código do motivo confomre tabela padronizada 3.13.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||
type | nsS:Certidao | ||||
properties |
|
||||
children | solicitante dataValidade folhasExcedentes copiasXeroxMicrofilme localArquivamento | ||||
source | <xs:element name="certidao" type="nsS:Certidao"/> |
diagram | |||||
type | nsS:Protocolo | ||||
properties |
|
||||
children | codigoLivroProtocolo numeroProtocolo dataProtocolo | ||||
source | <xs:element name="protesto" type="nsS:Protocolo"/> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="motivoCancelamento" type="xs:int"> <xs:annotation> <xs:documentation>Código do motivo confomre tabela padronizada 3.13.</xs:documentation> </xs:annotation> </xs:element> |