亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? jpdl-3.0.xsd

?? workflow first jbpm
?? XSD
?? 第 1 頁 / 共 3 頁
字號:
								<xs:documentation>The name for this timer. Every timer should have a unique name.  If a name is not specified then the name of the enclosing node is taken.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="duedate" type="duedateType" use="required">
							<xs:annotation>
								<xs:documentation>The duration that specifies the time period between the creation of the timer and the execution of the timer.  This can be expressed in business hours, minutes, etc.  See the documentation for syntax for this attribute.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="repeat" type="repeatType" use="optional">
							<xs:annotation>
								<xs:documentation>yes, true, or duration.  After a timer has been executed on the duedate, this repeat attribute specifies the duration between repeating timer executions until the node is left.  If yes or true are specified then the value of duedate is used.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="transition" type="xs:string" use="optional">
							<xs:annotation>
								<xs:documentation>A transition name to be taken after the timer executes, the timer event is fired and execution of any specified actions has completed.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="cancel-event" type="xs:string" use="optional" default="task-end">
							<xs:annotation>
								<xs:documentation>task-assign, task-start, task-end, or any combination of these specified as a comma separated list.</xs:documentation>
							</xs:annotation>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element ref="exception-handler" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="name" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>Named tasks can be referenced and looked up via the TaskMgmtDefinition.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="blocking"   type="booleanType" use="optional" default="false"/>
			<xs:attribute name="signalling" type="booleanType" use="optional" default="true"/>
			<xs:attribute name="description" type="xs:string" use="optional"/>
			<xs:attribute name="duedate" type="duedateType" use="optional">
				<xs:annotation>
					<xs:documentation>The duration that specifies the time period between the creation of the timer and the execution of the timer.  This can be expressed in business hours, minutes, etc.  See the documentation for syntax for this attribute.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="swimlane" type="xs:string" use="optional"/>
			<xs:attribute name="priority" use="optional" default="normal">
				<xs:annotation>
					<xs:documentation>This value can also be any integer where the lower the number the higher the priority.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:union>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="highest"/>
								<xs:enumeration value="high"/>
								<xs:enumeration value="normal"/>
								<xs:enumeration value="low"/>
								<xs:enumeration value="lowest"/>
							</xs:restriction>
						</xs:simpleType>
						<xs:simpleType>
							<xs:restriction base="xs:int"/>
						</xs:simpleType>
					</xs:union>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="task-node">
		<xs:annotation>
			<xs:documentation>A node which accepts a list of tasks to be executed.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="task" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="transition" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="event" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="timer" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element ref="exception-handler" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="name" type="xs:string" use="required"/>
			<xs:attribute name="signal" use="optional" default="last">
				<xs:annotation>
					<xs:documentation>Signal specifies the effect of task completion on the process execution continuation.</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="unsynchronized"/>
						<xs:enumeration value="never"/>
						<xs:enumeration value="first"/>
						<xs:enumeration value="first-wait"/>
						<xs:enumeration value="last"/>
						<xs:enumeration value="last-wait"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="create-tasks" type="booleanType" use="optional" default="true">
				<xs:annotation>
					<xs:documentation>Can be set to false when a runtime calculation has to determine which of the tasks have to be created.  In that case, add an action on node-enter, create the tasks in the action, and set create-tasks to false.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="end-tasks" type="booleanType" use="optional" default="false">
				<xs:annotation>
					<xs:documentation>Can be set to true, in which all the tasks that are still open are ended on the node-leave event.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="timer">
		<xs:annotation>
			<xs:documentation>Specifies a timer that monitors the duration of an execution in this node.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:choice>
				<xs:element ref="action"/>
				<xs:element ref="script"/>
			</xs:choice>
			<xs:attribute name="name" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>The name for this timer. Every timer should have a unique name.  If a name is not specified then the name of the enclosing node is taken.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="duedate" type="duedateType" use="required">
				<xs:annotation>
					<xs:documentation>The duration that specifies the time period between the creation of the timer and the execution of the timer.  This can be expressed in business hours, minutes, etc.  See the documentation for syntax for this attribute.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="repeat" type="repeatType" use="optional">
				<xs:annotation>
					<xs:documentation>yes, true, or duration.  After a timer has been executed on the duedate, this repeat attribute specifies the duration between repeating timer executions until the node is left.  If yes or true are specified then the value of duedate is used.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="transition" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>A transition name to be taken after the timer executes, the timer event is fired and execution of any specified actions has completed.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="transition">
		<xs:annotation>
			<xs:documentation>The leaving transitions.  Each transition leaving a node must have a distinct name.  At most one transition can have no name.  The first transition specified is the default transition:  the path taken when the node is left without specifying a transition.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:choice minOccurs="0" maxOccurs="unbounded">
					<xs:element ref="action"/>
					<xs:element ref="script"/>
					<xs:element ref="create-timer"/>
					<xs:element ref="cancel-timer"/>
				</xs:choice>
				<xs:element ref="exception-handler" minOccurs="0" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attribute name="name" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>The name of the transition.  Note that each transition leaving a node must have a distinct name.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="to" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation>The hierarchical name of the destination node.  See documentation for an description of hierarchical names.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="variable">
		<xs:annotation>
			<xs:documentation>Input and Output variables for the node.  Input variables are specified by access "read". If you have assigned variables during the script evaluation, the variables with "write" access allows you to store the values in the process instance.  It does not matter whether the variables existed prior to this action.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>User defined metadata.</xs:documentation>
					</xs:annotation>
				</xs:any>
			</xs:sequence>
			<xs:attribute name="name" type="xs:string" use="required"/>
			<xs:attribute name="access" type="accessType" use="optional" default="read,write"/>
			<xs:attribute name="mapped-name" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>Defaults to the process variable name as given by the name attribute.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="process-definition-v3.0">
		<xs:annotation>
			<xs:documentation>Version 3.0 of the PDL schema</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element ref="swimlane" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="start-state" minOccurs="0">
				<xs:annotation>
					<xs:documentation>The start state of the process.  Note that a process without a start-state is valid, but cannot be executed.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element ref="task" minOccurs="0"/>
						<xs:element ref="transition" minOccurs="0" maxOccurs="unbounded"/>
						<xs:element name="event" minOccurs="0" maxOccurs="unbounded">
							<xs:complexType>
								<xs:choice minOccurs="0" maxOccurs="unbounded">
									<xs:element ref="action"/>
									<xs:element ref="script"/>
									<xs:element ref="create-timer"/>
									<xs:element ref="cancel-timer"/>
								</xs:choice>
								<xs:attribute name="type" use="required">
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:enumeration value="node-leave"/>
											<xs:enumeration value="after-signal"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
						<xs:element ref="exception-handler" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
					<xs:attribute name="name" type="xs:string" use="optional"/>
					<xs:attribute name="swimlane" type="xs:string" use="optional"/>
				</xs:complexType>
			</xs:element>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>The nodes of the process definition.  Note that a process without nodes is valid, but cannot be executed.</xs:documentation>
				</xs:annotation>
				<xs:element ref="state"/>
				<xs:element ref="task-node"/>
				<xs:element ref="super-state"/>
				<xs:element ref="process-state"/>
				<xs:element ref="node"/>
				<xs:element ref="fork"/>
				<xs:element ref="join"/>
				<xs:element ref="decision"/>
				<xs:element ref="end-state"/>
			</xs:choice>
			<xs:choice minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Globally defined actions that can be referenced from events and transitions.  </xs:documentation>
				</xs:annotation>
				<xs:element ref="action"/>
				<xs:element ref="script"/>
				<xs:element ref="create-timer"/>
				<xs:element ref="cancel-timer"/>
			</xs:choice>
			<xs:element ref="task" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="event" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Supports all event types.  Uniquely supports process-start and process-end.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:choice minOccurs="0" maxOccurs="unbounded">
						<xs:element ref="action"/>
						<xs:element ref="script"/>
						<xs:element ref="create-timer"/>
						<xs:element ref="cancel-timer"/>
					</xs:choice>
					<xs:attribute name="type" use="required">
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="node-enter"/>
								<xs:enumeration value="node-leave"/>
								<xs:enumeration value="before-signal"/>
								<xs:enumeration value="after-signal"/>
								<xs:enumeration value="superstate-enter"/>
								<xs:enumeration value="superstate-leave"/>
								<xs:enumeration value="task-create"/>
								<xs:enumeration value="task-assign"/>
								<xs:enumeration value="task-start"/>
								<xs:enumeration value="task-end"/>
								<xs:enumeration value="transition"/>
								<xs:enumeration value="timer"/>
								<xs:enumeration value="subprocess-created"/>
								<xs:enumeration value="subprocess-end"/>
								<xs:enumeration value="process-start"/>
								<xs:enumeration value="process-end"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element ref="exception-handler" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<xs:attribute name="name" type="xs:string" use="optional">
			<xs:annotation>
				<xs:documentation>the name of the process</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
