diagram | |||
children | codigoLivro paginaInicial paginaFinal dataRegistro | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Registro"> <xs:annotation> <xs:documentation>Registro define o conjunto de elementos para identificar o registro de um ato nos livros da serventia.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="codigoLivro" type="xs:int"> <xs:annotation> <xs:documentation>Código identificador do livro onde está registrado o ato.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="paginaInicial"> <xs:annotation> <xs:documentation>Página do livro onde se inicia o registro do ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="paginaFinal"> <xs:annotation> <xs:documentation>Página do livro onde termina o registro do Ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="dataRegistro" type="xs:date"> <xs:annotation> <xs:documentation>Data em que foi feito o registro do ato no livro.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="codigoLivro" type="xs:int"> <xs:annotation> <xs:documentation>Código identificador do livro onde está registrado o ato.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="paginaInicial"> <xs:annotation> <xs:documentation>Página do livro onde se inicia o registro do ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="paginaFinal"> <xs:annotation> <xs:documentation>Página do livro onde termina o registro do Ato.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="dataRegistro" type="xs:date"> <xs:annotation> <xs:documentation>Data em que foi feito o registro do ato no livro.</xs:documentation> </xs:annotation> </xs:element> |