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

📄 response.xsd

📁 CroftSoft Code Library是一个开源的可移植的纯Java游戏库
💻 XSD
字号:
<schema xmlns="http://www.w3.org/2001/XMLSchema"
  xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
  jaxb:version="1.0"
  targetNamespace="http://croftsoft.com/apps/wyrm/xjc"
       xmlns:wyrm="http://croftsoft.com/apps/wyrm/xjc">

  <element name="response" type="wyrm:ResponseType"/>

  <complexType name="ResponseType">
    <annotation>
      <appinfo>
        <jaxb:class>
          <jaxb:javadoc>
            Simple response.
          </jaxb:javadoc>
        </jaxb:class>
      </appinfo>
    </annotation>
    <sequence>
      <element name="type"     type="string"/>
      <element name="granted"  type="boolean"/>
      <element name="message"  type="string"/>
      <element name="username" type="string"/>
    </sequence>
  </complexType>

</schema>

⌨️ 快捷键说明

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