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

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

Properties
This component is not nillable.

Model
<...
  encode = xs:string
  typ = xs:string>
string
</...>


Attribute Summary
 xs:stringencode
          
 xs:stringtyp
          

Attribute Detail

encode

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

typ

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
ku_z_patsumsestType, textType

Source
<xs:complexType name="ktextType">
<xs:simpleContent>
<xs:extension base="xs:string">
<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="xs:string" 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.