tmyclass.xml

来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· XML 代码 · 共 9 行

XML
9
字号
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<a1:TMyClass id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/nsassem/NETSerializableDemo/NETSerializableDemo%2C%20Version%3D0.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Dnull">
<iSize>4</iSize>
<sName id="ref-3">TMyClass</sName>
</a1:TMyClass>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?