notebookvb
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns="http://xmlns.gemsystem.cz/PrubehPojisteniDruhB2B"
|
||||
targetNamespace="http://xmlns.gemsystem.cz/PrubehPojisteniDruhB2B"
|
||||
xmlns:cmn="http://xmlns.gemsystem.cz/CommonB2B"
|
||||
elementFormDefault="qualified">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>$Revision: 29895 $</xsd:documentation>
|
||||
<xsd:documentation>$Date: 2010-12-01 16:15:59 +0100 (st, 01 XII 2010) $</xsd:documentation>
|
||||
<xsd:documentation>$Author: msklenar $</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
|
||||
<xsd:import schemaLocation="CommonB2B.xsd" namespace="http://xmlns.gemsystem.cz/CommonB2B"/>
|
||||
<xsd:element name="prubehPojisteniDruhB2BPozadavek">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="cisloPojistence" type="xsd:string" />
|
||||
<xsd:element name="prijmeni" type="xsd:string" minOccurs="0" />
|
||||
<xsd:element name="kDatu" type="xsd:date" />
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:element name="prubehPojisteniDruhB2BOdpoved">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="prubehPojisteni">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="stav" type="stavTyp" />
|
||||
<xsd:element name="kodPojistovny" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="nazevPojistovny" type="xsd:string" minOccurs="0"/>
|
||||
<xsd:element name="druhPojisteni" type="xsd:string" minOccurs="0"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="stavVyrizeniPozadavku"
|
||||
type="cmn:StavVyrizeniPozadavkuTyp"/>
|
||||
</xsd:sequence>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
|
||||
<xsd:simpleType name="stavTyp">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="pojisten"/>
|
||||
<xsd:enumeration value="nepojisten"/>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
|
||||
<!-- navratove kody -->
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user