?? book.xsd
字號:
<xsd:schema id="book" targetNamespace="http://www.tempuri.org/book.xsd" xmlns="http://www.tempuri.org/book.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xsd:element name="book" msdata:IsDataSet="true" msdata:Locale="zh-CN">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="TABLE1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="書名" type="xsd:string" />
<xsd:element name="作者" type="xsd:string" minOccurs="0" />
<xsd:element name="出版社" type="xsd:string" minOccurs="0" />
<xsd:element name="出版日期" type="xsd:string" minOccurs="0" />
<xsd:element name="定價" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:unique name="Constraint1" msdata:PrimaryKey="true">
<xsd:selector xpath=".//TABLE1" />
<xsd:field xpath="書名" />
</xsd:unique>
</xsd:element>
</xsd:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -