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

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

Properties
This component is not nillable.

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


Attribute Summary
 dsComm:str3kod
          
 dsComm:str64lokalizace
          
 dsComm:str1osetreni
          
 dsComm:str255popis
          

Attribute Detail

kod

Type:
dsComm:str3
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
pdhpnType

Source
<xs:complexType name="chyba_pdType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="kod" type="dsComm:str3" use="required"/>
<xs:attribute name="lokalizace" type="dsComm:str64"/>
<xs:attribute name="osetreni">
<xs:simpleType>
<xs:restriction base="dsComm:str1">
<xs:enumeration value="O"/>
<xs:enumeration value="I"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="popis" type="dsComm:str255"/>
</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.