diagram | |||
children | codigoTitulo tipoTitulo numeroTitulo codigoBanco nossoNumero dataEmissao dataVencimento valorTitulo valorProtestado pracaPagamento tipoEndosso moeda formaPagamento situacaoTitulo tituloAceito protocoloDistribuicao dataDistribuicao credor devedor devedorSolidario avalista | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="TituloCredito"> <xs:annotation> <xs:documentation>TituloCredito define o conjunto de informações que compõem os títulos de crédito.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="codigoTitulo" type="xsd:int"> <xs:annotation> <xs:documentation>Código do título adotado pela serventia.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="tipoTitulo" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="numeroTitulo" type="xsd:int"/> <xs:element name="codigoBanco"> <xs:annotation> <xs:documentation>Código FEBRABAN do banco (3 dígitos).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:string"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="nossoNumero" type="xsd:string"/> <xs:element name="dataEmissao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de emissão do título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataVencimento" type="xsd:date"> <xs:annotation> <xs:documentation>Data de vencimento do título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="valorTitulo"> <xs:annotation> <xs:documentation>Valor total do título.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:decimal"> <xs:totalDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="valorProtestado"> <xs:annotation> <xs:documentation>Valor protestado.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="pracaPagamento" type="xsd:int"> <xs:annotation> <xs:documentation>Código da praça de pagamento do título (município).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="tipoEndosso" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de endosso.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="moeda" type="xsd:int"> <xs:annotation> <xs:documentation>Código da moeda do título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="formaPagamento" type="xsd:int"> <xs:annotation> <xs:documentation>Código da forma de pagamento do título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="situacaoTitulo" type="xsd:int" minOccurs="0"> <xs:annotation> <xs:documentation>Indicador de situação do título - uso do TJSC.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="tituloAceito" type="xsd:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicação de aceitação do título - uso do TJSC.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="protocoloDistribuicao" type="xsd:int"> <xs:annotation> <xs:documentation>Número do protocolo de distribuição.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataDistribuicao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de distribuição do título.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="credor" type="nsS:Pessoa" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos credores do título de crédito.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="devedor" type="nsS:Pessoa"> <xs:annotation> <xs:documentation>Devedor do título de crédito.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="devedorSolidario" type="nsS:Pessoa" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos devedores solidários, se houver.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="avalista" type="nsS:Pessoa" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos avalistas do título de crédito, se houver.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="codigoTitulo" type="xsd:int"> <xs:annotation> <xs:documentation>Código do título adotado pela serventia.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="tipoTitulo" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="numeroTitulo" type="xsd:int"/> |
diagram | |||||
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="codigoBanco"> <xs:annotation> <xs:documentation>Código FEBRABAN do banco (3 dígitos).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:string"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="nossoNumero" type="xsd:string"/> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="dataEmissao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de emissão do título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="dataVencimento" type="xsd:date"> <xs:annotation> <xs:documentation>Data de vencimento do título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="valorTitulo"> <xs:annotation> <xs:documentation>Valor total do título.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:decimal"> <xs:totalDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="valorProtestado"> <xs:annotation> <xs:documentation>Valor protestado.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xsd:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="pracaPagamento" type="xsd:int"> <xs:annotation> <xs:documentation>Código da praça de pagamento do título (município).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="tipoEndosso" type="xsd:int"> <xs:annotation> <xs:documentation>Código do tipo de endosso.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="moeda" type="xsd:int"> <xs:annotation> <xs:documentation>Código da moeda do título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="formaPagamento" type="xsd:int"> <xs:annotation> <xs:documentation>Código da forma de pagamento do título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | xs:int | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="situacaoTitulo" type="xsd:int" minOccurs="0"> <xs:annotation> <xs:documentation>Indicador de situação do título - uso do TJSC.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="tituloAceito" type="xsd:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicação de aceitação do título - uso do TJSC.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="protocoloDistribuicao" type="xsd:int"> <xs:annotation> <xs:documentation>Número do protocolo de distribuição.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="dataDistribuicao" type="xsd:date"> <xs:annotation> <xs:documentation>Data de distribuição do título.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | nsS:Pessoa | ||||||||
properties |
|
||||||||
children | nomePessoa tipoPessoa estadoCivil profissao nacionalidade dataNascimento documento telefone endereco email | ||||||||
annotation |
|
||||||||
source | <xs:element name="credor" type="nsS:Pessoa" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos credores do título de crédito.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | nsS:Pessoa | ||||
properties |
|
||||
children | nomePessoa tipoPessoa estadoCivil profissao nacionalidade dataNascimento documento telefone endereco email | ||||
annotation |
|
||||
source | <xs:element name="devedor" type="nsS:Pessoa"> <xs:annotation> <xs:documentation>Devedor do título de crédito.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | nsS:Pessoa | ||||||||
properties |
|
||||||||
children | nomePessoa tipoPessoa estadoCivil profissao nacionalidade dataNascimento documento telefone endereco email | ||||||||
annotation |
|
||||||||
source | <xs:element name="devedorSolidario" type="nsS:Pessoa" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos devedores solidários, se houver.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||
type | nsS:Pessoa | ||||||||
properties |
|
||||||||
children | nomePessoa tipoPessoa estadoCivil profissao nacionalidade dataNascimento documento telefone endereco email | ||||||||
annotation |
|
||||||||
source | <xs:element name="avalista" type="nsS:Pessoa" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Cada um dos avalistas do título de crédito, se houver.</xs:documentation> </xs:annotation> </xs:element> |