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

48 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2007 sp1 (http://www.altova.com) by () -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>CRM per notifica a DBCFX Espletamento NIPHZ</xs:documentation>
</xs:annotation>
<xs:element name="NotificaHZFromCRM">
<xs:annotation>
<xs:documentation>Root element per notifica da CRM</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ID_SOLUTION" type="string15TYPE"/>
<xs:element name="TIPO_CHIAMATA" type="tipoChiamataTYPE"/>
<xs:element name="TIPO_EVENTO" type="tipoEventoTYPE"/>
<xs:element name="NUMERO_TELEFONO" type="phoneTYPE"/>
<xs:element name="DET" type="string19TYPE"/>
<xs:element name="DATA_OPERAZIONE" type="string19TYPE"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="string15TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoChiamataTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="NIP N TIM"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="tipoEventoTYPE">
<xs:restriction base="xs:string">
<xs:pattern value="ESPLETAMENTO"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="phoneTYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="12"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="string19TYPE">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>