First Commit - Source Code from Reply
This commit is contained in:
60
dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/gisp/notifyGispEvent.xsd
Normal file
60
dbcmnpsrc/FE/mnpdev/wsdbc/wsdl/gisp/notifyGispEvent.xsd
Normal file
@@ -0,0 +1,60 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user