By appending the option "ShowUsage:=True" to a command, the syntax of the command is returned, expressed in SSSRMAP XML Message Format.
Example 6. Show the usage for Allocation Query
gold> Allocation Query ShowUsage:=True
<Request action="Query">
<Object>Allocation<Object>
[<Get name="Id" [op="Sort|Tros|Count|GroupBy|Max|Min"]></Get>]
[<Get name="Account" [op="Sort|Tros|Count|GroupBy|Max|Min"]></Get>]
[<Get name="StartTime" [op="Sort|Tros|Count|GroupBy|Max|Min"]></Get>]
[<Get name="EndTime" [op="Sort|Tros|Count|GroupBy|Max|Min"]></Get>]
[<Get name="Amount" [op="Sort|Tros|Count|GroupBy|Max|Min|Sum|Average"]></Get>]
[<Get name="Deposited" [op="Sort|Tros|Count|GroupBy|Max|Min|Sum|Average"]></Get>]
[<Get name="Active" [op="Sort|Tros|Count|GroupBy"]></Get>]
[<Get name="Description" [op="Sort|Tros|Count|GroupBy|Max|Min"]></Get>]
[<Where name="Id" [op="EQ|NE|GT|GE|LT|LE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>Integer Number}</Where>]
[<Where name="Account" [op="EQ|NE|GT|GE|LT|LE|Match (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>Account Name}</Where>]
[<Where name="StartTime" [op="EQ|NE|GT|GE|LT|LE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>YYYY-MM-DD [hh:mm:ss]|-infinity|infinity|now</Where>]
[<Where name="EndTime" [op="EQ|NE|GT|GE|LT|LE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>YYYY-MM-DD [hh:mm:ss]|-infinity|infinity|now</Where>]
[<Where name="Amount" [op="EQ|NE|GT|GE|LT|LE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>Decimal Number}</Where>]
[<Where name="Deposited" [op="EQ|NE|GT|GE|LT|LE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>Decimal Number}</Where>]
[<Where name="Active" [op="EQ|NE (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>True|False</Where>]
[<Where name="Description" [op="EQ|NE|GT|GE|LT|LE|Match (EQ)"] [conj="And|Or (And)"] [group="<Integer Number>Description}</Where>]
[<Option name="ShowHidden">True|False (False)</Option>]
[<Option name="ShowUsage">True|False (False)</Option>]
[<Option name="Time">YYYY-MM-DD [hh:mm:ss]</Option>]
[<Option name="Unique">True|False (False)</Option>]
[<Option name="Limit">Integer Number}</Option>]
<Request>