⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 invoice.xsd

📁 ejb克斯人随风俗
💻 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 + -