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

Documentation
        Požadavek na vytvoření nového dokladu ke zúčtování
      
Properties
This component is not nillable.

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


Nested Element Summary
ifis:hlavickahlavicka
          Hlavička účetního dokladu  
 radky
          Řádky účetního dokladu dle zvoleného typu řádku  
Source
<element name="novy_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>
<key name="key_typ1">
<selector xpath="./radek_typ1"/>
<field xpath="radek"/>
</key>
<key name="key_typ2">
<selector xpath="./radek_typ2"/>
<field xpath="radek"/>
</key>
<key name="key_typ3">
<selector xpath="./radek_typ3"/>
<field xpath="radek"/>
</key>
</element>
</sequence>
</complexType>
</element>


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