<xs:complexType name="IntimacaoPessoal">
<xs:annotation>
<xs:documentation>Dados da intimação feita pessoalmente.</xs:documentation>
<xs:appinfo>
<hj:entity xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:sequence-generator name="Generator_INTIMACAOPESSOAL" sequence-name="SEQ_INTIMACAOPESSOAL" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</hj:entity>
</xs:appinfo>
</xs:annotation>
<xs:sequence>
<xs:element name="dataIntimacao" type="xs:date" />
<xs:element name="despesaConducao" type="xs:double">
<xs:annotation>
<xs:documentation>Valor das despesas de condução.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="despesaDiligencia" type="xs:double">
<xs:annotation>
<xs:documentation>Valor das despesas de diligência.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="motivoDevolucao" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Motivo de devolução da intimação.</xs:documentation>
<xs:appinfo>
<hj:basic xmlns:hj="http://hyperjaxb3.jvnet.org/ejb/schemas/customizations">
<orm:lob xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" />
</hj:basic>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|