First Commit from Source Code Reply

This commit is contained in:
vincenzofariello
2024-05-09 17:40:24 +02:00
parent 11e3b57c5b
commit 107a016cb9
35225 changed files with 1111346 additions and 1 deletions

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="SetEventiDBCFXRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="Corpo">
<xs:complexType>
<xs:all>
<xs:element name="DirectoryNumber" type="xs:string"/>
<xs:element name="CodiceRichiesta" type="xs:string"/>
<xs:element name="NativoTLC" type="xs:string" minOccurs="0"/>
<xs:element name="TipoEvento" type="xs:string" minOccurs="0"/>
<xs:element name="DAC" type="xs:string" minOccurs="0"/>
<xs:element name="DES" type="xs:string" minOccurs="0"/>
<xs:element name="TipoLinea" type="xs:string" minOccurs="0"/>
<xs:element name="Ambito" type="xs:string"/>
<xs:element name="IdentificativoOperatoreDonating" type="xs:string" minOccurs="0"/>
<xs:element name="CognomeCliente" type="xs:string" minOccurs="0"/>
<xs:element name="DataInvioMessaggio" type="xs:string" minOccurs="0"/>
<xs:element name="CodiceOrdineOLO" type="xs:string"/>
<xs:element name="Note" type="xs:string" minOccurs="0"/>
<xs:element name="FlagNP" type="xs:string" minOccurs="0"/>
<xs:element name="DataOrdine" type="xs:string" minOccurs="0"/>
<xs:element name="TelefonoReferenteRichiedente" type="xs:string" minOccurs="0"/>
<xs:element name="ListaAggiuntivi" minOccurs="0">
<xs:complexType>
<xs:sequence maxOccurs="10">
<xs:element name="Aggiuntivo" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="OAO" type="xs:string" minOccurs="0"/>
<xs:element name="CodiceSegreto" type="xs:string" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>