?? withdrawresponsemsg.xsd
字號:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://demo.sun.com/openesb/types/WithdrawResponseMsg"
xmlns:tns="http://demo.sun.com/openesb/types/WithdrawResponseMsg"
elementFormDefault="qualified">
<xsd:element name="WithdrawResponseMsg"
type="tns:WithdrawResponseMsg"/>
<xsd:complexType name="WithdrawResponseMsg">
<xsd:sequence>
<xsd:element name="status" type="xsd:string" nillable="true"/>
<xsd:element name="decision" type="xsd:string" nillable="true"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -