First Commit - Source Code from Reply
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user