?? depositrequestmsg.xsd
字號:
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xml.netbeans.org/schema/DepositRequestMsg" xmlns:tns="http://xml.netbeans.org/schema/DepositRequestMsg" elementFormDefault="qualified"> <xsd:element name="DepositRequestMsg" type="tns:DepositRequestMsg"/> <xsd:complexType name="DepositRequestMsg"> <xsd:sequence> <xsd:element name="accountNum" type="xsd:string"/> <xsd:element name="accountPassword" type="xsd:string"/> <xsd:element name="depositAmount" type="xsd:int"/> </xsd:sequence> </xsd:complexType> </xsd:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -