XLANG/s Reserved Words
XLANG/s reserves various keywords, type names, and identifier names for its own usage.
|
activate |
atomic |
body |
|
call |
catch |
checked |
|
compensate |
compensation |
construct |
|
correlation |
correlationtype |
delay |
|
dynamic |
else |
exceptions |
|
exec |
exists |
false |
|
if |
implements |
in |
|
initialize |
internal |
link |
|
listen |
longrunning |
message |
|
messagetype |
method |
module |
|
new |
null |
oneway |
|
out |
parallel |
port |
|
porttype |
private |
public |
|
receive |
ref |
request |
|
requestresponse |
response |
scope |
|
send |
service |
servicelink |
|
servicelinktype |
source |
succeeded |
|
suppressfailure |
suspend |
target |
|
task |
terminate |
throw |
|
timeout |
transaction |
transform |
|
true |
unchecked |
until |
|
uses |
using |
while |
|
xpath |
|
|
SchemaBase
PropertyBase
All names beginning with __ (double under-score) are reserved in XLANG/s.
Note |
|---|
| XLANG/s identifiers may be no more than 511 characters long |
Note |
|---|
| Lines of XLANG/s code may be no more than 2040 characters long. |
Note