First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,191 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by aaa (ORiON) -->
|
||||
<!--
|
||||
// Name: DBC_TYPES.xsd
|
||||
// Type: XSD file
|
||||
// Created: 09/01/2008
|
||||
// LastUpdate 08/02/2008
|
||||
// Developed by: ValueTeam
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:simpleType name="dateType">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{8}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="dateTimeType">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{14}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="dateTimeType2">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TipoOperazione">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="FNP"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="mobilePrefix">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{3}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="mobileNumber">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{5,10}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="mobilePrefixAndNumber">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{8,13}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CodiceOperatore">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="TISC|WIND|OPIV|H3GI|TIMG"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TipoUtenza">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="PRP|POP"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="TipoDoc">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="CI|PS|PA"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CodiceTipoEventoDonor">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="01|02|03|04"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CodiceTipoEventoRecipient">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="01|02|03|04|05|06"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CodiceEsito">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="00|01"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="BusinessId">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:length value="36"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="EsitoValidazioneDonor">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="ACCETTATA|RIFIUTATA"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CF_PI_Type">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="16"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="CF_Type">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:length value="16"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="PI_Type">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:length value="11"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeNome_Richiesta">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="DBC_DISATMNPG|DBC_ATTIVGSM|DBC_TERZEPARTI|DBC_RESTITUZIONE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeCAS">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="DBC"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeOLOCODE">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="BLUI|WIND|OPIV|H3GI|IPSE|TISC|NOVE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeESITO_CAS">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="001|002|003"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeDETTAGLIO_ESITO">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:length value="2"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeDESCRIZIONE_ESITO">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="48"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn2">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="2"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn4">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="4"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn10">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="10"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn15">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="15"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn19">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="\d{1,19}"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn20">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn23">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="23"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn50">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="50"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn64">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="64"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn70">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="70"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn100">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="100"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeINTERNA">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="S|N"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by aa (aa) -->
|
||||
<!--
|
||||
// Name: GispToDBCRispostaRichiestaAtt-Cess.xsd
|
||||
// Type: XSD file
|
||||
// Created: 12/12/2007
|
||||
// Last Update: 05/08/2010
|
||||
// Developed by: ValueTeam
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="GispToDBCRispostaRichiestaAtt-Cess">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="NOME_RICHIESTA" type="typeNOME_RICHIESTA"/>
|
||||
<xs:element name="ESITO_CAS" type="typeESITO_CAS"/>
|
||||
<xs:element name="DETTAGLIO_ESITO" type="typeDETTAGLIO_ESITO" minOccurs="0"/>
|
||||
<xs:element name="DESCRIZIONE_ESITO" type="typeDESCRIZIONE_ESITO"/>
|
||||
<xs:element name="DATA_ESPLETAMENTO" type="dateTimeType" minOccurs="0"/>
|
||||
<xs:element name="CODICE_RIPROPOSIZIONE" type="strLn23"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:simpleType name="typeNOME_RICHIESTA">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="DBC_DISATMNPG|DBC_ATTIVGSM|DBC_DISATMNPG_PP|DBC_DISATMNPG_CO|DBC_DISATMNPG_BU|DBC_TERZEPARTI|DBC_RESTITUZIONE"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeESITO_CAS">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:pattern value="001|002|003"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeDETTAGLIO_ESITO">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:length value="2"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="typeDESCRIZIONE_ESITO">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="48"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="dateTimeType">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="20"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:simpleType name="strLn23">
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="23"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
|
||||
<xs:element name="event">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="sysdate"/>
|
||||
<xs:element ref="msisdn"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="sysdate" type="xs:string"/>
|
||||
<xs:element name="msisdn">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="tipo_evento"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="value" type="xs:string" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="tipo_evento">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element ref="value"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="value" type="xs:string"/>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user