http://ifis.bbm.cz/v650
element doklad

Documentation
Odpověď na požadavek 'dej_doklad' pokud byl příslušný doklad nalezen, jinak následuje odpověď 'chyba'.
      
Properties
This component is not nillable.

Model
<doklad>
(hlavicka, radky )
</doklad>


Nested Element Summary
ifis:hlavickahlavicka
          Hlavička účetního dokladu  
 radky
          Řádky účetního dokladu dle zvoleného typu řádku  
Source
<element name="doklad">
<complexType>
<sequence>
<element name="hlavicka" type="ifis:hlavicka">
</element>
<element name="radky">
<complexType>
<choice>
<element maxOccurs="99999" name="radek_typ1" type="ifis:radek_typ1"/>
<element maxOccurs="99999" name="radek_typ2" type="ifis:radek_typ2"/>
<element maxOccurs="99999" name="radek_typ3" type="ifis:radek_typ3"/>
</choice>
</complexType>
</element>
</sequence>
</complexType>
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.