47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
// Name: DBCToMSPESPnotifyEndCreditTransferESP
|
|
// 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="notifyEndCreditTransferESP">
|
|
<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: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="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: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>
|