📄 grammatical_rule.xsd
字号:
<?xml version = "1.0"?>
<Schema name = "Grammatical_Rule"
xmlns = "urn:schemas-microsoft-com:xml-data"
xmlns:dt = "urn:schemas-microsoft-com:datatypes">
<ElementType name = "Paragraph" content = "textOnly" dt:type = "string" />
<ElementType name = "Subheading" content = "textOnly" dt:type = "string" />
<ElementType name = "Abstract" content = "textOnly" dt:type = "string" />
<ElementType name = "Heading" content = "textOnly" dt:type = "string" />
<ElementType name = "Chapter" content = "eltOnly" order = "seq">
<element type = "heading" minOccurs = "1" maxOccurs = "1" />
<group order = "one">
<element type = "Subheading" minOccurs = "1" maxOccurs = "1" />
<element type = "Abstract" minOccurs = "1" maxOccurs = "1" />
</group>
<element type = "Paragraph" minOccurs = "1" maxOccurs = "*" />
</ElementType>
<ElementType name = "Book" content = "eltOnly" >
<element type = "Chapter" minOccurs = "1" maxOccurs = "*" />
</ElementType>
</Schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -