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,256 @@
<?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 maxOccurs="unbounded" name="CODICE" type="strLn2" />
</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 maxOccurs="unbounded" name="CAUSALE" type="causaleEsitoType" />
</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:schema>

View File

@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
// Name: DbcToMVNONotificaDonor.xsd
// Type: XSD file
// Created: 09/01/2008
// LastUpdate 04/08/2008
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="DbcToMVNONotificaDonor">
<xs:complexType>
<xs:sequence>
<xs:element name="TIPO_EVENTO" type="CodiceTipoEventoDonor"/>
<xs:element name="NUMERO_TELEFONO_AOM" type="mobilePrefixAndNumber"/>
<xs:element name="ID_RICHIESTA_AOM" type="strLn64"/>
<xs:element minOccurs="0" name="CODICE_FISCALE_PARTITA_IVA" type="CF_PI_Type"/>
<xs:element minOccurs="0" name="TIPO_UTENZA" type="TipoUtenza"/>
<xs:element minOccurs="0" name="DATA_VALIDAZIONE" type="dateTimeType"/>
<xs:element minOccurs="0" name="ICCID" type="iccidType"/>
<xs:element name="CODICE_ESITO" type="CodiceEsito"/>
<xs:element minOccurs="0" name="CAUSALE_ESITO" type="strLn100"/>
<xs:element name="DATA_MODIFICA_STATO_DBC" type="dateTimeType"/>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="CODICE_OPERATORE_DONATING" type="xs:string"/>
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="xs:string"/>
<xs:element minOccurs="0" name="FLAG_TRASFERIMENTO_CREDITO" type="flagYN"/>
<xs:element minOccurs="0" name="DATA_NOTIFICA_CREDITO" type="dateType"/>
<xs:element minOccurs="0" name="ORA_NOTIFICA_CREDITO" type="strLn5"/>
<xs:element minOccurs="0" name="FLAG_FURTO" type="flagYN"/>
<xs:element minOccurs="0" name="FLAG_PREVALIDAZIONE" type="flagYN"/>
<xs:element minOccurs="0" name="PROGETTO_AD_HOC" type="flagYN"/>
<xs:element minOccurs="0" name="CODICE_GRUPPO" type="strLn12"/>
<xs:element minOccurs="0" name="CESSATO_30" type="flagYN"/>
<xs:element minOccurs="0" name="ROUTING_NUMBER" type="strLn3"/>
<xs:element minOccurs="0" name="PREVALIDAZIONE_DBC" type="causaleType"/>
<xs:element minOccurs="0" name="DATA_CUT_OVER" type="dateType"/>
<xs:element minOccurs="0" name="COGNOME" type="strLn50"/>
<xs:element minOccurs="0" name="NOME" type="strLn30"/>
<xs:element minOccurs="0" name="RAGIONE_SOCIALE" type="strLn80"/>
<xs:element minOccurs="0" name="TIPO_DOCUMENTO" type="TipoDoc"/>
<xs:element minOccurs="0" name="NUMERO_DOCUMENTO" type="strLn30"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DbcToMVNONotificaRecipient.xsd
// Type: XSD file
// Created: 09/01/2008
// LastUpdate 26/08/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="DbcToMVNONotificaRecipient">
<xs:complexType>
<xs:sequence>
<xs:element name="TIPO_EVENTO" type="CodiceTipoEventoRecipient"/>
<xs:element name="PREFISSO_AOM" type="mobilePrefix"/>
<xs:element name="NUMERO_TELEFONO_AOM" type="mobileNumber"/>
<xs:element minOccurs="0" name="DATA_CUT_OVER" type="dateType"/>
<xs:element name="CODICE_ESITO" type="CodiceEsito"/>
<xs:element minOccurs="0" name="CAUSALE_ESITO" type="strLn100"/>
<xs:element minOccurs="0" name="CAUSALE_ESITO_VALIDAZIONE" type="causaleType"/>
<xs:element minOccurs="0" name="CODICE_OPERATORE" type="xs:string"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="RECIPIENT_MVNO" type="xs:string"/>
<xs:element minOccurs="0" name="DATA_NOTIFICA_CREDITO" type="dateType"/>
<xs:element minOccurs="0" name="ORA_NOTIFICA_CREDITO" type="strLn5"/>
<xs:element minOccurs="0" name="IMPORTO_CREDITO_RESIDUO" type="strLn8"/>
<xs:element minOccurs="0" name="FAG_VERIFICA_CREDITO_ANOMALO" type="flagYN"/>
<xs:element minOccurs="0" name="ID_RICHIESTA_DBC" type="strLn23"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</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,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>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: MVNOToDbcNotifyCreditTransferDonor.xsd
// Type: XSD file
// Created: 12/03/2009
// LastUpdate 12/03/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="MVNOToDbcNotifyCreditTransferDonor">
<xs:complexType>
<xs:sequence>
<xs:element name="TIPO_EVENTO" type="CodiceTipoEventoNotificaTFC"/>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="IMPORTO_CREDITO_RESIDUO" type="patternCredito"/>
<xs:element name="FLAG_VERIFICA_CREDITO_ANOMALO" type="flagYN" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: MVNOToDbcPortingInRecipient.xsd
// Type: XSD file
// Created: 17/12/2007
// LastUpdate 29/10/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="MVNOToDbcPortingInRecipient">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_RECIPIENT" type="xs:string"/>
<xs:element name="CODICE_DONATING" type="xs:string"/>
<xs:element name="PREFISSO_AOM" type="mobilePrefix"/>
<xs:element name="NUMERO_TELEFONO_AOM" type="mobileNumber"/>
<xs:element name="ICCID_AOM" type="iccidType" minOccurs="0"/>
<xs:element name="CODICE_FISCALE" type="CF_Type" minOccurs="0"/>
<xs:element name="PARTITA_IVA" type="PI_Type" minOccurs="0"/>
<xs:element name="TIPO_UTENZA" type="TipoUtenza" minOccurs="0"/>
<xs:element name="DATA_CUT_OVER" type="dateType" minOccurs="0"/>
<xs:element name="COGNOME" type="strLn50" minOccurs="0"/>
<xs:element name="NOME" type="strLn30" minOccurs="0"/>
<xs:element name="RAGIONE_SOCIALE" type="strLn80" minOccurs="0"/>
<xs:element name="TIPO_DOCUMENTO" type="TipoDoc" minOccurs="0"/>
<xs:element name="NUMERO_DOCUMENTO" type="strLn30" minOccurs="0"/>
<xs:element name="DATA_RICHIESTA_OPERAZIONE" type="dateTimeType"/>
<xs:element name="TIPO_OPERAZIONE" type="TipoOperazione"/>
<xs:element name="PROFILO" type="xs:string"/>
<xs:element name="IMSI" type="strLn15"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
<xs:element name="FLAG_TRASFERIMENTO_CREDITO" type="flagYN"/>
<xs:element name="FLAG_FURTO" type="flagYN" minOccurs="0"/>
<xs:element name="FLAG_PREVALIDAZIONE" type="flagYN" minOccurs="0"/>
<xs:element name="PROGETTO_AD_HOC" type="flagYN"/>
<xs:element name="CODICE_GRUPPO" type="strLn12" minOccurs="0"/>
<xs:element name="ROUTING_NUMBER" type="strLn3"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: MVNOToDbcUpdateDcoDonor.xsd
// Type: XSD file
// Created: 25/08/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="MVNOToDbcUpdateDcoDonor">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="CODICE_GRUPPO" type="strLn12"/>
<xs:element name="DATA_CUT_OVER" type="dateType"/>
<xs:element name="BUSINESS_ID" type="BusinessId"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: MVNOToDbcValidazioneDonor.xsd
// Type: XSD file
// Created: 17/12/2007
// LastUpdate 25/08/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="MVNOToDbcValidazioneDonor">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
<xs:element name="ESITO_VALIDAZIONE" type="EsitoValidazioneDonor"/>
<xs:element name="DATA_EFFETTIVA_VALIDAZIONE" type="dateTimeType" />
<xs:element name="BUSINESS_ID" type="BusinessId" />
<xs:element minOccurs="0" name="CODICE_CAUSALE_RIFIUTO" type="casualeRifiutoType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>

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>