req=context.createSubRequest("active:toRelaxNG");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);
Purpose
The toRelaxNG accessor generates a RelaxNG schema for the operand document.
By default the schema is loose and matches the tree structure of the source document. The optional
<toRelaxNG><strict/></toRelaxNG> operator can be used to request a schema
that strictly matches both tree structure and all attributes.
Operator Syntax
The toRelaxNG accessor will produce a strict schema if the strict element is set in the operator