Files
gateway-dbc-fx/gnpdev/build/databinding/schema/crm/CRM_TO_DBCFX_DONOR.xsd
2024-05-09 17:40:24 +02:00

59 lines
2.2 KiB
XML

<?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">
<xs:annotation>
<xs:documentation>Esito verifica CS - CRM to DBCFX </xs:documentation>
</xs:annotation>
<xs:element name="EsitoVerificaCS">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_SESSIONE" type="string50TYPE"/>
<xs:element name="PIATTAFORMA_PROVENIENZA" type="piattaformaProvTYPE"/>
<xs:element name="ESITO" type="flagOpzTYPE"/>
<xs:element name="CAUSALE" type="string30TYPE" minOccurs="0"/>
<xs:element name="RADICALE_GNR" type="string12TYPE" minOccurs="0"/>
<xs:element name="DN0" type="string12TYPE"/>
<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="ADSL" type="flagOpzTYPE" minOccurs="0"/>
<xs:element name="TI_OU_NUM" type="string30TYPE" minOccurs="0"/>
</xs:sequence>
</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>