</xs:schema>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美色倩网站大全免费| 欧美色欧美亚洲另类二区| 免费日本视频一区| 亚洲18女电影在线观看| 天天做天天摸天天爽国产一区| 一区二区高清视频在线观看| 一区二区三区免费观看| 亚洲第一综合色| 蜜桃精品视频在线| 国产曰批免费观看久久久| 国产精品一区二区男女羞羞无遮挡| 激情久久五月天| 国产精品正在播放| 99精品黄色片免费大全| 欧美日韩亚洲国产综合| 日韩一级大片在线| 日本一区二区综合亚洲| 亚洲黄色免费电影| 麻豆精品新av中文字幕| 丁香一区二区三区| 欧美三级电影网| 久久午夜色播影院免费高清| 17c精品麻豆一区二区免费| 亚洲另类在线制服丝袜| 奇米色一区二区三区四区| 国产精品亚洲а∨天堂免在线| 91在线云播放| 精品久久久久久综合日本欧美| 亚洲视频香蕉人妖| 久久成人综合网| 色哟哟一区二区三区| 日韩视频免费直播| 国产精品国产三级国产aⅴ中文 | 91亚洲精华国产精华精华液| 91小视频在线| 久久色视频免费观看| 亚洲欧美一区二区三区久本道91| 五月激情六月综合| 成人精品一区二区三区四区| 欧美久久久影院| 一区在线观看免费| 精品综合免费视频观看| 在线视频中文字幕一区二区| 国产色91在线| 九九**精品视频免费播放| 欧美日韩一卡二卡| 亚洲欧洲精品一区二区精品久久久| 日韩高清不卡一区二区三区| 91浏览器打开| 国产日产欧美精品一区二区三区| 日韩成人午夜精品| 在线精品亚洲一区二区不卡| 国产精品青草久久| 国产资源精品在线观看| 91精品福利在线一区二区三区| 亚洲天堂免费看| 成人免费视频免费观看| 日韩久久久久久| 日韩精品成人一区二区三区| 色一区在线观看| 国产精品热久久久久夜色精品三区 | 日韩一区二区三区四区五区六区| 一级精品视频在线观看宜春院 | 欧洲日韩一区二区三区| 国产欧美久久久精品影院| 美女在线视频一区| 欧美精品久久久久久久久老牛影院| 中文字幕精品一区二区精品绿巨人 | 91精品在线一区二区| 亚洲一区二区五区| 色综合色综合色综合| 国产精品沙发午睡系列990531| 国产精品一区三区| 久久网站热最新地址| 国产成人欧美日韩在线电影| 国产午夜精品久久久久久久| 久久成人18免费观看| 日韩三级视频在线观看| 日本美女视频一区二区| 日韩限制级电影在线观看| 日韩激情在线观看| 91精品久久久久久久99蜜桃| 日韩国产欧美视频| 日韩欧美激情四射| 国产精品影视天天线| 久久久不卡网国产精品二区| 国产精品99精品久久免费| 中文字幕第一区| 在线观看日韩电影| 日本一道高清亚洲日美韩| 精品理论电影在线| caoporm超碰国产精品| 一级精品视频在线观看宜春院 | 日本视频免费一区| 欧美电视剧免费观看| 国产一区二区导航在线播放| 欧美高清在线精品一区| 91在线你懂得| 五月婷婷另类国产| 欧美变态凌虐bdsm| 国产91丝袜在线播放| 一区二区视频在线| 91精品国产91久久综合桃花 | 一区二区三区加勒比av| 91精品欧美综合在线观看最新| 激情五月婷婷综合| 一区二区三区精品视频| 欧美一个色资源| 国产成都精品91一区二区三| 亚洲人精品一区| 91精品国产综合久久精品图片| 久久se精品一区精品二区| 国产精品大尺度| 69久久99精品久久久久婷婷 | 久久99国内精品| 日韩毛片一二三区| 欧美成人福利视频| 色综合天天综合狠狠| 久久99精品国产91久久来源| 亚洲精选在线视频| 欧美国产日韩a欧美在线观看| 欧美丝袜自拍制服另类| 国产黄色精品视频| 亚洲电影第三页| 综合久久给合久久狠狠狠97色| 欧美久久久久久蜜桃| 99re8在线精品视频免费播放| 久久 天天综合| 亚洲第一在线综合网站| 日韩伦理免费电影| 国产校园另类小说区| 91精品久久久久久久久99蜜臂| 一本久久a久久精品亚洲| 国产精品一二三四| 裸体一区二区三区| 天天av天天翘天天综合网色鬼国产| 中文字幕中文字幕在线一区| 国产亚洲人成网站| 欧美精品一区男女天堂| 日韩情涩欧美日韩视频| 欧美精品三级在线观看| 欧美三级韩国三级日本一级| 色综合av在线| 欧美性受xxxx黑人xyx| 欧美视频在线观看一区二区| 91免费观看视频在线| av电影在线观看一区| 成人高清av在线| 成人精品亚洲人成在线| 成人高清视频在线| 色综合中文字幕国产| 在线视频综合导航| 欧美日本精品一区二区三区| 欧美美女直播网站| 制服丝袜亚洲精品中文字幕| 欧美高清视频不卡网| 91精品婷婷国产综合久久竹菊| 91精品国产综合久久小美女| 欧美一级一级性生活免费录像| 91精品国产综合久久香蕉麻豆| 91麻豆精品国产自产在线| 日韩欧美一级在线播放| 久久免费美女视频| 亚洲三级小视频| 亚洲国产欧美在线| 久久激情五月激情| 国产成人99久久亚洲综合精品| jlzzjlzz欧美大全| 欧美三级电影网| 精品国产免费人成在线观看| 国产三级精品三级在线专区| 日韩一区欧美小说| 午夜精品福利久久久| 蜜桃一区二区三区四区| 国产九色sp调教91| 91麻豆精品一区二区三区| 欧美日韩一级二级三级| 精品国产一区二区三区久久久蜜月| 国产免费久久精品| 午夜视频在线观看一区二区| 秋霞影院一区二区| 成人h版在线观看| 88在线观看91蜜桃国自产| 国产欧美日韩视频在线观看| 亚洲欧美一区二区不卡| 蜜臀av性久久久久蜜臀av麻豆| 国产成人av电影在线观看| 在线免费观看视频一区| 久久综合九色欧美综合狠狠 | 欧美欧美欧美欧美首页| 久久综合九色综合久久久精品综合| 成人欧美一区二区三区| 久久99国产乱子伦精品免费| 91成人在线免费观看| 26uuu另类欧美| 亚洲午夜激情av| 97久久精品人人爽人人爽蜜臀| 欧美成人a在线| 午夜激情综合网| 色视频成人在线观看免|