diagram | |||||
children | dataIntimacao despesaAR motivoDevolucao | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="IntimacaoAR"> <xs:annotation> <xs:documentation>Dados da intimação feita por AR.</xs:documentation> <xs:appinfo> <hj:entity> <orm:sequence-generator name="Generator_INTIMACAOAR" sequence-name="SEQ_INTIMACAOAR"/> </hj:entity> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="dataIntimacao" type="xs:date"/> <xs:element name="despesaAR" type="xs:double"/> <xs:element name="motivoDevolucao" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | |||||
type | xs:date | ||||
properties |
|
||||
source | <xs:element name="dataIntimacao" type="xs:date"/> |
diagram | |||||
type | xs:double | ||||
properties |
|
||||
source | <xs:element name="despesaAR" type="xs:double"/> |
diagram | |||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="motivoDevolucao" type="xs:string" minOccurs="0"/> |