Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/dbss/PortingOutMgmt.xsd
2024-05-13 12:54:14 +02:00

32 lines
1.3 KiB
XML

<?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>