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,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Name: DbcToGispRichiestaAttivazione.xsd
// Type: XSD file
// Created: 11/12/2007
// LastUpdate 08/02/2008
// Developed by: ValueTeam
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="DBC_TYPES.xsd"/>
<xs:element name="DbcToGispRichiestaAttivazione">
<xs:complexType>
<xs:sequence>
<xs:element name="NOME_RICHIESTA" type="typeNome_Richiesta"/>
<xs:element name="CAS" type="typeCAS"/>
<xs:element name="NUM_TEL" type="mobilePrefixAndNumber"/>
<xs:element name="DATA_ESPL" type="dateTimeType2" minOccurs="0"/>
<xs:element name="IMSI" type="strLn15"/>
<xs:element name="PROFILO" type="strLn4"/>
<xs:element name="TID" type="strLn23" minOccurs="0"/>
<xs:element name="INTERNA" type="typeINTERNA"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>