First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,116 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
// Name: DBCToBITNotificaEventiPPBU.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="NotificaEventiPPBU">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="TIPO_SPEDIZIONE" type="string2TYPE"/>
|
||||
<xs:element name="ID_RICHIESTA_DBC" type="string23TYPE"/>
|
||||
<xs:element name="MSISDN" type="string13TYPE"/>
|
||||
<xs:element name="CODICE_FISCALE_PARTITA_IVA" type="string16TYPE"/>
|
||||
<xs:element name="CODICE_PROFILO_TARIFFARIO" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="DESCRIZIONE_PROFILO_TARIFFARIO" type="string50TYPE" minOccurs="0"/>
|
||||
<xs:element name="STATO_RICHIESTA" type="string30TYPE"/>
|
||||
<xs:element name="CAUSALE_RIFIUTO" type="string50TYPE" minOccurs="0"/>
|
||||
<xs:element name="DATA_ORA_EFFETTIVA_VALIDAZIONE" type="string19TYPE" minOccurs="0"/>
|
||||
<xs:element name="DATA_CUT_OVER" type="string10TYPE"/>
|
||||
<xs:element name="FLAG_RIACCREDITO" type="flagYN"/>
|
||||
<xs:element name="CODICE_DONATING" type="string4TYPE"/>
|
||||
<xs:element name="CREDITO" type="patternCredito" minOccurs="0"/>
|
||||
<xs:element name="DATA_NOTIFICA_CREDITO" type="string8TYPE" minOccurs="0"/>
|
||||
<xs:element name="ORA_NOTIFICA_CREDITO" type="string5TYPE" minOccurs="0"/>
|
||||
</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="flagYN">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="Y|N"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string2TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string4TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string23TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="23"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string13TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="13"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string16TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="16"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string10TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10"/>
|
||||
</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="string19TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="19"/>
|
||||
</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>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?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>
|
||||
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:include schemaLocation="../DBC_Types/HZ_DBC_TYPES.xsd"/>
|
||||
<xs:element name="NotificaFromBIT">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SUBSYS" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="ID_RICHIESTA_BIT" type="string12TYPE"/>
|
||||
<xs:element name="PREFISSO_DN" type="fixedPrefixTYPE"/>
|
||||
<xs:element name="NUMERO_DN" type="fixedNumberTYPE"/>
|
||||
<xs:element name="TIPO_OPERAZIONE" type="operationTYPE"/>
|
||||
<xs:element name="MSISDN" type="mobilePhoneTYPE" minOccurs="0"/>
|
||||
<xs:element name="NOME_CLIENTE" type="string30TYPE" minOccurs="0"/>
|
||||
<xs:element name="COGNOME_CLIENTE" type="string60TYPE" minOccurs="0"/>
|
||||
<xs:element name="DENOMINAZIONE_SOCIALE" type="string60TYPE" minOccurs="0"/>
|
||||
<xs:element name="CF_PARTITA_IVA" type="string16TYPE" minOccurs="0"/>
|
||||
<xs:element name="VIA" type="string70TYPE" minOccurs="0"/>
|
||||
<xs:element name="LOCALITA" type="string60TYPE" minOccurs="0"/>
|
||||
<xs:element name="NUMERO_CIVICO" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="CODICE_COMUNE" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="NOTE" type="string255TYPE" minOccurs="0"/>
|
||||
<xs:element name="DAC" type="string10TYPE" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:simpleType name="string30TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string60TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="60"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string16TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="16"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string70TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="70"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string10TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string255TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string12TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Notifica online DBC-BIT per il processo di Office Zone </xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:include schemaLocation="../DBC_Types/HZ_DBC_TYPES.xsd"/>
|
||||
<xs:element name="NotificaFromDBC">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="SUBSYS" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="ID_RICHIESTA_BIT" type="string12TYPE"/>
|
||||
<xs:element name="CODICE_EVENTO" type="eventTYPE"/>
|
||||
<xs:element name="ESITO" type="esitoTYPE"/>
|
||||
<xs:element name="DIRECTORY_NUMBER" type="directoryNumberTYPE"/>
|
||||
<xs:element name="DAC" type="string10TYPE" minOccurs="0"/>
|
||||
<xs:element name="CAUSALE_RIFIUTO" type="string255TYPE" minOccurs="0"/>
|
||||
<xs:element name="NOTE" type="string255TYPE" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:simpleType name="string11TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="11"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string10TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string255TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="255"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="esitoTYPE">
|
||||
<xs:restriction base="xs:int">
|
||||
<xs:pattern value="0|1"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string12TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user