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

47 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DBCToBITnotificaTrasferimentoCreditoDonor.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="DBCToBITnotificaTrasferimentoCreditoDonor">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_EVENTO" type="string2TYPE"/>
<xs:element name="IDENTIFICATIVO_RICHIESTA_AOM" type="string64TYPE"/>
<xs:element name="CREDITO" type="patternCredito"/>
<xs:element name="DATA_NOTIFICA_CREDITO" type="string8TYPE"/>
<xs:element name="ORA_NOTIFICA_CREDITO" type="string5TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<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:simpleType name="string2TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string64TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="64"/>
</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:schema>