First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Notifica online DBC-GISP per il processo di Cessazione HZ passaggio altro OLO utenze native TIM</xs:documentation>
</xs:annotation>
<xs:include schemaLocation="HZ_DBC_TYPES.xsd"/>
<xs:element name="NotificaHZFromDBCFX">
<xs:complexType>
<xs:sequence>
<xs:element name="TIPO_OPERAZIONE" type="operationTYPE"/>
<xs:element name="DIRECTORY_NUMBER" type="directoryNumberTYPE"/>
<xs:element name="DET" type="string19"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:simpleType name="string19">
<xs:restriction base="xs:string">
<xs:maxLength value="19"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>