complexType WorkTypeList
diagram brm_all_diagrams/brm_all_p408.png
namespace http://api.brm.n2.tibco.com
children startPosition endPosition types
used by
element getWorkTypesResponse/workTypelList
annotation
documentation
Defines a 'page' of work type objects, which is a window over the entire set of work types defined in BRM.
source <xs:complexType name="WorkTypeList">
 
<xs:annotation>
   
<xs:documentation>Defines a 'page' of work type objects, which is a window over the entire set of work types defined in BRM.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="startPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position (in BRM's complete work type set) of the first work type in the WorkTypeList.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="endPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position (in BRM's complete work type set) of the last work type in the WorkTypeList.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="types" type="dm:WorkType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Contents of the WorkTypeList (as an array of work types).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element WorkTypeList/startPosition
diagram brm_all_diagrams/brm_all_p409.png
type xs:long
properties
content simple
annotation
documentation
Position (in BRM's complete work type set) of the first work type in the WorkTypeList.
source <xs:element name="startPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position (in BRM's complete work type set) of the first work type in the WorkTypeList.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkTypeList/endPosition
diagram brm_all_diagrams/brm_all_p410.png
type xs:long
properties
content simple
annotation
documentation
Position (in BRM's complete work type set) of the last work type in the WorkTypeList.
source <xs:element name="endPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position (in BRM's complete work type set) of the last work type in the WorkTypeList.</xs:documentation>
 
</xs:annotation>
</xs:element>

element WorkTypeList/types
diagram brm_all_diagrams/brm_all_p411.png
type WorkType
properties
minOcc 0
maxOcc unbounded
content complex
children workTypeID workTypeUID workTypeDescription dataModel typePiled pilingLimit ignoreIncomingData reofferOnClose reofferOnCancel
annotation
documentation
Contents of the WorkTypeList (as an array of work types).
source <xs:element name="types" type="dm:WorkType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Contents of the WorkTypeList (as an array of work types).</xs:documentation>
 
</xs:annotation>
</xs:element>


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