urn:cz-mzcr:ns:dasta:ds4:ds_dasta
complexType chyba_pdType

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

Properties
This component is not nillable.

Model
<...
  kod = xs:string
  lokalizace = dsComm:str64
  osetreni = xs:string
  popis = dsComm:str255>
string
</...>


Attribute Summary
 xs:stringkod
          
 dsComm:str64lokalizace
          
 xs:stringosetreni
          
 dsComm:str255popis
          

Attribute Detail

kod

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

lokalizace

Type:
dsComm:str64
Use:
optional
Form:
unqualified

osetreni

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

popis

Type:
dsComm:str255
Use:
optional
Form:
unqualified

Local Usage
pdType

Source
<xs:complexType name="chyba_pdType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="kod" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="000"/>
<xs:enumeration value="X01"/>
<xs:enumeration value="X02"/>
<xs:enumeration value="X03"/>
<xs:enumeration value="X04"/>
<xs:enumeration value="X05"/>
<xs:enumeration value="X99"/>
<xs:enumeration value="D01"/>
<xs:enumeration value="D02"/>
<xs:enumeration value="D03"/>
<xs:enumeration value="D04"/>
<xs:enumeration value="D99"/>
<xs:enumeration value="A01"/>
<xs:enumeration value="A99"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="lokalizace" type="dsComm:str64" use="optional"/>
<xs:attribute name="osetreni" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="I"/>
<xs:enumeration value="O"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="popis" type="dsComm:str255" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>


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