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

22 lines
825 B
XML

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