📄 books.xsd
字号:
<schema id="" targetNamespace="" xmlns="http://www.w3.org/1999/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<element name="book">
<complexType content="elementOnly">
<all>
<element name="title" minOccurs="0" type="string"/>
<element name="author">
<complexType content="elementOnly">
<all>
<element name="first-name" minOccurs="0" type="string"/>
<element name="last-name" minOccurs="0" type="string"/>
</all>
</complexType>
</element>
<element name="price" minOccurs="0" type="string"/>
</all>
<attribute name="genre" type="string"/>
<attribute name="style" type="string"/>
</complexType>
</element>
<annotation>
<appinfo></appinfo>
</annotation>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -