complexType BaseModelInfo
diagram brm_all_diagrams/brm_all_p296.png
namespace http://api.brm.n2.tibco.com
used by
element WorkModel/BaseModelInfo
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
The name of the work model
description  xs:string  required      
documentation
The description of the work model.
priority  xs:int  optional  50    
documentation
The priority of the work item this model will create (defaults to 50).
annotation
documentation
Base model definition, containing all model informaion that is static (i.e. not subject to change via a runtime expression).
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>

attribute BaseModelInfo/@name
type xs:string
properties
use required
annotation
documentation
The name of the work model
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>

attribute BaseModelInfo/@description
type xs:string
properties
use required
annotation
documentation
The description of the work model.
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>

attribute BaseModelInfo/@priority
type xs:int
properties
use optional
default 50
annotation
documentation
The priority of the work item this model will create (defaults to 50).
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy