?? invoice.xsd
字號(hào):
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://java.sun.com/blueprints/ns/invoice" xmlns="http://java.sun.com/blueprints/ns/invoice" elementFormDefault="qualified"> <xsd:element name="Invoice" type="InvoiceType"/> <xsd:complexType name="InvoiceType"> <xsd:sequence> <xsd:element name="InvoiceId" type="xsd:string"/> <xsd:element name="OPCPoId" type="xsd:string"/> <xsd:element name="SupplierId" type="xsd:string"/> <xsd:element name="status" type="xsd:string"/> </xsd:sequence> </xsd:complexType></xsd:schema>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -