diagram | |||||
children | nomeImposto numeroDocumento dataPagamento valorPago | ||||
used by | |||||
annotation |
|
||||
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> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="nomeImposto" type="xs:string" minOccurs="0"/> |
diagram | |||||
type | xs:string | ||||
properties |
|
||||
source | <xs:element name="numeroDocumento" type="xs:string"/> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
source | <xs:element name="dataPagamento" type="xs:date"/> |
diagram | |||||
type | restriction of xs:decimal | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="valorPago"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="2"/> </xs:restriction> </xs:simpleType> </xs:element> |