<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ObjetoNegocio">
<xs:annotation>
<xs:appinfo>
<hj:entity xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:sequence-generator name="Generator_OBJETONEGOCIO" sequence-name="SEQ_OBJETONEGOCIO" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</hj:entity>
</xs:appinfo>
<xs:documentation>Define o conjunto de elementos que podem compor qualquer objeto que possa constar em um ato.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="tipoObjeto" type="nsS:string255" />
<xs:element name="especificacao" type="xs:string">
<xs:annotation>
<xs:appinfo>
<hj:basic xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:lob xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</hj:basic>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="caracteristicas" type="xs:string">
<xs:annotation>
<xs:appinfo>
<hj:basic xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:lob xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</hj:basic>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="detalhesImovel" type="nsS:Imovel" minOccurs="0" />
<xs:element name="formaPagamento" type="nsS:string255" />
<xs:element name="valorObjeto">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2" />
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
|