22 lines
819 B
XML
22 lines
819 B
XML
<?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> |