<xs:complexType name="Corretor">
<xs:annotation>
<xs:appinfo>
<hj:entity xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:sequence-generator name="Generator_CORRETOR" sequence-name="SEQ_CORRETOR" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</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="nsS:string255" />
</xs:sequence>
</xs:complexType>
|