21 lines
676 B
XML
21 lines
676 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
// Name: MVNOToDbcUpdateDcoDonor.xsd
|
|
// Type: XSD file
|
|
// Created: 25/08/2009
|
|
// Developed by: ValueTeam
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:include schemaLocation="DBC_TYPES.xsd"/>
|
|
<xs:element name="MVNOToDbcUpdateDcoDonor">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ID_RICHIESTA_DBC" type="strLn23"/>
|
|
<xs:element name="CODICE_GRUPPO" type="strLn12"/>
|
|
<xs:element name="DATA_CUT_OVER" type="dateType"/>
|
|
<xs:element name="BUSINESS_ID" type="BusinessId"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|