📄 combined.xsd
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -