Files
gateway-dbc-fx/gnpdev/sim/build/building/sim-classes/wsdls/CRM_TO_DBCFX.xsd
2024-05-09 17:40:24 +02:00

143 lines
6.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="unqualified"
targetNamespace="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1"
xmlns="http://telecomitalia.it/crmaffari/dbcfx/acqservice-v1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<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 minOccurs="0" name="ID_SOLUTION" type="string15TYPE"/>
<xs:element name="TIPO_CHIAMATA" type="tipoChiamataTYPE"/>
<xs:element name="TIPO_EVENTO" type="tipoEventoTYPE"/>
<xs:element name="PIATTAFORMA_PROVENIENZA" type="piattaformaProvTYPE"/>
<xs:element minOccurs="0" name="CANALE_PROVENIENZA" type="string5TYPE"/>
<xs:element name="NUMERO_TELEFONO" type="phoneTYPE"/>
<xs:element minOccurs="0" name="COR" type="string12TYPE"/>
<xs:element name="COW" type="string3TYPE"/>
<xs:element minOccurs="0" name="COS" type="string3TYPE"/>
<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"/>
<xs:element minOccurs="0" name="DAC" type="string10TYPE"/>
<xs:element minOccurs="0" name="DET" type="string10TYPE"/>
<xs:element minOccurs="0" name="COW2" type="string3TYPE"/>
<xs:element minOccurs="0" name="COR2" type="string12TYPE"/>
<xs:element minOccurs="0" name="COS2" type="string3TYPE"/>
<xs:element minOccurs="0" name="DN1" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN2" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN3" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN4" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN5" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN6" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN7" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN8" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN9" type="string12TYPE"/>
<xs:element minOccurs="0" name="DN10" type="string12TYPE"/>
<xs:element minOccurs="0" name="CAUSALE_RIFIUTO" type="string100TYPE"/>
<xs:element name="DATA_OPERAZIONE" type="string19TYPE"/>
<xs:element minOccurs="0" name="COD_CORRELAZIONE" type="string8TYPE"/>
<xs:element minOccurs="0" name="NUM_TOT_RICHIESTE" type="numTYPE"/>
<xs:element minOccurs="0" name="COD_MARCAGGIO_CLIENTE" type="string2TYPE"/>
<xs:element minOccurs="0" name="COD_CANALE_VENDITA" type="string5TYPE"/>
<xs:element name="FLAG_DICHIARAZIONE" type="flagTYPE"/>
<xs:element minOccurs="0" name="TIPO_DISDETTA" type="tipoDisdettaTYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="tipoChiamataTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="FONIA|ADSL|NPg|NAKED|DOPPIO_DONATING"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoEventoTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="RIENTRO|DISDETTA|EMISSIONE|ESPLETAMENTO|ANNULLAMENTO|KO_PITAGORA|CHIUSURA"/>
</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,15}"/>
</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:schema>