urn:cz-mzcr:ns:dasta:ds4:ds_idu_nrvv
complexType vlekType

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

Documentation
                Lék v těhotenství (vyplňuje se právě jeden z atributů typ, kod nebo atc)
            
Properties
This component is not nillable.

Model
<...
  atc = dsComm:str7
  kod = dsComm:str7
  typ = xs:integer>

</...>


Attribute Summary
 dsComm:str7atc
           ATC skupina léku v těhotenství dle číselníku Leky  
 dsComm:str7kod
           Kód léku v těhotenství dle číselníku Leky  
 xs:integertyp
           Typ léku v těhotenství dle číselníku TypLekuVTehotenstvi  

Attribute Detail

atc

ATC skupina léku v těhotenství dle číselníku Leky

Type:
dsComm:str7
Use:
optional
Form:
unqualified

kod

Kód léku v těhotenství dle číselníku Leky

Type:
dsComm:str7
Use:
optional
Form:
unqualified

typ

Typ léku v těhotenství dle číselníku TypLekuVTehotenstvi

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

Local Usage
nrvsType

Source
<xs:complexType name="vlekType">
<xs:attribute name="typ">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:pattern value="[09]"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="kod" type="dsComm:str7">
</xs:attribute>
<xs:attribute name="atc" type="dsComm:str7">
</xs:attribute>
</xs:complexType>


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