http://ifis.bbm.cz/v650
complexType radek_chyby

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://ifis.bbm.cz/v650}radek_chyby (restriction)

Properties
This component is not nillable.

Model
<...>
(radek, kod, zprava )
</...>


Nested Element Summary
 kod
           Kód chyby  
 radek
           Číslo řádku zúčtovací listiny – obvykle pořadové číslo řádku pokud se jednalo o chybu způsobenou konkrétním řádkem dokladu.  
 zprava
           Text chybového hlášení  
Local Usage
chyba

Source
<complexType name="radek_chyby">
<sequence>
<element minOccurs="0" name="radek" nillable="true">
<simpleType>
<restriction base="integer">
<minInclusive value="1"/>
<maxInclusive value="99999"/>
</restriction>
</simpleType>
</element>
<element name="kod">
<simpleType>
<restriction base="string">
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element minOccurs="1" name="zprava" nillable="false">
<simpleType>
<restriction base="string">
<maxLength value="2000"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>


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