64 lines
2.2 KiB
XML
64 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://dbcmnp/SOA/EsitoRicMvno/2024-06-05" targetNamespace="http://dbcmnp/SOA/EsitoRicMvno/2024-06-05" elementFormDefault="qualified" version="1.0">
|
|
<xs:element name="esitoRicMvnoRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="NOME_RICHIESTA" type="sm:typeNOME_RICHIESTA"/>
|
|
<xs:element name="CAS" type="sm:typeCAS"/>
|
|
<xs:element name="DETTAGLIO_ESITO" type="sm:typeDETTAGLIO_ESITO" minOccurs="0"/>
|
|
<xs:element name="DESCRIZIONE_ESITO" type="sm:typeDESCRIZIONE_ESITO"/>
|
|
<xs:element name="DATA_ESPLETAMENTO" type="sm:dateTimeType" minOccurs="0"/>
|
|
<xs:element name="CODICE_RIPROPOSIZIONE" type="sm:strLn23"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="esitoRicMvnoResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_ACK" type="sm:tipoAckTYPE"/>
|
|
<xs:element name="DESCRIZIONE_ACK" type="sm:string255TYPE" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:simpleType name="typeNOME_RICHIESTA">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="DBC_DISATMNPG|DBC_ATTIVGSM|DBC_DISATMNPG_PP|DBC_DISATMNPG_CO|DBC_DISATMNPG_BU"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeCAS">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="001|002|003"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeDETTAGLIO_ESITO">
|
|
<xs:restriction base="xs:string">
|
|
<xs:length value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeDESCRIZIONE_ESITO">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="48"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="dateTimeType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="strLn23">
|
|
<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="tipoAckTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="OK|KO"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|