117 lines
3.9 KiB
XML
117 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
// Name: DBCToBITnotificaDonor.xsd
|
|
// Type: XSD file
|
|
// Created: 17/09/2009
|
|
// LastUpdate 17/09/2009
|
|
// Developed by: ValueTeam
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="BitNotificaDonorOut">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_FISCALE_PARTITA_IVA" type="string16TYPE" minOccurs="0" />
|
|
<xs:element name="MSISDN" type="string13TYPE" />
|
|
<xs:element name="ID_RICHIESTA_AOM" type="string64TYPE" />
|
|
<xs:element name="NOTE" type="string800TYPE" />
|
|
<xs:element name="CATEGORIA" type="string30TYPE" minOccurs="0"/>
|
|
<xs:element name="SOTTOCATEGORIA" type="string30TYPE" minOccurs="0" />
|
|
<xs:element name="DATA_ORA_VALIDAZIONE" type="string19TYPE" />
|
|
<xs:element name="ICCD_SERIAL_NUMBER" type="string30TYPE" minOccurs="0"/>
|
|
<xs:element name="OT" type="string2TYPE" minOccurs="0" />
|
|
<xs:element name="SIST_COMP" type="string5TYPE" minOccurs="0"/>
|
|
<xs:element name="CODICE_GRUPPO" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="PROGETTO_AD_HOC" type="string1TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_CUT_OVER" type="string10TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO" type="string50TYPE" />
|
|
<xs:element name="CAUSALE_RIFIUTO_VALIDAZIONE" type="string1000TYPE" minOccurs="0"/>
|
|
<xs:element name="MARCAGGIO" type="string1TYPE" minOccurs="0"/>
|
|
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="string4TYPE" />
|
|
<xs:element name="FLAG_RIACCREDITO" type="patternYN" />
|
|
<xs:element name="FLAG_FURTO" type="patternYN" />
|
|
<xs:element name="FLAG_PREVALIDAZIONE" type="patternYN" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:simpleType name="patternYN">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="Y|N"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string1000TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1000"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string800TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="800"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string64TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="64"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string50TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string30TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string16TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string19TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="19"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string13TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="13"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string10TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10"/>
|
|
</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="string4TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string2TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string1TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="1"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|