diagram | |||||
children | tipoObjeto especificacao caracteristicas detalhesImovel formaPagamento valorObjeto | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="ObjetoNegocio"> <xs:annotation> <xs:appinfo> <hj:entity> <orm:sequence-generator name="Generator_OBJETONEGOCIO" sequence-name="SEQ_OBJETONEGOCIO"/> </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"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Imóvel"/> <xs:enumeration value="Móvel"/> <xs:enumeration value="Semovente"/> <xs:enumeration value="Valor"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="especificacao" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="caracteristicas" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="detalhesImovel" type="nsS:Imovel" minOccurs="0"/> <xs:element name="formaPagamento" type="xs:string"/> <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> |
diagram | |||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="tipoObjeto"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Imóvel"/> <xs:enumeration value="Móvel"/> <xs:enumeration value="Semovente"/> <xs:enumeration value="Valor"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="especificacao" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="caracteristicas" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> |
diagram | |||||||||
type | nsS:Imovel | ||||||||
properties |
|
||||||||
children | tipoImovel matricula confrontacoes endereco area detalhesRural detalhesUrbano | ||||||||
source | <xs:element name="detalhesImovel" type="nsS:Imovel" minOccurs="0"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="formaPagamento" type="xs:string"/> |
diagram | |||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="valorObjeto"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |