61 lines
1.8 KiB
XML
61 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xs:schema
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:sm="http://dbcmnp/SOA/NotifyGispEvent/2023-04-06"
|
|
targetNamespace="http://dbcmnp/SOA/NotifyGispEvent/2023-04-06"
|
|
elementFormDefault="qualified"
|
|
version="1.0"
|
|
>
|
|
<xs:element name="notifyGispEventRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="sysdate" type="sm:string20TYPE" minOccurs="0"/>
|
|
<xs:element name="msisdn" type="sm:string12TYPE"/>
|
|
<xs:element name="tipoEvento" type="sm:string3TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:element name="notifyGispEventResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="codiceAck" type="sm:tipoAckTYPE"/>
|
|
<xs:element name="descrAck" type="sm:string255TYPE" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<xs:simpleType name="string20TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
|
|
|
|
<xs:simpleType name="string3TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3"/>
|
|
</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>
|