ds2accessory.xsd
来自「vb。net 2003数据库设计整套源代码」· XSD 代码 · 共 21 行
XSD
21 行
<?xml version="1.0" standalone="yes"?>
<xs:schema id="Ds2accessory" targetNamespace="http://www.tempuri.org/Ds2accessory.xsd" xmlns:mstns="http://www.tempuri.org/Ds2accessory.xsd" xmlns="http://www.tempuri.org/Ds2accessory.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
<xs:element name="Ds2accessory" msdata:IsDataSet="true" msdata:Locale="zh-CN">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="accessory">
<xs:complexType>
<xs:sequence>
<xs:element name="ano" type="xs:string" minOccurs="0" />
<xs:element name="descript" type="xs:string" minOccurs="0" />
<xs:element name="price" type="xs:decimal" minOccurs="0" />
<xs:element name="stand" type="xs:string" minOccurs="0" />
<xs:element name="aname" type="xs:string" minOccurs="0" />
<xs:element name="anount" type="xs:int" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?