📄 invoice.xsd
字号:
<?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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -