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

📄 dsauthors.xsd

📁 聊天 聊天 聊天 聊天 聊天 聊天
💻 XSD
字号:
<xsd:schema id="dsAuthors" targetNamespace="http://www.tempuri.org/dsAuthors.xsd" xmlns="http://www.tempuri.org/dsAuthors.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
	<xsd:element name="dsAuthors" msdata:IsDataSet="true">
		<xsd:complexType>
			<xsd:choice maxOccurs="unbounded">
				<xsd:element name="authors">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="au_id" type="xsd:string" />
							<xsd:element name="au_lname" type="xsd:string" />
							<xsd:element name="au_fname" type="xsd:string" />
							<xsd:element name="phone" type="xsd:string" />
							<xsd:element name="address" type="xsd:string" minOccurs="0" />
							<xsd:element name="city" type="xsd:string" minOccurs="0" />
							<xsd:element name="state" type="xsd:string" minOccurs="0" />
							<xsd:element name="zip" type="xsd:string" minOccurs="0" />
							<xsd:element name="contract" type="xsd:boolean" />
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:choice>
		</xsd:complexType>
		<xsd:unique name="Constraint1" msdata:PrimaryKey="true">
			<xsd:selector xpath=".//authors" />
			<xsd:field xpath="au_id" />
		</xsd:unique>
	</xsd:element>
</xsd:schema>

⌨️ 快捷键说明

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