merge branch_C07_2024 on master (PROD)
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- edited with XMLSpy v2009 sp1 (http://www.altova.com) by VTSvil (ValueTeam) -->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:sm="http://dbcfx/SOA/EsitoVerificaCSDonor/2023-03-23"
|
||||
targetNamespace="http://dbcfx/SOA/EsitoVerificaCSDonor/2023-03-23"
|
||||
elementFormDefault="qualified"
|
||||
version="1.1">
|
||||
<xs:annotation>
|
||||
<xs:documentation>Esito verifica CS - CRM to DBCFX </xs:documentation>
|
||||
</xs:annotation>
|
||||
<xs:element name="EsitoVerificaCS">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="CODICE_SESSIONE" type="sm:string50TYPE"/>
|
||||
<xs:element name="PIATTAFORMA_PROVENIENZA" type="sm:piattaformaProvTYPE"/>
|
||||
<xs:element name="ESITO" type="sm:flagOpzTYPE"/>
|
||||
<xs:element name="CAUSALE" type="sm:string30TYPE" minOccurs="0"/>
|
||||
<xs:element name="RADICALE_GNR" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN0" type="sm:string12TYPE"/>
|
||||
<xs:element name="DN1" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN2" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN3" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN4" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN5" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN6" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="DN7" type="sm:string12TYPE" minOccurs="0"/>
|
||||
<xs:element name="ADSL" type="sm:flagOpzTYPE" minOccurs="0"/>
|
||||
<xs:element name="TI_OU_NUM" type="sm:string30TYPE"/>
|
||||
<xs:element name="TI_ID_ODM" type="sm:string50TYPE"/>
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="AckToCRM">
|
||||
<xs:complexType>
|
||||
<xs:all>
|
||||
<xs:element name="COD_RISPOSTA" type="sm:string12TYPE" />
|
||||
<xs:element name="DESC_RISPOSTA" type="sm:string50TYPE" />
|
||||
</xs:all>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:simpleType name="string50TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50"/>
|
||||
</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="string30TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="30"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="string12TYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="12"/>
|
||||
</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="flagOpzTYPE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="0|1|"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user