complexType WorkModelList
diagram wp_diagrams/wp_p609.png
namespace http://api.brm.n2.tibco.com
children startPosition endPosition type
used by
element getWorkModelsResponse/workModelList
annotation
documentation
Definition of a 'page' of work model objects, which is a window over the entire set of work models defined in BRM.
source <xs:complexType name="WorkModelList">
 
<xs:annotation>
   
<xs:documentation>Definition of a 'page' of work model objects, which is a window over the entire set of work models defined in BRM.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="startPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>The starting position of the first work model in the requested page.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="endPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>The end position of the last work model in the requested page.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="type" type="WorkModel" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array of work models that constitute the page.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element WorkModelList/startPosition
diagram wp_diagrams/wp_p610.png
type xs:long
properties
content simple
annotation
documentation
The starting position of the first work model in the requested page.
source <xs:element name="startPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>The starting position of the first work model in the requested page.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkModelList/endPosition
diagram wp_diagrams/wp_p611.png
type xs:long
properties
content simple
annotation
documentation
The end position of the last work model in the requested page.
source <xs:element name="endPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>The end position of the last work model in the requested page.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkModelList/type
diagram wp_diagrams/wp_p612.png
type WorkModel
properties
minOcc 0
maxOcc unbounded
content complex
children BaseModelInfo WorkModelSpecification WorkModelEntities WorkModelTypes ItemPrivileges WorkModelScripts
attributes
Name  Type  Use  Default  Fixed  Annotation
workModelUID  xs:string  required      
documentation
Unique ID (or GUID) of the work model.
annotation
documentation
Array of work models that constitute the page.
source <xs:element name="type" type="WorkModel" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array of work models that constitute the page.</xs:documentation>
 
</xs:annotation>
</xs:element>


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