📄 bookshelfdata.xsd
字号:
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="BookShelfData" targetNamespace="http://tempuri.org/BookShelfData.xsd" elementFormDefault="qualified"
attributeFormDefault="qualified" xmlns="http://tempuri.org/BookShelfData.xsd" xmlns:mstns="http://tempuri.org/BookShelfData.xsd"
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xs:element name="BookShelfData" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="BookShelf">
<xs:complexType>
<xs:sequence>
<xs:element name="BookShelfID" type="xs:string" />
<xs:element name="UserID" type="xs:string" />
<xs:element name="BookShelfName" type="xs:string" />
<xs:element name="PBookShelfID" type="xs:string" minOccurs="0" />
<xs:element name="IsLeaf" type="xs:string" minOccurs="0" />
<xs:element name="Reamrk" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="BookShelfDetail">
<xs:complexType>
<xs:sequence>
<xs:element name="BookShelfID" type="xs:string" />
<xs:element name="ArticleID" type="xs:string" />
<xs:element name="Remark" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="BookShelfDataKey1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:BookShelf" />
<xs:field xpath="mstns:BookShelfID" />
</xs:unique>
<xs:unique name="BookShelfDataKey2" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:BookShelfDetail" />
<xs:field xpath="mstns:BookShelfID" />
<xs:field xpath="mstns:ArticleID" />
</xs:unique>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -