63 lines
2.2 KiB
XML
63 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcm/SOA/EsitoAttivazioneCessazione/2021-02-01" targetNamespace="http://dbcm/SOA/EsitoAttivazioneCessazione/2021-02-01" elementFormDefault="qualified" version="1.0">
|
|
<xs:element name="request">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="msisdn" type="sm:string15Type" />
|
|
<xs:element name="identificativoRichiesta" type="sm:string23Type" minOccurs="0" />
|
|
<xs:element name="tipoRichiesta" type="sm:tipoRichiestaType" />
|
|
<xs:element name="dataEspletamento" type="sm:espletamentoDateType" />
|
|
<xs:element name="tipoLinea" type="sm:string15Type" minOccurs="0" />
|
|
<xs:element name="rgn" type="sm:string3Type" minOccurs="0" />
|
|
<xs:element name="imsi" type="sm:string15Type" minOccurs="0" />
|
|
<xs:element name="sistemaChiamante" type="sm:string15Type" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="response">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="codice" type="sm:string3Type" />
|
|
<xs:element name="descrizione" type="sm:string255Type" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:simpleType name="tipoRichiestaType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="1|2|3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string2Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string3Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string15Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string23Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="23" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string255Type">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="espletamentoDateType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|