urn:cz-mzcr:ns:dasta:ds4:ds_type
complexType int_prilType

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

Properties
This component is not nillable.

Model
<...
  encode = xs:string
  jm_soub = dsComm:str50
  nazev = dsComm:str100
  typ = dsComm:str64>
string
</...>


Attribute Summary
 xs:stringencode
          
 dsComm:str50jm_soub
          
 dsComm:str100nazev
          
 dsComm:str64typ
          

Attribute Detail

encode

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

jm_soub

Type:
dsComm:str50
Use:
optional
Form:
unqualified

nazev

Type:
dsComm:str100
Use:
required
Form:
unqualified

typ

Type:
dsComm:str64
Use:
optional
Form:
unqualified

Source
<xs:complexType name="int_prilType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="nazev" type="dsComm:str100" use="required"/>
<xs:attribute name="jm_soub" type="dsComm:str50" use="optional"/>
<xs:attribute name="encode" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="Base64"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="typ" type="dsComm:str64" 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.