complexType PresentationArtifact
diagram wp_diagrams/wp_p227.png
namespace http://base.api.wp.n2.tibco.com
used by
element previewWorkItemResponse/previewData/Presentation
attributes
Name  Type  Use  Default  Fixed  Annotation
type  derived by: xs:string  required      
documentation
Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
formIdenitifier  xs:string  optional      
documentation
Identifier for the JSON form artifact to be used to display the data for the work item.
activityName  xs:string  optional      
documentation
Name of the process activity from which the work item was generated.
version  xs:string        
documentation
Version number of the form artifact.
annotation
documentation
If the work item displays:

- a form: presentation contains details of the form artifact associated with this work item.

- a pageflow: presentation is not used. (In this case, the form artifact details for the pageflow are contained in thePageFlowDetail element.)
source <xs:complexType name="PresentationArtifact">
 
<xs:annotation>
   
<xs:documentation>If the work item displays:

- a form: presentation contains details of the form artifact associated with this work item.

- a pageflow: presentation is not used. (In this case, the form artifact details for the pageflow are contained in thePageFlowDetail element.)
</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="type" use="required">
   
<xs:annotation>
     
<xs:documentation>Type of form artifact. One of:

- GWT_FORM
- GI_FORM
- PAGEFLOW
- CUSTOM_FORM
- FORM
</xs:documentation>
   
</xs:annotation>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="GWT_FORM"/>
       
<xs:enumeration value="GI_FORM"/>
       
<xs:enumeration value="PAGEFLOW"/>
       
<xs:enumeration value="CUSTOM_FORM"/>
       
<xs:enumeration value="FORM"/>
       
<xs:enumeration value=""/>
     
</xs:restriction>
   
</xs:simpleType>
 
</xs:attribute>
 
<xs:attribute name="formIdenitifier" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Identifier for the JSON form artifact to be used to display the data for the work item.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="activityName" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Name of the process activity from which the work item was generated.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="version" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Version number of the form artifact.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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