urn:cz-mzcr:ns:dasta:ds4:ds_ip
complexType zumType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:cz-mzcr:ns:dasta:ds4:ds_ip}zumType (restriction)

Properties
This component is not nillable.

Model
<...
  cena = dsComm:number8.2
  kod_zumu = dsComm:str7
  mnozstvi = dsComm:number8.3
  skupina = dsComm:number1-4
  typ_omezeni = xs:string
  uctovatelnost = dsComm:uctovatelnostType
  uctujici = dsComm:uctujiciType>
zumAny?
</...>


Nested Element Summary
dsComm:AnyTypezumAny
          

Attribute Summary
 dsComm:number8.2cena
          
 dsComm:str7kod_zumu
          
 dsComm:number8.3mnozstvi
          
 dsComm:number1-4skupina
          
 xs:stringtyp_omezeni
          
 dsComm:uctovatelnostTypeuctovatelnost
          
 dsComm:uctujiciTypeuctujici
          

Attribute Detail

cena

Type:
dsComm:number8.2
Use:
required
Form:
unqualified

kod_zumu

Type:
dsComm:str7
Use:
required
Form:
unqualified

mnozstvi

Type:
dsComm:number8.3
Use:
required
Form:
unqualified

skupina

Type:
dsComm:number1-4
Use:
required
Form:
unqualified

typ_omezeni

Type:
based on
with :
Use:
optional
Form:
unqualified

uctovatelnost

Type:
dsComm:uctovatelnostType
Use:
optional
Form:
unqualified

uctujici

Type:
dsComm:uctujiciType
Use:
required
Form:
unqualified

Local Usage
auzkuType

Source
<xs:complexType name="zumType">
<xs:sequence>
<xs:element minOccurs="0" name="zumAny" type="dsComm:AnyType"/>
</xs:sequence>
<xs:attribute name="skupina" type="dsComm:number1-4" use="required"/>
<xs:attribute name="kod_zumu" type="dsComm:str7" use="required"/>
<xs:attribute name="mnozstvi" type="dsComm:number8.3" use="required"/>
<xs:attribute name="cena" type="dsComm:number8.2" use="required"/>
<xs:attribute name="uctujici" type="dsComm:uctujiciType" use="required"/>
<xs:attribute name="uctovatelnost" type="dsComm:uctovatelnostType"/>
<xs:attribute name="typ_omezeni">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="R|A|J"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>


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