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

38 lines
1.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>Notifica online DBC-CRM</xs:documentation>
</xs:annotation>
<xs:element name="VerificaCS">
<xs:complexType>
<xs:sequence>
<xs:element name="CODICE_SESSIONE" type="string50TYPE"/>
<xs:element name="COW" type="string3TYPE"/>
<xs:element name="COR" type="string12TYPE"/>
<xs:element name="TIPO_CHIAMATA" type="tipoChiamataTYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="string3TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string50TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoChiamataTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="1|2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string12TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>