First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
// Name: DbcToGispRichiestaCessazione.xsd
|
||||
// Type: XSD file
|
||||
// Created: 12/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="DbcToGispRichiestaCessazione">
|
||||
<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" minOccurs="0"/>
|
||||
<xs:element name="OLOCODE" type="strLn4"/>
|
||||
<xs:element name="TID" type="strLn23" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user