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

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

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

element WorkModelList/type
diagram wp_diagrams/wp_p2769.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 <xsd:element name="type" type="WorkModel" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Array of work models that constitute the page.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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