outbox.xsd

来自「手机串口编程 手机串口编程 手机串口编程」· XSD 代码 · 共 32 行

XSD
32
字号
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="OutBox" targetNamespace="http://tempuri.org/OutBox.xsd" elementFormDefault="qualified"
	xmlns="http://tempuri.org/OutBox.xsd" xmlns:mstns="http://tempuri.org/OutBox.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
	<xs:element name="OutBoxData" msdata:Locale="zh-CN">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element name="OutBox">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="OutBoxId" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
							<xs:element name="SendUserId" type="xs:int" />
							<xs:element name="SendTime" type="xs:dateTime" />
							<xs:element name="Message" type="xs:string" />
							<xs:element name="Status" type="xs:int" />
							<xs:element name="Type" type="xs:int" />
							<xs:element name="OutBoxDetail">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="OutBoxDetailId" msdata:ReadOnly="true" msdata:AutoIncrement="true" type="xs:int" />
										<xs:element name="OutBoxId" type="xs:int" />
										<xs:element name="ReceiverId" type="xs:int" />
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:choice>
		</xs:complexType>
	</xs:element>
</xs:schema>

⌨️ 快捷键说明

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