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

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

Properties
This component is not nillable.

Model
<...>
(radek, konto, ns, ta, akce, kp, psmb, castka_md, castka_dal, text )
</...>


Nested Element Summary
 akce
          Název akce  
 castka_dal
          Účtovaná částka na stranu 'Dal'  
 castka_md
          Účtovaná částka na stranu 'Má dáti'  
 konto
          Analytický účet  
 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)  
Local Usage
doklad, novy_doklad

Source
<complexType name="radek_typ1">
<sequence>
<element name="radek">
<simpleType>
<restriction base="integer">
<minInclusive value="1"/>
<maxInclusive value="99999"/>
</restriction>
</simpleType>
</element>
<element name="konto">
<simpleType>
<restriction base="string">
<minLength value="3"/>
<maxLength value="9"/>
<pattern value="[0-9]+"/>
</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_md">
<simpleType>
<restriction base="decimal">
<fractionDigits value="2"/>
<minInclusive value="-999999999999.99"/>
<maxInclusive value="999999999999.99"/>
</restriction>
</simpleType>
</element>
<element name="castka_dal">
<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.