complexType CommentedReportOptions
diagram ec_all_diagrams/ec_all_p502.png
namespace http://base.api.ec.n2.tibco.com
type extension of ReportOptions
properties
base ReportOptions
children getTotalCount numberOfItems populateAttributeNames startPosition advancedOption requireAllAttributes requiredAttribute sortOrder version fetchComments
used by
element CommentedReportOptions
complexTypes CaseAuditReportOptions ProcessInstanceAuditReportOptions WorkItemAuditReportOptions
source <xs:complexType name="CommentedReportOptions">
 
<xs:complexContent>
   
<xs:extension base="ReportOptions">
     
<xs:sequence>
       
<xs:element name="fetchComments" type="xs:boolean" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>If set to true, this report will also return any comments for the entity requested.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CommentedReportOptions/fetchComments
diagram ec_all_diagrams/ec_all_p503.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
If set to true, this report will also return any comments for the entity requested.
source <xs:element name="fetchComments" type="xs:boolean" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>If set to true, this report will also return any comments for the entity requested.</xs:documentation>
 
</xs:annotation>
</xs:element>


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