diagram | |||||
type | extension of nsS:AtoSelado | ||||
properties |
|
||||
children | idAto codigoServentia dataAto tipoAto valorEmolumento valorAto tipoCobranca responsavel recibo selo escritura testador testamenteiro tipoTestamento | ||||
annotation |
|
||||
source | <xs:complexType name="ETestamento" mixed="false"> <xs:annotation> <xs:documentation>212 - Escritura de Testamento</xs:documentation> <xs:appinfo> <hj:entity> <orm:sequence-generator name="Generator_ETESTAMENTO" sequence-name="SEQ_ETESTAMENTO"/> </hj:entity> </xs:appinfo> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="nsS:AtoSelado"> <xs:sequence> <xs:element name="escritura" type="nsS:Escritura"/> <xs:element name="testador" type="nsS:ParteEscritura" maxOccurs="unbounded"/> <xs:element name="testamenteiro" type="nsS:ParteEscritura" maxOccurs="unbounded"/> <xs:element name="tipoTestamento"> <xs:simpleType> <xs:restriction base="xs:int"/> </xs:simpleType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||
type | nsS:Escritura | ||||
properties |
|
||||
children | protocolo assinadaSeventia enderecoAssinatura intervenientes dispensaTestemunha testemunha objetoNegocio valorNegocio clausulaGeral retificadora numeroSerieSeloEscrituraOriginal | ||||
source | <xs:element name="escritura" type="nsS:Escritura"/> |
diagram | |||||||||
type | nsS:ParteEscritura | ||||||||
properties |
|
||||||||
children | parte representantePJ procurador incapacidade assinanteARogo conjuge procuradorConjuge incapacidadeConjuge assinanteARogoConjuge motivoAusenciaConjuge regimeBensCasamento | ||||||||
source | <xs:element name="testador" type="nsS:ParteEscritura" maxOccurs="unbounded"/> |
diagram | |||||||||
type | nsS:ParteEscritura | ||||||||
properties |
|
||||||||
children | parte representantePJ procurador incapacidade assinanteARogo conjuge procuradorConjuge incapacidadeConjuge assinanteARogoConjuge motivoAusenciaConjuge regimeBensCasamento | ||||||||
source | <xs:element name="testamenteiro" type="nsS:ParteEscritura" maxOccurs="unbounded"/> |
diagram | |||||
type | restriction of xs:int | ||||
properties |
|
||||
source | <xs:element name="tipoTestamento"> <xs:simpleType> <xs:restriction base="xs:int"/> </xs:simpleType> </xs:element> |