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

element WorkTypeList/startPosition
diagram wp_diagrams/wp_p2783.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 <xsd:element name="startPosition" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>Position (in BRM's complete work type set) of the first work type in the WorkTypeList.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element WorkTypeList/endPosition
diagram wp_diagrams/wp_p2784.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 <xsd:element name="endPosition" type="xs:long">
 
<xsd:annotation>
   
<xsd:documentation>Position (in BRM's complete work type set) of the last work type in the WorkTypeList.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element WorkTypeList/types
diagram wp_diagrams/wp_p2785.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 <xsd:element name="types" type="dm:WorkType" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Contents of the WorkTypeList (as an array of work types).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

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