65 lines
2.5 KiB
XML
65 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema elementFormDefault="qualified"
|
|
targetNamespace="http://dbcfx/SOA/EsitoCessazioneMgmt/2016-09-16"
|
|
version="1.0"
|
|
xmlns:sm="http://dbcfx/SOA/EsitoCessazioneMgmt/2016-09-16" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="EsitoCessazioneRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_RICHIESTA" type="sm:string15TYPE"/>
|
|
<xs:element name="CODICE_ORDINE_OLO" type="sm:string31TYPE"/>
|
|
<xs:element name="CODICE_ESITO" type="sm:string8TYPE"/>
|
|
<xs:element minOccurs="0" name="DESCRIZIONE_ESITO" type="sm:string255TYPE"/>
|
|
<xs:element name="DIRECTORY_NUMBER" type="sm:string12TYPE"/>
|
|
<xs:element minOccurs="0" name="DAC" type="sm:string10TYPE"/>
|
|
<xs:element minOccurs="0" name="RN" type="sm:string15TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="EsitoCessazioneResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_ACK" type="sm:tipoAckTYPE"/>
|
|
<xs:element name="DESCR_ACK" type="sm:string255TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- SimpleTypes START -->
|
|
<xs:simpleType name="string8TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="8"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string10TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string15TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string31TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="31"/>
|
|
</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>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|