Customizing the metamodel : Keywords for USRPROPS : PUBLISHER ORDER
  
PUBLISHER ORDER
This argument of the PUBLISHER command enables you to specify the order in which the values of the property are shown in the published output of System Architect Information Web Publisher. It is used with the PUBLISHER and PUBLISHER SHOW.
Syntax
PROPERTY "Some user property" { ... PUBLISHER {SHOW YES|NO ORDER nnnn } ...}
The default is zero (do not sort).
Example
DEFINITION "Business Requirement"
{
PROPERTY "Benefit" { EDIT Text LENGTH 50 PUBLISHER {ORDER 2 } }
PROPERTY "Status" { EDIT Text LENGTH 50 PUBLISHER { ORDER 1 } }
PROPERTY "Difficulty" { EDIT Text LENGTH 50 PUBLISHER {ORDER 3 } }
PROPERTY "Assigned to" { EDIT Text LENGTH 50 PUBLISHER {ORDER 4} }
}