83 lines
3.2 KiB
XML
83 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- edited with XMLSpy v2013 (http://www.altova.com) by () -->
|
|
<!--
|
|
//-FILE-ID
|
|
// Name: CustomerQuery.xsd
|
|
// Version: 1.2
|
|
// Type: XSD file
|
|
// Analysis Version: ServiceSpecification_CustomerQuery_v1.2_rev0.doc
|
|
// Kit Version: 2016_01
|
|
// Created: 2015-09-17
|
|
// Last Modified: 2015-09-17
|
|
// Developed by: GdL Reply - Ing.MW
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://telecomitalia.it/SOA/CustomerQuery/2015-05-11" xmlns:cst="http://telecomitalia.it/SOA/CustomerQueryCustomTypes/2015-05-11" targetNamespace="http://telecomitalia.it/SOA/CustomerQuery/2015-05-11" elementFormDefault="qualified" version="1.0">
|
|
<xs:import namespace="http://telecomitalia.it/SOA/CustomerQueryCustomTypes/2015-05-11" schemaLocation="CustomerQueryEntities.xsd"/>
|
|
<xs:include schemaLocation="../../Shared/ProcessData_v1.0.xsd"/>
|
|
<!-- getInfoPPVV START (aggiunta per il servizio TIIT_SGI_SS_CIM_Anagrafica_PPVV_WS_v1.1 JSON) -->
|
|
<xs:element name="getInfoPPVVRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ProcessData" type="sm:ProcessData" minOccurs="0"/>
|
|
<xs:element name="Product" type="cst:ProductForGetInfoPPVVRequest" minOccurs="1" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getInfoPPVVResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element ref="sm:ProcessData"/>
|
|
<xs:element name="Product" type="cst:ProductForGetInfoPPVVResponse" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- getInfoPPVV END -->
|
|
<!-- getCustomerDetails START -->
|
|
<xs:element name="getCustomerDetailsRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ProcessData" type="sm:ProcessData" minOccurs="0"/>
|
|
<xs:element name="Customer" type="cst:CustomerForGetCustomerDetailsRequest"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getCustomerDetailsResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element ref="sm:ProcessData"/>
|
|
<xs:element name="Customer" type="cst:CustomerForGetCustomerDetailsResponse" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- getCustomerDetails END -->
|
|
<!-- getAddressList START -->
|
|
<xs:element name="getAddressListRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="ProcessData" type="sm:ProcessData" minOccurs="0"/>
|
|
<xs:element name="Customer" type="cst:CustomerForGetAddressListRequest"/>
|
|
<!--<xs:element name="ServiceAccount" type="cst:ServiceAccountForGetCustomerDetailsRequest"/>-->
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="getAddressListResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element ref="sm:ProcessData"/>
|
|
<xs:element name="Customer" type="cst:CustomerForGetAddressListResponse" minOccurs="0"/>
|
|
<!--<xs:element name="ServiceAccount" type="cst:ServiceAccountForGetCustomerDetailsRequest"/>-->
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- getAddressList END -->
|
|
<!-- ComplexTypes START -->
|
|
<!-- ComplexTypes END -->
|
|
<!-- SimpleTypes START -->
|
|
<xs:simpleType name="noEmptyFieldType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:minLength value="1"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|