⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dataset1.xsd

📁 第三方物流信息管理平台 1、数据库配置: 需要打开MS SQL SERVER 2000企业管理器
💻 XSD
字号:
<?xml version="1.0" standalone="yes"?>
<xs:schema id="DataSet1" targetNamespace="http://www.tempuri.org/DataSet1.xsd" xmlns:mstns="http://www.tempuri.org/DataSet1.xsd" xmlns="http://www.tempuri.org/DataSet1.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="DataSet1" msdata:IsDataSet="true" msdata:Locale="zh-CN">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="customer">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="cu_id" type="xs:string" />
              <xs:element name="cu_name" type="xs:string" />
              <xs:element name="cu_sname" type="xs:string" minOccurs="0" />
              <xs:element name="cu_ceo" type="xs:string" />
              <xs:element name="cu_address" type="xs:string" />
              <xs:element name="cu_post" type="xs:string" />
              <xs:element name="cu_linkman" type="xs:string" />
              <xs:element name="cu_call" type="xs:string" />
              <xs:element name="cu_fax" type="xs:string" minOccurs="0" />
              <xs:element name="cu_mail" type="xs:string" />
              <xs:element name="cu_bank" type="xs:string" />
              <xs:element name="cu_banknum" type="xs:string" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:customer" />
      <xs:field xpath="mstns:cu_id" />
    </xs:unique>
  </xs:element>
</xs:schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -