FXSend/BJDX_iagw_Mms/ns1.xsd
2025-02-28 17:05:50 +08:00

27 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://tempuri.org/ns1.xsd"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:h="http://websrv.cs.fsu.edu/~engelen/h.xsd"
xmlns:ns1="http://tempuri.org/ns1.xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified"
attributeFormDefault="unqualified">
<import namespace="http://websrv.cs.fsu.edu/~engelen/h.xsd"/>
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="TransactionID" mixed="true"><!-- _ns1__TransactionID -->
<simpleContent>
<extension base="xsd:string">
<attribute ref="SOAP-ENV:mustUnderstand" use="optional"/>
<attribute ref="SOAP-ENV:encodingStyle" use="optional"/>
<attribute ref="SOAP-ENV:actor" use="optional"/>
</extension>
</simpleContent>
</complexType>
<element name="TransactionID" type="ns1:TransactionID"/>
</schema>