complexType WorkModelList
diagram wp_diagrams/wp_p37.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>

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