First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,268 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DBC_TYPES.xsd
// Type: XSD file
// Created: 09/01/2008
// LastUpdate 08/02/2008
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="dateType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{8}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimeType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{14}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimeType2">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoOperazione">
<xs:restriction base="xs:string">
<xs:pattern value="FNP"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobilePrefix">
<xs:restriction base="xs:string">
<xs:pattern value="\d{3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobileNumber">
<xs:restriction base="xs:string">
<xs:pattern value="\d{5,10}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobilePrefixAndNumber">
<xs:restriction base="xs:string">
<xs:pattern value="\d{8,13}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceOperatore">
<xs:restriction base="xs:string">
<xs:pattern value="TISC|WIND|OPIV|H3GI|TIMG|NOVE|COOP|PTMB|1MOB|BTMB|CONA|DTLC|FWMB|PLDT|LYCA|DIGI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoUtenza">
<xs:restriction base="xs:string">
<xs:pattern value="PRP|POP"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoDoc">
<xs:restriction base="xs:string">
<xs:pattern value="CI|PS|PA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoDonor">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03|10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoRecipient">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03|04|05|06|10|11|12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceEsito">
<xs:restriction base="xs:string">
<xs:pattern value="00|01"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BusinessId">
<xs:restriction base="xs:string">
<xs:length value="36"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="EsitoValidazioneDonor">
<xs:restriction base="xs:string">
<xs:pattern value="ACCETTATA|RIFIUTATA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CF_PI_Type">
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CF_Type">
<xs:restriction base="xs:string">
<xs:length value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PI_Type">
<xs:restriction base="xs:string">
<xs:length value="11"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeNome_Richiesta">
<xs:restriction base="xs:string">
<xs:pattern value="DBC_ATTIVGSM|DBC_DISATMNPG"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeCAS">
<xs:restriction base="xs:string">
<xs:pattern value="DBC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeOLOCODE">
<xs:restriction base="xs:string">
<xs:pattern value="BLUI|WIND|OPIV|H3GI|IPSE|TISC|NOVE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeESITO_CAS">
<xs:restriction base="xs:string">
<xs:pattern value="001|002|003"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDETTAGLIO_ESITO">
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDESCRIZIONE_ESITO">
<xs:restriction base="xs:string">
<xs:maxLength value="48"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn2">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn3">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="casualeRifiutoType">
<xs:sequence>
<xs:element name="CODICE" type="strLn2" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="causaleEsitoType">
<xs:sequence>
<xs:element name="CODICE" type="strLn2"/>
<xs:element name="DESCRIZIONE" type="strLn100"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="causaleType">
<xs:sequence>
<xs:element name="CAUSALE" type="causaleEsitoType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="strLn4">
<xs:restriction base="xs:string">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn5">
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn10">
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn12">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn15">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn20">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn23">
<xs:restriction base="xs:string">
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn30">
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn50">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn64">
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn70">
<xs:restriction base="xs:string">
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn80">
<xs:restriction base="xs:string">
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn100">
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeINTERNA">
<xs:restriction base="xs:string">
<xs:pattern value="S|N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="iccidType">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoNotificaTFC">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn36">
<xs:restriction base="xs:string">
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn8">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="patternCredito">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,5}[.][0-9]{2,2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="flagYN">
<xs:restriction base="xs:string">
<xs:pattern value="Y|N"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="LISTA_SLA_DONOR">
<xs:sequence>
<xs:element name="LISTA_SLA" type="LISTA_SLA_DON_TYPE" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LISTA_SLA_DON_TYPE">
<xs:sequence>
<xs:element name="TIPO_SLA" type="strLn4"/>
<xs:element name="T_INIZIALE" type="strLn50"/>
<xs:element name="T_FINALE" type="strLn50"/>
</xs:sequence>
</xs:complexType>
</xs:schema>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DbcToMVNONotificaSLADonor.xsd
// Type: XSD file
// Created: 20/01/2010
// LastUpdate 20/01/2010
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="DbcToMVNONotificaSLADonor">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="CODICE_OPERATORE_DONATING" type="CodiceOperatore"/>
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="CodiceOperatore"/>
<xs:element name="NUMERO_TELEFONO" type="mobilePrefixAndNumber"/>
<xs:element name="LISTA_SLA_DON" type="LISTA_SLA_DONOR"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,270 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DBC_TYPES.xsd
// Type: XSD file
// Created: 09/01/2008
// LastUpdate 08/02/2008
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="dateType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{8}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimeType">
<xs:restriction base="xs:string">
<xs:pattern value="\d{14}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="dateTimeType2">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoOperazione">
<xs:restriction base="xs:string">
<xs:pattern value="FNP"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobilePrefix">
<xs:restriction base="xs:string">
<xs:pattern value="\d{3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobileNumber">
<xs:restriction base="xs:string">
<xs:pattern value="\d{5,10}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="mobilePrefixAndNumber">
<xs:restriction base="xs:string">
<xs:pattern value="\d{8,13}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceOperatore">
<xs:restriction base="xs:string">
<xs:pattern value="TISC|WIND|OPIV|H3GI|TIMG|NOVE|COOP|PTMB|1MOB|BTMB|CONA|DTLC|FWMB|PLDT|LYCA|DIGI"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoUtenza">
<xs:restriction base="xs:string">
<xs:pattern value="PRP|POP"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="TipoDoc">
<xs:restriction base="xs:string">
<xs:pattern value="CI|PS|PA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoDonor">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03|10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoRecipient">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03|04|05|06|10|11|12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceEsito">
<xs:restriction base="xs:string">
<xs:pattern value="00|01"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BusinessId">
<xs:restriction base="xs:string">
<xs:length value="36"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="EsitoValidazioneDonor">
<xs:restriction base="xs:string">
<xs:pattern value="ACCETTATA|RIFIUTATA"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CF_PI_Type">
<xs:restriction base="xs:string">
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CF_Type">
<xs:restriction base="xs:string">
<xs:length value="16"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="PI_Type">
<xs:restriction base="xs:string">
<xs:length value="11"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeNome_Richiesta">
<xs:restriction base="xs:string">
<xs:pattern value="DBC_ATTIVGSM|DBC_DISATMNPG"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeCAS">
<xs:restriction base="xs:string">
<xs:pattern value="DBC"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeOLOCODE">
<xs:restriction base="xs:string">
<xs:pattern value="BLUI|WIND|OPIV|H3GI|IPSE|TISC|NOVE"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeESITO_CAS">
<xs:restriction base="xs:string">
<xs:pattern value="001|002|003"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDETTAGLIO_ESITO">
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeDESCRIZIONE_ESITO">
<xs:restriction base="xs:string">
<xs:maxLength value="48"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn2">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn3">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="casualeRifiutoType">
<xs:sequence>
<xs:element name="CODICE" type="strLn2" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="causaleEsitoType">
<xs:sequence>
<xs:element name="CODICE" type="strLn2"/>
<xs:element name="DESCRIZIONE" type="strLn100"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="causaleType">
<xs:sequence>
<xs:element name="CAUSALE" type="causaleEsitoType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="strLn4">
<xs:restriction base="xs:string">
<xs:maxLength value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn5">
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn10">
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn12">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn15">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn20">
<xs:restriction base="xs:string">
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn23">
<xs:restriction base="xs:string">
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn30">
<xs:restriction base="xs:string">
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn50">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn64">
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn70">
<xs:restriction base="xs:string">
<xs:maxLength value="70"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn80">
<xs:restriction base="xs:string">
<xs:maxLength value="80"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn100">
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="typeINTERNA">
<xs:restriction base="xs:string">
<xs:pattern value="S|N"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="iccidType">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoNotificaTFC">
<xs:restriction base="xs:string">
<xs:pattern value="01|02|03"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn36">
<xs:restriction base="xs:string">
<xs:maxLength value="36"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="strLn8">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="patternCredito">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,5}[.][0-9]{2,2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="flagYN">
<xs:restriction base="xs:string">
<xs:pattern value="Y|N"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="LISTA_SLA_RECIPIENT">
<xs:sequence>
<xs:element name="LISTA_SLA" type="LISTA_SLA_REC_TYPE" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LISTA_SLA_REC_TYPE">
<xs:sequence>
<xs:element name="TIPO_SLA" type="strLn4"/>
<xs:element name="T_INIZIALE" type="strLn50"/>
<xs:element name="T_FINALE" type="strLn50"/>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="CODICE_OPERATORE_TP" type="CodiceOperatore" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DbcToMVNONotificaSLARecipient.xsd
// Type: XSD file
// Created: 20/01/2010
// LastUpdate 20/01/2010
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="DbcToMVNONotificaSLARecipient">
<xs:complexType>
<xs:sequence>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="CODICE_OPERATORE_DONATING" type="CodiceOperatore"/>
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="CodiceOperatore"/>
<xs:element name="NUMERO_TELEFONO" type="mobilePrefixAndNumber"/>
<xs:element name="LISTA_SLA_REC" type="LISTA_SLA_RECIPIENT"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>