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,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 rel. 2 (http://www.altova.com) by mazuki (darksiderg) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://xsd.telecomitalia.it/dbcfx/phase2chk" targetNamespace="http://xsd.telecomitalia.it/dbcfx/phase2chk" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:simpleType name="tipoComunicazioneType">
<xs:restriction base="xs:string">
<xs:pattern value="V2"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="VerificaNumerazione">
<xs:complexType>
<xs:sequence>
<xs:element name="Tipo_Comunicazione" type="ns1:tipoComunicazioneType"/>
<xs:element name="CodiceOrdine" type="xs:string"/>
<xs:element name="IdLinea" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Request">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns1:VerificaNumerazione"/>
<xs:element name="ID_Richiesta" type="xs:string">
</xs:element>
<xs:element name="SistemaSorgente" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>