?? datasetbook.xsd
字號:
<?xml version="1.0" standalone="yes" ?>
<xs:schema id="DataSetBook" targetNamespace="http://www.tempuri.org/DataSetBook.xsd" xmlns:mstns="http://www.tempuri.org/DataSetBook.xsd"
xmlns="http://www.tempuri.org/DataSetBook.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="DataSetBook" msdata:IsDataSet="true" msdata:Locale="zh-CN">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Book">
<xs:complexType>
<xs:sequence>
<xs:element name="BookID" type="xs:string" />
<xs:element name="BookName" type="xs:string" minOccurs="0" />
<xs:element name="BookWriter" type="xs:string" minOccurs="0" />
<xs:element name="BookPublish" type="xs:string" minOccurs="0" />
<xs:element name="BookPublishDate" type="xs:dateTime" minOccurs="0" />
<xs:element name="BookPrice" type="xs:double" minOccurs="0" />
<xs:element name="BookSort" type="xs:string" minOccurs="0" />
<xs:element name="BookAmount" type="xs:int" minOccurs="0" />
<xs:element name="BookRemain" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="DataSetBookKey1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:Book" />
<xs:field xpath="mstns:BookID" />
</xs:unique>
</xs:element>
</xs:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -