request.xsd

来自「CroftSoft Code Library是一个开源的可移植的纯Java游戏库」· XSD 代码 · 共 27 行

XSD
27
字号
<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="request" type="wyrm:RequestType"/>

  <complexType name="RequestType">
    <annotation>
      <appinfo>
        <jaxb:class>
          <jaxb:javadoc>
            A generic request type.
          </jaxb:javadoc>
        </jaxb:class>
      </appinfo>
    </annotation>
    <sequence>
      <element name="username" type="string"/>
      <element name="password" type="string"/>
      <element name="type"     type="string"/>
    </sequence>
  </complexType>

</schema>

⌨️ 快捷键说明

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