You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
429 B
30 lines
429 B
Entities_Definitions DEFINITIONS ::= BEGIN |
|
project_ref ::= SEQUENCE OF { |
|
SEQUENCE { |
|
identity oid, |
|
persist_as string, |
|
workspace oid |
|
} |
|
} |
|
workspace ::= SEQUENCE OF { |
|
SEQUENCE { |
|
identity oid, |
|
active_project oid |
|
} |
|
} |
|
base ::= SEQUENCE OF { |
|
SEQUENCE { |
|
oid_count integer, |
|
version string |
|
} |
|
} |
|
base ::= { |
|
{2, ""} |
|
} |
|
workspace ::= { |
|
{"1", "2"} |
|
} |
|
project_ref ::= { |
|
{"2", "MMS.etp", "1"} |
|
} |
|
END
|
|
|