First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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.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:schema>
|
||||
Reference in New Issue
Block a user