| diagram | ![]() |
||||
| properties |
|
||||
| children | idAto codigoServentia dataAto tipoAto valorEmolumento valorAto tipoCobranca responsavel recibo | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="Ato" abstract="true"> <xs:annotation> <xs:documentation>Ato define o conjunto padrão de elementos para todos os atos.</xs:documentation> <xs:appinfo> <hj:entity xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations"> <orm:sequence-generator name="Generator_ATO" sequence-name="SEQ_ATO" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm"/> </hj:entity> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="idAto" type="xs:int"> <xs:annotation> <xs:documentation>Código identificador do ato adotado internamente pelo sistema da serventia.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="codigoServentia" type="xs:int"> <xs:annotation> <xs:documentation>Código da serventia, conforme tabela padronizada 3.2.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dataAto" type="xs:date"> <xs:annotation> <xs:documentation>Data da em que o ato foi registrado e selado.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="tipoAto" type="xs:int"> <xs:annotation> <xs:documentation>Código do tipo do Ato, conforme tabela padronizada 3.19.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="valorEmolumento"> <xs:annotation> <xs:documentation>Valor dos emolumentos cobrados por este ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="valorAto"> <xs:annotation> <xs:documentation>Valor total do ato, somando-se emolumentos, selo e intimações.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="tipoCobranca" type="xs:int"> <xs:annotation> <xs:documentation>Tipo de cobrança, conforme tabela padronizada 3.20.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="responsavel" type="xs:int"> <xs:annotation> <xs:documentation>Código do colaborador responsável pelo registro do ato.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="recibo" type="nsS:Recibo" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Recibos associados ao ato. Pode não haver, haver um ou mais de um. Mais detalhes em Comum.xsd.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="idAto" type="xs:int"> <xs:annotation> <xs:documentation>Código identificador do ato adotado internamente pelo sistema da serventia.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="codigoServentia" type="xs:int"> <xs:annotation> <xs:documentation>Código da serventia, conforme tabela padronizada 3.2.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:date | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="dataAto" type="xs:date"> <xs:annotation> <xs:documentation>Data da em que o ato foi registrado e selado.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="tipoAto" type="xs:int"> <xs:annotation> <xs:documentation>Código do tipo do Ato, conforme tabela padronizada 3.19.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | restriction of xs:decimal | ||||
| properties |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="valorEmolumento"> <xs:annotation> <xs:documentation>Valor dos emolumentos cobrados por este ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| type | restriction of xs:decimal | ||||
| properties |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="valorAto"> <xs:annotation> <xs:documentation>Valor total do ato, somando-se emolumentos, selo e intimações.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="tipoCobranca" type="xs:int"> <xs:annotation> <xs:documentation>Tipo de cobrança, conforme tabela padronizada 3.20.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:int | ||||
| properties |
|
||||
| annotation |
|
||||
| source | <xs:element name="responsavel" type="xs:int"> <xs:annotation> <xs:documentation>Código do colaborador responsável pelo registro do ato.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||
| type | nsS:Recibo | ||||||||
| properties |
|
||||||||
| children | numeroRecibo dataRecibo valorRecibo | ||||||||
| annotation |
|
||||||||
| source | <xs:element name="recibo" type="nsS:Recibo" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Recibos associados ao ato. Pode não haver, haver um ou mais de um. Mais detalhes em Comum.xsd.</xs:documentation> </xs:annotation> </xs:element> |