72 lines
2.4 KiB
XML
72 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/NotificaMancataAcquisizione/2019-05-07" targetNamespace="http://dbcfx/SOA/NotificaMancataAcquisizione/2019-05-07" elementFormDefault="qualified" version="1.0">
|
|
<xs:element name="NotificaMancataAcquisizioneOLODonorDel35Request">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="FILE_NAME" type="sm:string255TYPE"/>
|
|
<xs:element name="MOTIVAZIONE" type="sm:string1024TYPE"/>
|
|
<xs:element name="ULTIMO_TENTATIVO" type="sm:dateTimeType"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="NotificaMancataAcquisizioneOLODonorDel35Response">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_ACK" type="sm:tipoAckTYPE"/>
|
|
<xs:element name="DESCR_ACK" type="sm:string255TYPE"/>
|
|
<xs:element name="CODICE_ERRORE" type="sm:string255TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<!-- SimpleTypes START -->
|
|
<xs:simpleType name="string8TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string10TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string15TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string31TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="31"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string255TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
<xs:simpleType name="string1024TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1024"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoAckTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="OK|KO"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
<xs:simpleType name="dateTimeType">
|
|
<xs:restriction base="xs:dateTime"/>
|
|
</xs:simpleType>
|
|
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|