defaultschema.xml

来自「关于XML和网页配合使用的好书」· XML 代码 · 共 17 行

XML
17
字号
<?xml version="1.0" ?>
<Schema xmlns="urn:schemas-microsoft-com:xml-data"
        xmlns:dt="urn:schemas-microsoft-com:datatypes"
        xmlns:sql="urn:schemas-microsoft-com:xml-sql">

<ElementType name="books" >
    <AttributeType name="bookname" />
    <AttributeType name="bookwriter" />
    <AttributeType name="bookpublish" />

    <attribute type="bookname" />
    <attribute type="bookwriter" />
    <attribute type="bookpublish" />
</ElementType>
</Schema>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?