diagram | |||
namespace | http://api.brm.n2.tibco.com | ||
children | startPosition endPosition type | ||
used by |
|
||
annotation |
|
||
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> |