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

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

Properties
This component is not nillable.

Model
<...
  kod_vykonu = dsComm:str5
  lok_zubu = dsComm:str4
  pocet = dsComm:number3d
  typ_omezeni = xs:string
  uctovatelnost = dsComm:uctovatelnostType
  uctujici = dsComm:uctujiciType>
vykonAny?
</...>


Nested Element Summary
dsComm:AnyTypevykonAny
          

Attribute Summary
 dsComm:str5kod_vykonu
          
 dsComm:str4lok_zubu
          
 dsComm:number3dpocet
          
 xs:stringtyp_omezeni
          
 dsComm:uctovatelnostTypeuctovatelnost
          
 dsComm:uctujiciTypeuctujici
          

Attribute Detail

kod_vykonu

Type:
dsComm:str5
Use:
required
Form:
unqualified

lok_zubu

Type:
dsComm:str4
Use:
optional
Form:
unqualified

pocet

Type:
dsComm:number3d
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="vykonType">
<xs:sequence>
<xs:element minOccurs="0" name="vykonAny" type="dsComm:AnyType"/>
</xs:sequence>
<xs:attribute name="kod_vykonu" type="dsComm:str5" use="required"/>
<xs:attribute name="lok_zubu" type="dsComm:str4"/>
<xs:attribute name="pocet" type="dsComm:number3d" 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="A|F|O|Q|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.