|
Syntax
|
.Create .MetaAttribute "Characteristic" ."MetaAttribute Type" "X" ."MetaAttribute Length" "5"
|
|
Example 1
|
.Create .MetaAttribute "Message-Type" ."MetaAttribute Type" "X" ."MetaAttribute Length" "1"
|
|
Example 2
|
.Create .MetaAttribute "Value" ."MetaAttribute Type" "A"
|
|
Example 3
|
.Create .MetaAttribute "ShortName" ."MetaAttribute Type" "X " ."MetaAttribute Length" "8" ."_AtIndex" "U"
|
|
Syntax
|
.Create .MetaAttribute "Characteristic Name" ."MetaAttribute Type" "A"
|
|
Example
|
.Create .MetaAttribute "Ext Objective" .MetaAttribute Type "A"
|
|
Syntax
|
.Create .MetaAttribute "Characteristic Name" ."MetaAttribute Type" "Format" -
."Update Version" "16643" -
.MetaAttribute Length "Length" ."MetaAttribute Format" "T"
|
|
Example
|
Create .MetaAttribute "Ext Role" ."MetaAttribute Type" "X" - "Update Version" "16643" -
."MetaAttribute Length" "20" ."MetaAttribute Format" "T"
|
|
Syntax
|
.Create .MetaAttribute "Characteristic Name" ."MetaAttribute Type" "Format" -
.MetaAttribute Length "Length" ._AtIndex "U"
|
|
Example
|
.Create .MetaAttribute "Ext Code" ."MetaAttribute Type" "X" ."MetaAttribute Length" "5" ."_AtIndex" "U"
|
|
Syntax
|
.Create MetaClass "Object Type"
|
|
Example 1
|
.Connect .MetaClass "Procedure" ."MetaAttribute" "Procedure-Type"
|
|
Example 2
|
.Connect .MetaClass "Procedure" ."MetaAttribute" "Object"
|
|
Syntax
|
.Connect .MetaAssociation "Link" ."MetaAttribute" "Characteristic"
|
|
Example
|
.Connect .MetaAssociation "Operation-Sending" ."MetaAttribute" "Predicate"
|
|
Syntax
|
.Abbreviate .MetaClass "Long Name" "Short Name"
|
|
Example
|
.Abbreviate .MetaAttribute "Creation Date" "Creation"
|