First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
// Name: DbcToMVNONotificaSLADonor.xsd
|
||||
// Type: XSD file
|
||||
// Created: 20/01/2010
|
||||
// LastUpdate 20/01/2010
|
||||
// Developed by: ValueTeam
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:include schemaLocation="../../DBC_Types/DBC_TYPES.xsd"/>
|
||||
<xs:element name="DbcToMVNONotificaSLADonor">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
|
||||
<xs:element name="BUSINESS_ID" type="BusinessId"/>
|
||||
<xs:element name="CODICE_OPERATORE_DONATING" type="CodiceOperatore"/>
|
||||
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="CodiceOperatore"/>
|
||||
<xs:element name="NUMERO_TELEFONO" type="mobilePrefixAndNumber"/>
|
||||
<xs:element name="LISTA_SLA_DON" type="LISTA_SLA_DONOR"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:complexType name="LISTA_SLA_DONOR">
|
||||
<xs:sequence>
|
||||
<xs:element name="LISTA_SLA" type="LISTA_SLA_DON_TYPE" maxOccurs="1"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="LISTA_SLA_DON_TYPE">
|
||||
<xs:sequence>
|
||||
<xs:element name="TIPO_SLA" type="strLn4"/>
|
||||
<xs:element name="T_INIZIALE" type="strLn50"/>
|
||||
<xs:element name="T_FINALE" type="strLn50"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
// Name: DbcToMVNONotificaSLARecipient.xsd
|
||||
// Type: XSD file
|
||||
// Created: 20/01/2010
|
||||
// LastUpdate 20/01/2010
|
||||
// Developed by: ValueTeam
|
||||
-->
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:include schemaLocation="../../DBC_Types/DBC_TYPES.xsd"/>
|
||||
<xs:element name="DbcToMVNONotificaSLARecipient">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="BUSINESS_ID" type="BusinessId"/>
|
||||
<xs:element name="CODICE_OPERATORE_DONATING" type="CodiceOperatore"/>
|
||||
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="CodiceOperatore"/>
|
||||
<xs:element name="NUMERO_TELEFONO" type="mobilePrefixAndNumber"/>
|
||||
<xs:element name="LISTA_SLA_REC" type="LISTA_SLA_RECIPIENT"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:complexType name="LISTA_SLA_RECIPIENT">
|
||||
<xs:sequence>
|
||||
<xs:element name="LISTA_SLA" type="LISTA_SLA_REC_TYPE" maxOccurs="unbounded"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
<xs:complexType name="LISTA_SLA_REC_TYPE">
|
||||
<xs:sequence>
|
||||
<xs:element name="TIPO_SLA" type="strLn4"/>
|
||||
<xs:element name="T_INIZIALE" type="strLn50"/>
|
||||
<xs:element name="T_FINALE" type="strLn50"/>
|
||||
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
|
||||
<xs:element name="CODICE_OPERATORE_TP" type="CodiceOperatore" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user