Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/build/databinding/schema/msp/MSPToDBCnotifyCreditTransferDonorTIM.xsd
2024-05-13 12:54:14 +02:00

35 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: MSPToDBCnotifyCreditTransferDonorTIM.xsd
// Type: XSD file
// Created: 17/03/2009
// LastUpdate 17/03/2009
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="notifyCreditTransferDonorTIM">
<xs:complexType>
<xs:sequence>
<xs:element name="TIPO_EVENTO" type="CodiceTipoEventoNotificaTFC"/>
<xs:element name="ID_RICHIESTA_DBC" type="string23TYPE"/>
<xs:element name="IMPORTO_CREDITO_RESIDUO" type="patternCredito"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="string23TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="23"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CodiceTipoEventoNotificaTFC">
<xs:restriction base="xs:string">
<xs:pattern value="01|03"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="patternCredito">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{1,5}[.][0-9]{2,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>