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

📄 books.xsd

📁 asp入门到精通的源代码
💻 XSD
字号:
<schema id="" targetNamespace="" xmlns="http://www.w3.org/1999/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  <element name="book">
    <complexType content="elementOnly">
      <all>
        <element name="title" minOccurs="0" type="string"/>
        <element name="author">
          <complexType content="elementOnly">
            <all>
              <element name="first-name" minOccurs="0" type="string"/>
              <element name="last-name" minOccurs="0" type="string"/>
            </all>
          </complexType>
        </element>
        <element name="price" minOccurs="0" type="string"/>
      </all>
      <attribute name="genre" type="string"/>
      <attribute name="style" type="string"/>
    </complexType>
  </element>
  <annotation>
    <appinfo></appinfo>
  </annotation>
</schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -