diagram | |||||||||||||||||||||||||||||||
namespace | http://api.brm.n2.tibco.com | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="BaseModelInfo"> <xs:annotation> <xs:documentation>Base model definition, containing all model informaion that is static (i.e. not subject to change via a runtime expression).</xs:documentation> </xs:annotation> <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The name of the work model</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The description of the work model.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="priority" type="xs:int" use="optional" default="50"> <xs:annotation> <xs:documentation>The priority of the work item this model will create (defaults to 50).</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The name of the work model</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="description" type="xs:string" use="required"> <xs:annotation> <xs:documentation>The description of the work model.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:attribute name="priority" type="xs:int" use="optional" default="50"> <xs:annotation> <xs:documentation>The priority of the work item this model will create (defaults to 50).</xs:documentation> </xs:annotation> </xs:attribute> |