inheritance.xsd
来自「Xfire文件 用于开发web service 的一个开源工具 很好用的」· XSD 代码 · 共 12 行
XSD
12 行
<?xml version="1.0" encoding="UTF-8"?>
<s:schema xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:xfire:inheritance" elementFormDefault="qualified" targetNamespace="urn:xfire:inheritance">
<s:complexType abstract="true" name="BaseUser">
<s:sequence>
<s:element name="name" type="s:string"/>
</s:sequence>
</s:complexType>
</s:schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?