163 lines
6.7 KiB
XML
163 lines
6.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" elementFormDefault="unqualified" attributeFormDefault="unqualified">
|
|
<xs:annotation>
|
|
<xs:documentation>Notifica online CRM-DBC </xs:documentation>
|
|
</xs:annotation>
|
|
<xs:element name="NotificaFromCRM">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ID_ESIGENZA" type="string15TYPE"/>
|
|
<xs:element name="ID_SOLUTION" type="string15TYPE" minOccurs="0"/>
|
|
<xs:element name="TIPO_CHIAMATA" type="tipoChiamataTYPE"/>
|
|
<xs:element name="TIPO_EVENTO" type="tipoEventoTYPE"/>
|
|
<xs:element name="PIATTAFORMA_PROVENIENZA" type="piattaformaProvTYPE"/>
|
|
<xs:element name="CANALE_PROVENIENZA" type="string5TYPE" minOccurs="0"/>
|
|
<xs:element name="NUMERO_TELEFONO" type="phoneTYPE"/>
|
|
<xs:element name="COR" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="COW" type="string3TYPE"/>
|
|
<xs:element name="COS" type="string3TYPE" minOccurs="0"/>
|
|
<xs:element name="NOMINATIVO_CLIENTE" type="string100TYPE"/>
|
|
<xs:element name="CODICE_FISCALE_PARTIVA_IVA" type="string16TYPE"/>
|
|
<xs:element name="RECAPITO_ALTERNATIVO" type="recapitoAlternTYPE"/>
|
|
<xs:element name="SLA" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="DAC" type="string10TYPE" minOccurs="0"/>
|
|
<xs:element name="DET" type="string10TYPE" minOccurs="0"/>
|
|
<xs:element name="COW2" type="string3TYPE" minOccurs="0"/>
|
|
<xs:element name="COR2" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="COS2" type="string3TYPE" minOccurs="0"/>
|
|
<xs:element name="DN1" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN2" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN3" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN4" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN5" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN6" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN7" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN8" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN9" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="DN10" type="string12TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN2" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN3" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN4" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN5" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN6" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN7" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN8" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN9" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="STATO_DN10" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="CAUSALE_RIFIUTO" type="string100TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_OPERAZIONE" type="string19TYPE"/>
|
|
<xs:element name="COD_CORRELAZIONE" type="string8TYPE" minOccurs="0"/>
|
|
<xs:element name="NUM_TOT_RICHIESTE" type="numTYPE" minOccurs="0"/>
|
|
<xs:element name="COD_MARCAGGIO_CLIENTE" type="string2TYPE" minOccurs="0"/>
|
|
<xs:element name="COD_CANALE_VENDITA" type="string5TYPE" minOccurs="0"/>
|
|
<xs:element name="FLAG_DICHIARAZIONE" type="flagTYPE"/>
|
|
<xs:element name="TIPO_DISDETTA" type="tipoDisdettaTYPE" minOccurs="0"/>
|
|
<xs:element name="FLAG_NAKED" type="xs:string" minOccurs="0"/>
|
|
<xs:element name="ID_OL" type="string15TYPE" minOccurs="0"/>
|
|
<xs:element name="CODICE_OL" type="string18TYPE" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:simpleType name="tipoChiamataTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="FONIA|ADSL|NPg35|NAKED|DOPPIO_DONATING|NPg103"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoEventoTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="RIENTRO|DISDETTA|EMISSIONE|ESPLETAMENTO|ANNULLAMENTO|KO_PITAGORA|CHIUSURA|KO_SPONTANEA_OLO|A375|RIMODULAZIONE_DAC"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="piattaformaProvTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="R|B"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string15TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string10TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="phoneTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{1,12}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string100TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="100"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string16TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="16"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string2TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string19TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="19"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string3TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string5TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="5"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string8TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="recapitoAlternTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{1,20}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="numTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{0,9}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="flagTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="0|1"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoDisdettaTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="F|D|"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string50TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string18TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="18"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|