diagram | |||
children | registro numeroAssento matricula | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="RegistroRC"> <xs:annotation> <xs:documentation>Registro especializado para as certidões do Registro Civil.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="registro" type="nsS:Registro"/> <xs:element name="numeroAssento" type="xs:int"/> <xs:element name="matricula" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||
type | nsS:Registro | ||||
properties |
|
||||
children | codigoLivro paginaInicial paginaFinal dataRegistro | ||||
source | <xs:element name="registro" type="nsS:Registro"/> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="numeroAssento" type="xs:int"/> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="matricula" type="xs:string" minOccurs="0"/> |