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

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

Properties
This component is not nillable.

Model
<...>
(radek, uctyp, ns, ta, akce, kp, psmb, castka, text )
</...>


Nested Element Summary
 akce
          Název akce  
 castka
          Účtovaná částka  
 kp
          Označení komplexní položky - činnosti  
 ns
          Označení nákladového střediska  
 psmb
          Párovací symbol; pro potřeby použití párování částek na hlavní knize  
 radek
          Číslo řádku zúčtovací listiny – obvykle pořadové číslo řádku  
 ta
          Označení typu akce  
 text
          Doprovodný text (komentář k účetní operaci)  
 uctyp
          Název předkontačního pravidla viz. 
Local Usage
doklad, novy_doklad

Source
<complexType name="radek_typ3">
<sequence>
<element name="radek">
<simpleType>
<restriction base="integer">
<minInclusive value="1"/>
<maxInclusive value="99999"/>
</restriction>
</simpleType>
</element>
<element name="uctyp">
<simpleType>
<restriction base="string">
<maxLength value="200"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="ns" nillable="true">
<simpleType>
<restriction base="string">
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="ta" nillable="true">
<simpleType>
<restriction base="integer">
<minInclusive value="1"/>
<maxInclusive value="999"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="akce" nillable="true">
<simpleType>
<restriction base="string">
<maxLength value="128"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="kp" nillable="true">
<simpleType>
<restriction base="string">
<maxLength value="10"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="psmb" nillable="true">
<simpleType>
<restriction base="string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="castka">
<simpleType>
<restriction base="decimal">
<fractionDigits value="2"/>
<minInclusive value="-999999999999.99"/>
<maxInclusive value="999999999999.99"/>
</restriction>
</simpleType>
</element>
<element minOccurs="0" name="text" nillable="true">
<simpleType>
<restriction base="string">
<maxLength value="35"/>
</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.