Confirmed users
1,396
edits
(→Roles) |
|||
Line 2,212: | Line 2,212: | ||
sequence<DOMString> states; | sequence<DOMString> states; | ||
Object attributes; | Object attributes; | ||
sequence<DOMString> relations; | |||
sequence<DOMString> actions; | sequence<DOMString> actions; | ||
}; | }; | ||
Line 2,235: | Line 2,236: | ||
RoleTaxon .''attributes'' | RoleTaxon .''attributes'' | ||
::List of attributes supported by the role. Default value of the attribute may be specified as modifier. For example, "live:polite" points out that "live" object attribute has "polite" value by default. If default value is not specified then it's taken from referred attribute taxon description. | ::List of attributes supported by the role. Default value of the attribute may be specified as modifier. For example, "live:polite" points out that "live" object attribute has "polite" value by default. If default value is not specified then it's taken from referred attribute taxon description. | ||
RoleTaxon .''relations'' | |||
::List of relations supported by the role. | |||
RoleTaxon ..''actions'' | RoleTaxon ..''actions'' |