combined.xsd
来自「IBM的解析xml的工具Xerces的源代码」· XSD 代码 · 共 14 行
XSD
14 行
<?xml version="1.0" encoding="UTF-8"?><xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' elementFormDefault="unqualified" ><xs:element name="root" type="rootType" /><xs:complexType name="rootType" > <xs:sequence > <xs:element name="level1" type="xs:string" /> </xs:sequence> <xs:attribute name="attBoth" type="xs:string" /> <xs:attribute name="attSchema" type="xs:string" /> </xs:complexType></xs:schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?