?? workflow.xsd
字號(hào):
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="WorkFlow" elementFormDefault="qualified" attributeFormDefault="qualified" xmlns=""
xmlns:mstns="http://tempuri.org/WorkFlow.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">
<xs:element name="WorkFlow" msdata:IsDataSet="true">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="WorkFlowItem">
<xs:complexType>
<xs:sequence>
<xs:element name="ItemID" type="xs:int" />
<xs:element name="Name" type="xs:string" minOccurs="0" />
<xs:element name="PosX" type="xs:string" minOccurs="0" default="0" msprop:nullValue="0" />
<xs:element name="PosY" type="xs:string" minOccurs="0" default="0" msprop:nullValue="0" />
<xs:element name="LimiteDate" type="xs:string" minOccurs="0" />
<xs:element name="isStart" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Relation">
<xs:complexType>
<xs:sequence>
<xs:element name="MasterItem" type="xs:int" />
<xs:element name="SecondItem" type="xs:int" />
<xs:element name="Points" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -