📄 bpel_definition_1_0.xsd
字号:
<?xml version="1.0" encoding="UTF-8"?>
<schema version="1.0" xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://jbpm.org/bpel" elementFormDefault="qualified"
attributeFormDefault="unqualified" xmlns:jbpm="http://jbpm.org/bpel"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2001/XMLSchema
http://www.w3.org/2001/XMLSchema.xsd">
<element name="bpelDefinition" type="jbpm:tBpelDefinition" />
<complexType name="tBpelDefinition">
<sequence>
<element name="imports" type="jbpm:tImports" minOccurs="0" />
</sequence>
<attribute name="location" type="anyURI" use="required" />
</complexType>
<complexType name="tImports">
<sequence>
<group ref="jbpm:importGroup" maxOccurs="unbounded" />
</sequence>
</complexType>
<group name="importGroup">
<choice>
<element name="wsdl" type="jbpm:tImport" />
<element name="schema" type="jbpm:tImport" />
</choice>
</group>
<complexType name="tImport">
<attribute name="location" type="anyURI" use="required" />
<attribute name="namespace" type="anyURI" /> </complexType>
</schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -