?? customerrequestmsg.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/CustomerRequestMsg"
xmlns:tns="http://demo.sun.com/openesb/types/CustomerRequestMsg"
elementFormDefault="qualified">
<xsd:element name="CustomerRequestMsg"
type="tns:CustomerRequestMsg"/>
<xsd:complexType name="CustomerRequestMsg">
<xsd:sequence>
<xsd:element name="accountNum" type="xsd:string"/>
<xsd:element name="accountPassword" type="xsd:string"/>
<xsd:element name="operateAmount" type="xsd:int" nillable="true"/>
<xsd:element name="operateType" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -