Files
Vladimir Buzalka ed2e7c7c5a notebookvb
2026-04-18 07:44:30 +02:00

50 lines
2.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
targetNamespace="http://xmlns.gemsystem.cz/OverPrukazPojistenceB2B"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns="http://xmlns.gemsystem.cz/OverPrukazPojistenceB2B"
xmlns:cmn="http://xmlns.gemsystem.cz/CommonB2B">
<xsd:annotation>
<xsd:documentation>$Revision: 31458 $</xsd:documentation>
<xsd:documentation>$Date: 2011-01-06 14:54:58 +0100 (čt, 06 I 2011) $</xsd:documentation>
<xsd:documentation>$Author: msklenar $</xsd:documentation>
</xsd:annotation>
<xsd:import schemaLocation="CommonB2B.xsd" namespace="http://xmlns.gemsystem.cz/CommonB2B"/>
<xsd:element name="OverPrukazPojistenceB2BPozadavek" type="pozadavekB2B"/>
<xsd:element name="OverPrukazPojistenceB2BOdpoved" type="odpovedB2B"/>
<xsd:complexType name="pozadavekB2B">
<xsd:sequence>
<xsd:element name="cisloPrukazu" type="xsd:string"/>
<xsd:element name="kDatu" type="xsd:date" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="odpovedB2B">
<xsd:sequence>
<xsd:element name="cisloPrukazu" type="xsd:string" minOccurs="0"/>
<xsd:element name="priznak" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
příznak rodného čísla - v případě duplicity udává pořadí
duplicitního rodného čísla (standardně je 1)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="datumPlatnosti" type="xsd:date" minOccurs="0"/>
<xsd:element name="platnost" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
„A“ platný průkaz i vyhovující průběh pojištění
„N“ existující ale neplatný průkaz
„P“ existující a platný průkaz ale nevyhovující průběh pojištění
„Y“ více záznamů o průkazu nebo o průběhu pojištění
„X“ neexistující průkaz v evidenci
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="stavVyrizeniPozadavku"
type="cmn:StavVyrizeniPozadavkuTyp" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>