📄 dataset5.xsd
字号:
<?xml version="1.0" standalone="yes"?>
<xs:schema id="DataSet5" targetNamespace="http://www.tempuri.org/DataSet5.xsd" xmlns:mstns="http://www.tempuri.org/DataSet5.xsd" xmlns="http://www.tempuri.org/DataSet5.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="DataSet5" msdata:IsDataSet="true" msdata:Locale="zh-CN">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="news">
<xs:complexType>
<xs:sequence>
<xs:element name="newsid" type="xs:int" />
<xs:element name="title" type="xs:string" />
<xs:element name="content" type="xs:string" />
<xs:element name="newtime" type="xs:string" />
<xs:element name="source" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -