159 lines
5.8 KiB
XML
159 lines
5.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:sm="http://dbcfx/SOA/CRMWirelineVOIPMgmt/2023-03-23"
|
|
targetNamespace="http://dbcfx/SOA/CRMWirelineVOIPMgmt/2023-03-23"
|
|
elementFormDefault="qualified"
|
|
version="1.1">
|
|
<xs:annotation>
|
|
<xs:documentation>Notifica online CRM-DBC RIENTRI VOIP</xs:documentation>
|
|
</xs:annotation>
|
|
<xs:element name="NotificaVOIPFromCRM">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="ID_ESIGENZA" type="sm:string15TYPE"/>
|
|
<xs:element name="TIPO_CHIAMATA" type="sm:tipoChiamataTYPE"/>
|
|
<xs:element name="TIPO_EVENTO" type="sm:tipoEventoTYPE"/>
|
|
<xs:element name="PIATTAFORMA_PROVENIENZA" type="sm:piattaformaProvTYPE"/>
|
|
<xs:element name="LISTA_DN" type="sm:listaDNTYPE"/>
|
|
<xs:element name="COW" type="sm:string3TYPE"/>
|
|
<xs:element name="NOMINATIVO_CLIENTE" type="sm:string100TYPE"/>
|
|
<xs:element name="CODICE_FISCALE_PARTIVA_IVA" type="sm:string16TYPE"/>
|
|
<xs:element name="RECAPITO_ALTERNATIVO" type="sm:recapitoAlternTYPE"/>
|
|
<xs:element name="DAC" type="sm:string10TYPE"/>
|
|
<xs:element name="RNB" type="sm:string18TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_OPERAZIONE" type="sm:string19TYPE"/>
|
|
<xs:element name="COD_MARCAGGIO_CLIENTE" type="sm:string2TYPE" minOccurs="0"/>
|
|
<xs:element name="COD_CANALE_VENDITA" type="sm:string5TYPE" minOccurs="0"/>
|
|
<xs:element name="ID_OL_FITTIZIO" type="sm:string15TYPE"/>
|
|
<xs:element name="FLAG_CONSIP" type="sm:flagYNTYPE"/>
|
|
<xs:element name="CODICE_PROGETTO" type="sm:string18TYPE" minOccurs="0"/>
|
|
<xs:element name="MODULO_CC" type="sm:string30TYPE" minOccurs="0"/>
|
|
<xs:element name="MODULO_PARTNER" type="sm:string30TYPE" minOccurs="0"/>
|
|
<xs:element name="PROTOCOLLO_DMS" type="sm:string300TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_CREAZIONE_SR" type="sm:string19TYPE" minOccurs="0"/>
|
|
<xs:element name="ID_PADRE" type="sm:string15TYPE" minOccurs="0"/>
|
|
<xs:element name="CAUSALE_KO_PDC" type="sm:string200TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_CHIUSURA_SR" type="sm:string19TYPE" minOccurs="0"/>
|
|
<xs:element name="RN" type="sm:string15TYPE" minOccurs="0"/>
|
|
<xs:element name="FLAG_VERTICALIZZATO" type="sm:flagYNTYPE" minOccurs="0"/>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:complexType name="listaDNTYPE">
|
|
<xs:sequence>
|
|
<xs:element name="DN" maxOccurs="100">
|
|
<xs:complexType>
|
|
<xs:attribute name="NUM_TEL" type="sm:string12TYPE" use="required"/>
|
|
<xs:attribute name="CLASSIFICAZIONE" type="sm:classificazioneTYPE" use="required"/>
|
|
<xs:attribute name="DONOR" type="sm:string3TYPE" />
|
|
<xs:attribute name="PRIMARIO" type="sm:string12TYPE" />
|
|
<xs:attribute name="RADICALE" type="sm:string12TYPE" />
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="AckToCRM">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="COD_RISPOSTA" type="sm:string3TYPE" />
|
|
<xs:element name="DESC_RISPOSTA" type="sm:string200TYPE" />
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:simpleType name="classificazioneTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="XA|XB|XC|XD|XE|XF"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoChiamataTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="VOIP35|VOIP103"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoEventoTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="RIENTRO|CHIUSURA|CLONATOXTOOL|RIMODULAZIONE_DAC"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="piattaformaProvTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="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="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="recapitoAlternTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{1,20}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string18TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="18"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="flagYNTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="Y|N"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string30TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="30"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string200TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string300TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="300"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|