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.
31 lines
429 B
31 lines
429 B
7 years ago
|
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
|