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