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

41 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DBCToMSPnotifyEndCreditTransfer.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="notifyEndCreditTransfer">
<xs:complexType>
<xs:sequence>
<xs:element name="ID_RICHIESTA" type="string23TYPE"/>
<xs:element name="DATA_NOTIFICA_CREDITO" type="string8TYPE"/>
<xs:element name="ORA_NOTIFICA_CREDITO" type="string5TYPE"/>
<xs:element name="MSISDN" type="string12TYPE"/>
</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="string8TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string5TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>