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" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="tipoImovel"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Urbano"/> <xs:enumeration value="Rural"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="matricula" type="xs:string"/> <xs:element name="confrontacoes" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="endereco" type="nsS:Endereco"/> <xs:element name="area"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice> <xs:element name="detalhesRural" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ccir_incra" type="xs:string"/> <xs:element name="itr" type="nsS:ImpostosTaxas"/> <xs:element name="fronteira" type="xs:boolean"/> <xs:element name="mei" type="xs:boolean"/> <xs:element name="adquiridoPorEstrangeiro" type="xs:boolean"/> <xs:element name="orgaoAutorizacao" type="xs:string" minOccurs="0"/> <xs:element name="dataAutorizacao" type="xs:date" minOccurs="0"/> <xs:element name="autoridadeResponsavel" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="detalhesUrbano" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="itbi" type="nsS:ImpostosTaxas"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> <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 | |||||||||
properties |
|
||||||||
children | tipoImovel matricula confrontacoes endereco area detalhesRural detalhesUrbano | ||||||||
source | <xs:element name="detalhesImovel" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="tipoImovel"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Urbano"/> <xs:enumeration value="Rural"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="matricula" type="xs:string"/> <xs:element name="confrontacoes" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="endereco" type="nsS:Endereco"/> <xs:element name="area"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice> <xs:element name="detalhesRural" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ccir_incra" type="xs:string"/> <xs:element name="itr" type="nsS:ImpostosTaxas"/> <xs:element name="fronteira" type="xs:boolean"/> <xs:element name="mei" type="xs:boolean"/> <xs:element name="adquiridoPorEstrangeiro" type="xs:boolean"/> <xs:element name="orgaoAutorizacao" type="xs:string" minOccurs="0"/> <xs:element name="dataAutorizacao" type="xs:date" minOccurs="0"/> <xs:element name="autoridadeResponsavel" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="detalhesUrbano" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="itbi" type="nsS:ImpostosTaxas"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="tipoImovel"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Urbano"/> <xs:enumeration value="Rural"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="matricula" type="xs:string"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="confrontacoes" type="xs:string"> <xs:annotation> <xs:appinfo> <hj:basic> <orm:lob/> </hj:basic> </xs:appinfo> </xs:annotation> </xs:element> |
diagram | |||||
type | nsS:Endereco | ||||
properties |
|
||||
children | tipoEndereco descricaoLogradouro numero bairro complemento cidade uf cep cidadeExterior pais | ||||
source | <xs:element name="endereco" type="nsS:Endereco"/> |
diagram | |||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="area"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||||
properties |
|
||||||||
children | ccir_incra itr fronteira mei adquiridoPorEstrangeiro orgaoAutorizacao dataAutorizacao autoridadeResponsavel | ||||||||
source | <xs:element name="detalhesRural" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ccir_incra" type="xs:string"/> <xs:element name="itr" type="nsS:ImpostosTaxas"/> <xs:element name="fronteira" type="xs:boolean"/> <xs:element name="mei" type="xs:boolean"/> <xs:element name="adquiridoPorEstrangeiro" type="xs:boolean"/> <xs:element name="orgaoAutorizacao" type="xs:string" minOccurs="0"/> <xs:element name="dataAutorizacao" type="xs:date" minOccurs="0"/> <xs:element name="autoridadeResponsavel" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="ccir_incra" type="xs:string"/> |
diagram | |||||
type | nsS:ImpostosTaxas | ||||
properties |
|
||||
children | nomeImposto numeroDocumento dataPagamento valorPago | ||||
source | <xs:element name="itr" type="nsS:ImpostosTaxas"/> |
diagram | |||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="fronteira" type="xs:boolean"/> |
diagram | |||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="mei" type="xs:boolean"/> |
diagram | |||||
type | xs:boolean | ||||
properties |
|
||||
source | <xs:element name="adquiridoPorEstrangeiro" type="xs:boolean"/> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="orgaoAutorizacao" type="xs:string" minOccurs="0"/> |
diagram | |||||||||
type | xs:date | ||||||||
properties |
|
||||||||
source | <xs:element name="dataAutorizacao" type="xs:date" minOccurs="0"/> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="autoridadeResponsavel" type="xs:string" minOccurs="0"/> |
diagram | |||||||||
properties |
|
||||||||
children | itbi | ||||||||
source | <xs:element name="detalhesUrbano" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="itbi" type="nsS:ImpostosTaxas"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||
type | nsS:ImpostosTaxas | ||||
properties |
|
||||
children | nomeImposto numeroDocumento dataPagamento valorPago | ||||
source | <xs:element name="itbi" type="nsS:ImpostosTaxas"/> |
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> |