⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 grammatical_rule.xsd

📁 XML课件非常好的东西 如果你不了解XML看看非常有用
💻 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 + -