79 lines
2.7 KiB
XML
79 lines
2.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" targetNamespace="http://dbcfx/SOA/VerificaRientroInTI/2021-10-05" elementFormDefault="qualified" version="1.0">
|
|
<xs:element name="verificaRientroInTIRequest">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="IDENTIFICATIVO_ORDINE_OLO" type="sm:string31TYPE" />
|
|
<xs:element name="TIPO_COMUNICAZIONE" type="sm:string20TYPE" />
|
|
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="sm:string3TYPE" />
|
|
<xs:element name="CODICE_OPERATORE_DONATING" type="sm:string3TYPE" />
|
|
<xs:element name="CODICE_OPERATORE_DONOR" type="sm:string3TYPE" />
|
|
<xs:element name="CODICE_ORDINE_RIF_TI_WH" type="sm:string30TYPE" />
|
|
<xs:element name="STATO_RICHIESTA" type="sm:string20TYPE" />
|
|
<xs:element name="CODICE_ORDINE_TI" type="sm:string30TYPE" />
|
|
<xs:element name="ID_LINEA" type="sm:string12TYPE" />
|
|
<xs:element name="CODICE_ISP" type="sm:string3TYPE" />
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="verificaRientroInTIResponse">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="DATA_RISPOSTA" type="sm:dataTimeTYPE" />
|
|
<xs:element name="ESITO" type="sm:esitoTYPE" />
|
|
<xs:element name="CAUSALE" type="sm:string150TYPE" />
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<!-- SimpleTypes START -->
|
|
<xs:simpleType name="dataTimeTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="esitoTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="OK|KO" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string3TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="12" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string20TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="20" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string30TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="30" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string31TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="31" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string150TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1" />
|
|
<xs:maxLength value="150" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|