1 line
20 KiB
XML
1 line
20 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-3" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-6-MM7-1-3" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="http://schemas.xmlsoap.org/soap/envelope/"/>
<xs:element name="TransactionID">
<xs:annotation>
<xs:documentation>The transaction ID that shall be included in the SOAP Header</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="soap:mustUnderstand"/>
<xs:attribute ref="soap:encodingStyle"/>
<xs:attribute ref="soap:actor"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="SubmitReq" type="tns:submitReqType">
<xs:annotation>
<xs:documentation>VASP to MMS : Sending MM from the VASP to one or more recipients</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SubmitRsp" type="tns:submitRspType">
<xs:annotation>
<xs:documentation>MMS to VASP: Response to a VASP after MM submission request</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliverReq" type="tns:deliverReqType">
<xs:annotation>
<xs:documentation>MMS to VASP : Delivery of MM from the MMS Relay/Server to the VASP </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliverRsp" type="tns:deliverRspType">
<xs:annotation>
<xs:documentation>VASP to MMS : Response to a message delivered to the VASP from the MMS Relay/Server</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CancelReq" type="tns:cancelReqType">
<xs:annotation>
<xs:documentation>VASP to MMS: Request to cancel a message submission </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CancelRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>MMS to VASP: Response to a VASP after MM cancellation request </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReplaceReq" type="tns:replaceReqType">
<xs:annotation>
<xs:documentation>VASP to MMS: Request to replace a message which was submitted </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReplaceRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>MMS to VASP: Response to a VASP after MM replace request </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliveryReportReq" type="tns:deliveryReportReqType">
<xs:annotation>
<xs:documentation>MMS to VASP : Delivery Report from one of the MM recipients</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DeliveryReportRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>VASP to MMS: Response to a delivery report delivered to the VASP</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReadReplyReq" type="tns:readReplyReqType">
<xs:annotation>
<xs:documentation>MMS to VASP : Delivery Report from one of the MM recipients</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReadReplyRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>VASP to MMS: Response to a read reply delivered to the VASP</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RSErrorRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>MMS to VASP: Error response to a any bad request sent to the MMS Relay/Server</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="VASPErrorRsp" type="tns:genericResponseType">
<xs:annotation>
<xs:documentation>VASP to MMS: Error response to a any bad request sent to the VASP</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="senderIDType">
<xs:sequen
|