Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/build/jar-xml/schema/mvno/DbcToMVNONotificaSLADonor.xsd
2024-05-13 12:54:14 +02:00

24 lines
871 B
XML

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