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

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

Properties
This component is not nillable.

Model
<...
  dat_ab = xs:dateTime
  typ_pv = xs:string>
((pv_zp? | pv_zpeu? | pv_jp? | pv_st?) , a?, pv_pacAny? )
</...>


Nested Element Summary
 a
          
dsip:pv_jpTypepv_jp
          
dsComm:AnyTypepv_pacAny
          
dsip:studieTypepv_st
          
dsip:pv_zpTypepv_zp
          
dsip:pv_zpeuTypepv_zpeu
          

Attribute Summary
 xs:dateTimedat_ab
          
 xs:stringtyp_pv
          

Attribute Detail

dat_ab

Type:
xs:dateTime
Use:
optional
Form:
unqualified

typ_pv

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

Local Usage
ip, ku_z_patsumdatType

Source
<xs:complexType name="pv_pacType">
<xs:sequence>
<xs:choice>
<xs:element minOccurs="0" name="pv_zp" type="dsip:pv_zpType"/>
<xs:element minOccurs="0" name="pv_zpeu" type="dsip:pv_zpeuType"/>
<xs:element minOccurs="0" name="pv_jp" type="dsip:pv_jpType"/>
<xs:element minOccurs="0" name="pv_st" type="dsip:studieType"/>
</xs:choice>
<xs:element minOccurs="0" ref="ds:a"/>
<xs:element minOccurs="0" name="pv_pacAny" type="dsComm:AnyType"/>
</xs:sequence>
<xs:attribute name="typ_pv" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ZP"/>
<xs:enumeration value="ZPEU"/>
<xs:enumeration value="JP"/>
<xs:enumeration value="ST"/>
<xs:enumeration value="SM"/>
<xs:enumeration value="N"/>
<xs:enumeration value="X"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="dat_ab" type="xs:dateTime"/>
</xs:complexType>


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