?? python.xsd
字號:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://drools.org/semantics/python"
elementFormDefault="qualified"
xmlns:python="http://drools.org/semantics/python"
xmlns:rules="http://drools.org/rules">
<xs:import namespace="http://drools.org/rules" schemaLocation="rules.xsd"/>
<xs:element name="import" type="xs:string" substitutionGroup="rules:abstractImport"/>
<xs:element name="functions" type="xs:string" substitutionGroup="rules:abstractFunctions"/>
<xs:element name="class" type="xs:string" substitutionGroup="rules:abstractClass"/>
<xs:element name="condition" type="xs:string" substitutionGroup="rules:abstractCondition"/>
<xs:element name="consequence" type="xs:string" substitutionGroup="rules:abstractConsequence"/>
</xs:schema>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -