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,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>