diagram | |||||
children | numeroCRECI nomeCorretor | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="Corretor"> <xs:annotation> <xs:appinfo> <hj:entity> <orm:sequence-generator name="Generator_CORRETOR" sequence-name="SEQ_CORRETOR"/> </hj:entity> </xs:appinfo> <xs:documentation>Define o papel de corretor de imóveis.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="numeroCRECI" type="xs:int"/> <xs:element name="nomeCorretor" type="xs:string"/> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:int | ||||
properties |
|
||||
source | <xs:element name="numeroCRECI" type="xs:int"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="nomeCorretor" type="xs:string"/> |