📄 outbox.xsd
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -