Files
2024-05-09 17:40:24 +02:00

55 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by VTSvil (ValueTeam) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:complexType name="type_Response">
<xs:sequence>
<xs:element name="Parametri">
<xs:complexType>
<xs:sequence>
<xs:element name="TipoComunicazione" type="type_tipoComunicazioneResponse"/>
<xs:element name="CodiceOperatoreRecipient" type="xs:string"/>
<xs:element name="CodiceOrdineRecipient" type="xs:string"/>
<xs:element name="CodiceOLODonating" type="xs:string"/>
<xs:element name="CodiceRisorsa1" type="xs:string"/>
<xs:element name="CodiceRisorsa2" type="xs:string"/>
<xs:element name="StatoRichiesta" type="type_statoRichiesta" minOccurs="0"/>
<xs:element name="CausaleRifiuto" type="type_causaleRifiuto" minOccurs="0"/>
<xs:element name="CodiceMotivoRifiuto" type="xs:string"/>
<xs:element name="MotivoRifiuto" type="xs:string"/>
<xs:element name="NumerazioneErrata" type="xs:string"/>
<xs:element name="CodiceSessione" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CodiceOrdineRecipient" use="required"/>
</xs:complexType>
<xs:element name="xml2">
<xs:complexType>
<xs:sequence>
<xs:element name="Response" type="type_Response" maxOccurs="100"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="type_tipoComunicazioneResponse">
<xs:restriction base="xs:string">
<xs:pattern value="2|3|5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="type_statoRichiesta">
<xs:restriction base="xs:string">
<xs:enumeration value=""/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="type_causaleRifiuto">
<xs:restriction base="xs:string">
<xs:enumeration value=""/>
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>