이 콘텐츠는 선택한 언어로 제공되지 않습니다.
15.3. XML Elements
Name | Description |
---|---|
global |
Defines global objects that can be referred to in the rules.
|
function |
Contains a function declaration for a function to be used in the rules. You have to specify a return type, a unique name and parameters, in the body goes a snippet of code.
|
import |
Imports the types you wish to use in the rule.
|