complexType ImpostosTaxas
diagram SeloDigital_Atos_v0.9.1_p88.png
children nomeImposto numeroDocumento dataPagamento valorPago
used by
elements ECompraVendaDoacaoConfDivida/frj EInventarioPartilha/frj EProcuracao/causaPropriaImovel/frj ESeparacaoDivorcioPartilha/frj Imovel/detalhesUrbano/itbi ECompraVendaDoacaoConfDivida/itcmd EInventarioPartilha/itcmd EProcuracao/causaPropriaImovel/itcmd ESeparacaoDivorcioPartilha/itcmd Imovel/detalhesRural/itr ECompraVendaDoacaoConfDivida/outrosImpostos EInventarioPartilha/outrosImpostos EProcuracao/causaPropriaImovel/outrosImpostos ESeparacaoDivorcioPartilha/outrosImpostos
annotation
appinfo
<hj:entity>
<orm:sequence-generator name="Generator_IMPOSTOSTAXAS" sequence-name="SEQ_IMPOSTOSTAXAS"/>
</hj:entity>
documentation
Define o conjunto de elementos para representar a incidência de impostos e taxas.
source <xs:complexType name="ImpostosTaxas">
 
<xs:annotation>
   
<xs:appinfo>
     
<hj:entity>
       
<orm:sequence-generator name="Generator_IMPOSTOSTAXAS" sequence-name="SEQ_IMPOSTOSTAXAS"/>
     
</hj:entity>
   
</xs:appinfo>
   
<xs:documentation>Define o conjunto de elementos para representar a incidência de impostos e taxas.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="nomeImposto" type="xs:string" minOccurs="0"/>
   
<xs:element name="numeroDocumento" type="xs:string"/>
   
<xs:element name="dataPagamento" type="xs:date"/>
   
<xs:element name="valorPago">
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:fractionDigits value="2"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ImpostosTaxas/nomeImposto
diagram SeloDigital_Atos_v0.9.1_p89.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="nomeImposto" type="xs:string" minOccurs="0"/>

element ImpostosTaxas/numeroDocumento
diagram SeloDigital_Atos_v0.9.1_p90.png
type xs:string
properties
isRef 0
content simple
source <xs:element name="numeroDocumento" type="xs:string"/>

element ImpostosTaxas/dataPagamento
diagram SeloDigital_Atos_v0.9.1_p91.png
type xs:date
properties
isRef 0
content simple
source <xs:element name="dataPagamento" type="xs:date"/>

element ImpostosTaxas/valorPago
diagram SeloDigital_Atos_v0.9.1_p92.png
type restriction of xs:decimal
properties
isRef 0
content simple
facets
fractionDigits 2
source <xs:element name="valorPago">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:fractionDigits value="2"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy