First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
//-FILE-ID
// Name: PortingOutMgmt.xsd
// Analysis Version: ServiceSpecification_DBSSGOA_PortingOutMgmt_ver_1.1_rev1.doc
// Developed by:
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://telecomitalia.it/SOA/PortingOutMgmt/2015-11-04" xmlns:cst="http://telecomitalia.it/SOA/PortingOutMgmtEntities" xmlns:ns1="http://telecomitalia.it/SOA/PortingOutMgmt" targetNamespace="http://telecomitalia.it/SOA/PortingOutMgmt" elementFormDefault="qualified" version="1.0">
<xs:import namespace="http://telecomitalia.it/SOA/PortingOutMgmtEntities" schemaLocation="PortingOutMgmtEntities.xsd"/>
<xs:element name="portoutOrderRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="customerOrder" type="cst:CustomerOrderType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="notifyPortoutRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="productOrder" type="cst:ProductOrderType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="validatePortoutRequest">
<xs:complexType>
<xs:sequence>
<xs:element name="productOrder" type="cst:ProductOrderType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>